diff options
Diffstat (limited to 'games/exult/files/patch-tools_Makefile.am')
-rw-r--r-- | games/exult/files/patch-tools_Makefile.am | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/games/exult/files/patch-tools_Makefile.am b/games/exult/files/patch-tools_Makefile.am index 5c4f64ac46d2..03ea0474f439 100644 --- a/games/exult/files/patch-tools_Makefile.am +++ b/games/exult/files/patch-tools_Makefile.am @@ -1,28 +1,14 @@ ---- tools/Makefile.am.orig 2024-05-30 10:27:11 UTC +--- tools/Makefile.am.orig 2025-05-11 22:29:23 UTC +++ tools/Makefile.am -@@ -68,11 +68,11 @@ if BUILD_GTHUMB - ## Does not work: - #thumbnailerdir=$(datadir)/thumbnailers - ## Needs to be in /usr/share/thumbnailers --thumbnailerdir=/usr/share/thumbnailers -+thumbnailerdir=$(datadir)/thumbnailers - thumbnailer_in_files=$(top_srcdir)/tools/gnome_u7shapes.thumbnailer.in - thumbnailer_DATA=$(thumbnailer_in_files:.thumbnailer.in=.thumbnailer) - gnome_shp_thumbnailer_DATA=x-shapefile.xml --gnome_shp_thumbnailerdir=$(DESTDIR)$(datadir)/mime/packages -+gnome_shp_thumbnailerdir=$(datadir)/mime/packages +@@ -155,10 +155,10 @@ install-data-hook: - # Rule to make the service file with bindir expanded - $(thumbnailer_DATA): $(thumbnailer_in_files) -@@ -117,10 +117,10 @@ install-data-hook: - - if BUILD_GTHUMB + if BUILD_EXULT_THUMB install-data-hook: -- update-mime-database $(DESTDIR)$(datadir)/mime || : +- update-mime-database $(DESTDIR)$(EXULT_THUMB_PREFIX)/mime || : + : uninstall-hook: -- update-mime-database $(DESTDIR)$(datadir)/mime || : +- update-mime-database $(DESTDIR)$(EXULT_THUMB_PREFIX)/mime || : + : else install-data-hook: |