Skip to content

Commit

Permalink
games-kids/gmult: fix build with meson-0.61.4
Browse files Browse the repository at this point in the history
meson-0.61.4's gnome module now checks that gtk4-update-icon-cache is
available if updating cache is requested (was ignored with <=0.61.3),
simply skip given this should be handled by xdg.eclass either way.

Closes: https://bugs.gentoo.org/836294
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Mar 28, 2022
1 parent dbd6fab commit 1910294
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions games-kids/gmult/files/gmult-10.0-no-icon-cache.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
https://bugs.gentoo.org/836294
--- a/data/meson.build
+++ b/data/meson.build
@@ -56,3 +56,3 @@
gnome.post_install(
- gtk_update_icon_cache: true,
+ gtk_update_icon_cache: false,
)
4 changes: 4 additions & 0 deletions games-kids/gmult/gmult-10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ BDEPEND="
$(vala_depend)
sys-devel/gettext"

PATCHES=(
"${FILESDIR}"/${PN}-10.0-no-icon-cache.patch
)

DOCS=( NEWS.md README.md )

src_configure() {
Expand Down

0 comments on commit 1910294

Please sign in to comment.