summarylogtreecommitdiffstats
path: root/0002-gtk-update-icon-cache-invocation.patch
diff options
context:
space:
mode:
authorFelix Morgner2018-08-25 09:40:05 +0200
committerFelix Morgner2018-08-25 09:40:05 +0200
commitd0d755619a925c903f273f3e21348c263e116d72 (patch)
treeb27560ac3027402333de1b97694e59c991d84a10 /0002-gtk-update-icon-cache-invocation.patch
parent5dbdef0911a7bfd1935e35bd99dbf2b3a638e097 (diff)
downloadaur-d0d755619a925c903f273f3e21348c263e116d72.tar.gz
update to new upstream release
Thanks to @opippi for the libexec_dir patch!
Diffstat (limited to '0002-gtk-update-icon-cache-invocation.patch')
-rw-r--r--0002-gtk-update-icon-cache-invocation.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/0002-gtk-update-icon-cache-invocation.patch b/0002-gtk-update-icon-cache-invocation.patch
new file mode 100644
index 000000000000..512bf43f36f0
--- /dev/null
+++ b/0002-gtk-update-icon-cache-invocation.patch
@@ -0,0 +1,18 @@
+--- dnssec-trigger-0.13/Makefile.in 2015-12-08 14:14:54.000000000 +0100
++++ dnssec-trigger-0.13-new/Makefile.in 2017-01-18 00:01:37.908680897 +0100
+@@ -468,7 +468,6 @@
+ $(INSTALL) -c -m 644 $(srcdir)/panel/status-icon-alert.svg $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/dnssec-trigger-alert.svg
+ $(INSTALL) -c -m 644 $(srcdir)/panel/status-icon.png $(DESTDIR)/usr/share/icons/hicolor/64x64/apps/dnssec-trigger.png
+ $(INSTALL) -c -m 644 $(srcdir)/panel/status-icon-alert.png $(DESTDIR)/usr/share/icons/hicolor/64x64/apps/dnssec-trigger-alert.png
+- gtk-update-icon-cache $(DESTDIR)/usr/share/icons/hicolor
+ endif
+ if test -n "$(xdg_autostart_dir)"; then \
+ $(INSTALL) -m 755 -d $(DESTDIR)$(xdg_autostart_dir) ; \
+@@ -484,7 +483,6 @@
+ rm -f $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/dnssec-trigger-alert.svg
+ rm -f $(DESTDIR)/usr/share/icons/hicolor/64x64/apps/dnssec-trigger.png
+ rm -f $(DESTDIR)/usr/share/icons/hicolor/64x64/apps/dnssec-trigger-alert.png
+- gtk-update-icon-cache $(DESTDIR)/usr/share/icons/hicolor
+ endif
+ if test -n "$(xdg_autostart_dir)"; then \
+ rm -f $(DESTDIR)$(xdg_autostart_dir)/dnssec-trigger-panel.desktop ; fi