gentoo/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-24.05-fix-pkgconfig.patch
Sam James b3b6229c93
x11-misc/appmenu-gtk-module: add 24.05
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>
2024-08-26 23:54:06 +01:00

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',