Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] budgie-desktop: update to 10.6.4.
@ 2022-11-26  9:51 tibequadorian
  2022-11-27 17:05 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: tibequadorian @ 2022-11-26  9:51 UTC (permalink / raw)
  To: ml

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

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

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

budgie-desktop: update to 10.6.4.
<!-- 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.
-->
<!--
#### 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/40775.patch is attached

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

From 1edbb8d8f51fcc0a2f739c828d21df2c3f1984a4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 26 Nov 2022 10:38:17 +0100
Subject: [PATCH] budgie-desktop: update to 10.6.4.

---
 .../budgie-desktop/patches/meson-0.63.patch   | 33 -------------------
 srcpkgs/budgie-desktop/template               |  6 ++--
 2 files changed, 3 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/budgie-desktop/patches/meson-0.63.patch

diff --git a/srcpkgs/budgie-desktop/patches/meson-0.63.patch b/srcpkgs/budgie-desktop/patches/meson-0.63.patch
deleted file mode 100644
index 07b36c8dda55..000000000000
--- a/srcpkgs/budgie-desktop/patches/meson-0.63.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 078ee1b05436adc67ba6175345ebdfd5c0463195 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz <eschwartz93@gmail.com>
-Date: Mon, 20 Jun 2022 19:59:35 -0400
-Subject: [PATCH] fix broken C std for gvc subproject
-
-Historically, Meson didn't know how to set c_std for a subproject at
-all. Meson 0.63.0 adds support for this, so the default_options kwarg to
-subproject now begins to respect this.
-
-budgie-desktop uses c11, but artificially sets c89 for the gvc
-submodule. However, this does not actually work... the build then errors
-out when trying to build
-subprojects/gvc/test-audio-device-selection.p/test-audio-device-selection.c.o
-
-Remove the faulty argument.
-
-Fixes regression in commit 3d6d71c167dd9742cd072e7e6a3453c23ebb2658.
----
- meson.build | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 763d5a1b..3c52b8f5 100644
---- a/meson.build
-+++ b/meson.build
-@@ -130,7 +130,6 @@ with_polkit = get_option('with-polkit')
- # Get gvc built before we do anything
- gvc = subproject('gvc',
-     default_options: [
--        'c_std=c89',
-         'static=false',
-         'pkglibdir=@0@'.format(rpath_libdir),
-         'package_name=' + meson.project_name(),
diff --git a/srcpkgs/budgie-desktop/template b/srcpkgs/budgie-desktop/template
index 16052df13583..6c32a8d9cbbb 100644
--- a/srcpkgs/budgie-desktop/template
+++ b/srcpkgs/budgie-desktop/template
@@ -1,7 +1,7 @@
 # Template file for 'budgie-desktop'
 pkgname=budgie-desktop
-version=10.6.1
-revision=4
+version=10.6.4
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dwith-gtk-doc=false"
@@ -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=b320cfdff8fab37286f0ca6669ef2907f551fa2a38cabd764cbf7b9e6181e166
+checksum=7775699ea64d7317e4004b751ccd5ab1e38df172ce17abc241b8a22bb31c1cdb
 
 budgie-desktop-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Merged]: budgie-desktop: update to 10.6.4.
  2022-11-26  9:51 [PR PATCH] budgie-desktop: update to 10.6.4 tibequadorian
@ 2022-11-27 17:05 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-11-27 17:05 UTC (permalink / raw)
  To: ml

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

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

budgie-desktop: update to 10.6.4.
https://github.com/void-linux/void-packages/pull/40775

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.
-->
<!--
#### 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-11-27 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  9:51 [PR PATCH] budgie-desktop: update to 10.6.4 tibequadorian
2022-11-27 17:05 ` [PR PATCH] [Merged]: " classabbyamp

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