diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:32 +0200 |
commit | 0537caaf4af94a9ead8b292679f6b34c90b55e06 (patch) | |
tree | 6761cfdf959926be7af3147cf770e7f253390fe8 /app-icons/Makefile.am | |
parent | eca5837e235a356c8db9416bbbc13577db3e6f76 (diff) | |
parent | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (diff) |
Update upstream source from tag 'upstream/0.30.1'
Update to upstream version '0.30.1'
with Debian dir dc242531effff8d9c6fab093414edee28b403c6a
Diffstat (limited to 'app-icons/Makefile.am')
-rw-r--r-- | app-icons/Makefile.am | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-icons/Makefile.am b/app-icons/Makefile.am deleted file mode 100644 index 703705c..0000000 --- a/app-icons/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -iconthemedir = $(datadir)/icons/hicolor - -appicon16dir = $(iconthemedir)/16x16/apps -appicon22dir = $(iconthemedir)/22x22/apps -appicon24dir = $(iconthemedir)/24x24/apps -appicon32dir = $(iconthemedir)/32x32/apps -appicon48dir = $(iconthemedir)/48x48/apps -appicon256dir = $(iconthemedir)/256x256/apps -appiconscalabledir = $(iconthemedir)/scalable/apps -appiconsymbolicdir = $(iconthemedir)/symbolic/apps - -dist_appicon16_DATA = \ - 16x16/apps/shotwell.png -dist_appicon22_DATA = \ - 22x22/apps/shotwell.png -dist_appicon24_DATA = \ - 24x24/apps/shotwell.png -dist_appicon32_DATA = \ - 32x32/apps/shotwell.png -dist_appicon48_DATA = \ - 48x48/apps/shotwell.png -dist_appicon256_DATA = \ - 256x256/apps/shotwell.png -dist_appiconsymbolic_DATA = \ - symbolic/apps/shotwell-symbolic.svg - -UPDATE_ICON_CACHE = gtk-update-icon-cache --ignore-theme-index --force - -install-data-hook: install-update-icon-cache -uninstall-hook: uninstall-update-icon-cache - -install-update-icon-cache: - $(AM_V_at)$(POST_INSTALL) - test -n "$(DESTDIR)" || $(UPDATE_ICON_CACHE) "$(iconthemedir)" - -uninstall-update-icon-cache: - $(AM_V_at)$(POST_UNINSTALL) - test -n "$(DESTDIR)" || $(UPDATE_ICON_CACHE) "$(iconthemedir)" - - --include $(top_srcdir)/git.mk |