mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Note that this really is 24.05. The tarball has 24.02 as a directory inside but this tarball *is* different to that for the real 24.02. Upstream appear to have form for this, given the pkgconfig patch from before too. While here, apply Eli's new automagic gtk mechanism. Bug: https://bugs.gentoo.org/785619 Bug: https://bugs.gentoo.org/884891 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
239 B
Diff
11 lines
239 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,6 +1,6 @@
|
|
project('appmenu-gtk-module', 'c',
|
|
meson_version: '>=0.61.0',
|
|
- version: '24.02',
|
|
+ version: '24.05',
|
|
license: ['LGPL-3.0-or-later'],
|
|
default_options: [
|
|
'c_std=gnu11',
|