Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grub-btrfs: update to 4.13.
@ 2023-06-29 17:33 lz-coder
  2023-07-02 20:58 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: lz-coder @ 2023-06-29 17:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

There is a new pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/44724

grub-btrfs: update to 4.13.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
- I built this PR locally for my native architecture, (x86_64-GLIBC)


A patch file from https://github.com/void-linux/void-packages/pull/44724.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grub-btrfs-44724.patch --]
[-- Type: text/x-diff, Size: 2408 bytes --]

From 52f2235f5287b80a0ab8b1d352f7f94778e528d3 Mon Sep 17 00:00:00 2001
From: lzcoder <lzcoder@proton.me>
Date: Thu, 29 Jun 2023 14:30:41 -0300
Subject: [PATCH] grub-btrfs: update to 4.13.

---
 srcpkgs/grub-btrfs/patches/no-root-please.patch | 16 +++++++---------
 srcpkgs/grub-btrfs/template                     |  6 +++---
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/grub-btrfs/patches/no-root-please.patch b/srcpkgs/grub-btrfs/patches/no-root-please.patch
index 4e0a32803fd1..85349efeb891 100644
--- a/srcpkgs/grub-btrfs/patches/no-root-please.patch
+++ b/srcpkgs/grub-btrfs/patches/no-root-please.patch
@@ -1,15 +1,13 @@
-Index: grub-btrfs-4.9/Makefile
-===================================================================
---- grub-btrfs-4.9.orig/Makefile
-+++ grub-btrfs-4.9/Makefile
-@@ -9,10 +9,6 @@ LIB_DIR = $(DESTDIR)$(PREFIX)/lib
- .PHONY: install uninstall help
+--- a/Makefile
++++ b/Makefile
+@@ -22,10 +22,6 @@
+ .PHONY: install uninstall clean help
  
  install:
 -	@if test "$(shell id -u)" != 0; then \
 -		echo "You are not root, run this target as root please."; \
 -		exit 1; \
 -	fi
- 	@install -Dm755 -t "$(DESTDIR)/etc/grub.d/" 41_snapshots-btrfs
- 	@install -Dm644 -t "$(DESTDIR)/etc/default/grub-btrfs/" config
- 	@install -Dm644 -t "$(LIB_DIR)/systemd/system/" grub-btrfs.service
+ 	@echo "					     	   Installing "
+ 	@echo
+ 	@echo "       ::::::::  :::::::::  :::    ::: :::::::::               ::::::::: ::::::::::: :::::::::  :::::::::: ::::::::      "
diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 9579e0a51e0e..c74ab5d04845 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.10.1
+version=4.13
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -8,8 +8,8 @@ short_desc="Include btrfs snapshots at Grub menu"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
-distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
+distfiles="https://github.com/Antynea/grub-btrfs/archive/${version}.tar.gz"
+checksum=c493d0d5a6548c01993641ce586c98d461cabe40df4dff79d974d0c59068ff1d
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: grub-btrfs: update to 4.13.
  2023-06-29 17:33 [PR PATCH] grub-btrfs: update to 4.13 lz-coder
@ 2023-07-02 20:58 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-07-02 20:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There's a merged pull request on the void-packages repository

grub-btrfs: update to 4.13.
https://github.com/void-linux/void-packages/pull/44724

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
- I built this PR locally for my native architecture, (x86_64-GLIBC)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-02 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 17:33 [PR PATCH] grub-btrfs: update to 4.13 lz-coder
2023-07-02 20:58 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).