budgie-desktop: update to 10.6.4.
This commit is contained in:
parent
90dbe11400
commit
27c1087d1c
|
@ -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(),
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue