diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-01-22 13:24:18 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-01-22 13:24:53 -0500 |
commit | 7fa6d76e00f5a550a0d76a0a21fa3672319bfc44 (patch) | |
tree | fc11588ad9850c25cb1535bbe7e63e5a9e057a2e /gnome-base/dconf-editor | |
parent | sys-kernel/cryptodev: Stabilize 1.12 on amd64/x86 (diff) | |
download | gentoo-7fa6d76e00f5a550a0d76a0a21fa3672319bfc44.tar.gz gentoo-7fa6d76e00f5a550a0d76a0a21fa3672319bfc44.tar.bz2 gentoo-7fa6d76e00f5a550a0d76a0a21fa3672319bfc44.zip |
gnome-base/dconf-editor: fix build with meson-0.61
Closes: https://bugs.gentoo.org/831746
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'gnome-base/dconf-editor')
-rw-r--r-- | gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/dconf-editor/files/meson-0.61.patch | 36 |
2 files changed, 41 insertions, 1 deletions
diff --git a/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild b/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild index ad7847c009a7..dabf7da33d8f 100644 --- a/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/meson-0.61.patch" +) + src_prepare() { vala_src_prepare xdg_src_prepare diff --git a/gnome-base/dconf-editor/files/meson-0.61.patch b/gnome-base/dconf-editor/files/meson-0.61.patch new file mode 100644 index 000000000000..caa1806d5779 --- /dev/null +++ b/gnome-base/dconf-editor/files/meson-0.61.patch @@ -0,0 +1,36 @@ +https://bugs.gentoo.org/831746 +https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/21 + +From 56474378568e6ff4af8aa912810323e808c1d977 Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin <alex@linutronix.de> +Date: Fri, 21 Jan 2022 22:22:58 +0100 +Subject: [PATCH] editor/meson.build: fix meson 0.61 errors + +Signed-off-by: Alexander Kanavin <alex@linutronix.de> +--- + editor/meson.build | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/editor/meson.build b/editor/meson.build +index 4c89ab99..0eb3bb1a 100644 +--- a/editor/meson.build ++++ b/editor/meson.build +@@ -1,7 +1,6 @@ + desktop = dconf_editor_namespace + '.desktop' + + i18n.merge_file ( +- desktop, + type: 'desktop', + input: desktop + '.in', + output: desktop, +@@ -26,7 +25,6 @@ configure_file( + appdata = dconf_editor_namespace + '.appdata.xml' + + i18n.merge_file( +- appdata, + input: appdata + '.in', + output: appdata, + po_dir: po_dir, +-- +GitLab + |