Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] budgie-desktop: update to 10.6.1
@ 2022-04-12  0:58 tibequadorian
  2022-04-14 20:54 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: tibequadorian @ 2022-04-12  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages budgie
https://github.com/void-linux/void-packages/pull/36648

budgie-desktop: update to 10.6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 12f9a883496c9b86bc33e0cd7bec3166d218b9d1 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 12 Apr 2022 02:44:55 +0200
Subject: [PATCH 1/2] budgie-desktop: update to 10.6.1.

---
 srcpkgs/budgie-desktop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/budgie-desktop/template b/srcpkgs/budgie-desktop/template
index a65c395c994b..02d90c307eaf 100644
--- a/srcpkgs/budgie-desktop/template
+++ b/srcpkgs/budgie-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'budgie-desktop'
 pkgname=budgie-desktop
-version=10.6
+version=10.6.1
 revision=1
 build_style=meson
 build_helper=gir
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://github.com/BuddiesOfBudgie/budgie-desktop"
 distfiles="https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v${version}/budgie-desktop-v${version}.tar.xz"
-checksum=ba297a10b547e6d7bf164406750b5c5dae98a7524978b30b4ad3cba9624def9e
+checksum=b320cfdff8fab37286f0ca6669ef2907f551fa2a38cabd764cbf7b9e6181e166
 
 budgie-desktop-devel_package() {
 	short_desc+=" - development files"

From 2d600b7206d4992758990e8346b33d7bbef6a9a9 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 12 Apr 2022 02:44:58 +0200
Subject: [PATCH 2/2] budgie-screensaver: update to 5.0.1.

---
 srcpkgs/budgie-screensaver/patches/musl.patch | 12 ------------
 srcpkgs/budgie-screensaver/template           |  4 ++--
 2 files changed, 2 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/budgie-screensaver/patches/musl.patch

diff --git a/srcpkgs/budgie-screensaver/patches/musl.patch b/srcpkgs/budgie-screensaver/patches/musl.patch
deleted file mode 100644
index 6f5c265f83ae..000000000000
--- a/srcpkgs/budgie-screensaver/patches/musl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/subprocs.c b/src/subprocs.c
-index a378658..ba37650 100644
---- a/src/subprocs.c
-+++ b/src/subprocs.c
-@@ -36,6 +36,7 @@
- # define fork  vfork
- #endif /* VMS */
- 
-+#define _POSIX_SOURCE
- #include <signal.h>		/* for the signal names */
- 
- #include <glib.h>
diff --git a/srcpkgs/budgie-screensaver/template b/srcpkgs/budgie-screensaver/template
index b877543d33a0..16ed0e384e8a 100644
--- a/srcpkgs/budgie-screensaver/template
+++ b/srcpkgs/budgie-screensaver/template
@@ -1,6 +1,6 @@
 # Template file for 'budgie-screensaver'
 pkgname=budgie-screensaver
-version=5.0
+version=5.0.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config intltool glib-devel"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/BuddiesOfBudgie/budgie-screensaver"
 distfiles="https://github.com/BuddiesOfBudgie/budgie-screensaver/releases/download/v${version}/budgie-screensaver-v${version}.tar.xz"
-checksum=611969a9f53e5d3148cad7445e95c94bfff6ea61c2f339969ecb5d9b51f6b871
+checksum=81fe6cccd938d9ef8d6cd46bbbad654ab8f7d108bbf1f96e9bf89b3ed5bafa0a

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

* Re: [PR PATCH] [Merged]: budgie-desktop: update to 10.6.1
  2022-04-12  0:58 [PR PATCH] budgie-desktop: update to 10.6.1 tibequadorian
@ 2022-04-14 20:54 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-04-14 20:54 UTC (permalink / raw)
  To: ml

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

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

budgie-desktop: update to 10.6.1
https://github.com/void-linux/void-packages/pull/36648

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-04-14 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12  0:58 [PR PATCH] budgie-desktop: update to 10.6.1 tibequadorian
2022-04-14 20:54 ` [PR PATCH] [Merged]: " paper42

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).