|
Lines 417-430
Link Here
|
| 417 |
# We use $(datadir)/icons/hicolor as our theme from the freedesktop spec |
417 |
# We use $(datadir)/icons/hicolor as our theme from the freedesktop spec |
| 418 |
# http://www.freedesktop.org/standards/menu-spec/ |
418 |
# http://www.freedesktop.org/standards/menu-spec/ |
| 419 |
install-data-local: |
419 |
install-data-local: |
| 420 |
$(INSTALL) -d $(datadir)/icons/hicolor/16x16/apps |
420 |
$(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps' |
| 421 |
$(INSTALL) -d $(datadir)/icons/hicolor/32x32/apps |
421 |
$(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps' |
| 422 |
$(INSTALL) -d $(datadir)/icons/hicolor/48x48/apps |
422 |
$(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps' |
| 423 |
$(INSTALL) -d $(datadir)/pixmaps |
423 |
$(INSTALL) -d '$(DESTDIR)$(datadir)/pixmaps' |
| 424 |
$(INSTALL_DATA) $(srcdir)/tvtime.16x16.png $(datadir)/icons/hicolor/16x16/apps/tvtime.png |
424 |
$(INSTALL_DATA) '$(srcdir)/tvtime.16x16.png' '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png' |
| 425 |
$(INSTALL_DATA) $(srcdir)/tvtime.32x32.png $(datadir)/icons/hicolor/32x32/apps/tvtime.png |
425 |
$(INSTALL_DATA) '$(srcdir)/tvtime.32x32.png' '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png' |
| 426 |
$(INSTALL_DATA) $(srcdir)/tvtime.48x48.png $(datadir)/icons/hicolor/48x48/apps/tvtime.png |
426 |
$(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png' |
| 427 |
$(INSTALL_DATA) $(srcdir)/tvtime.48x48.png $(datadir)/pixmaps/tvtime.png |
427 |
$(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/pixmaps/tvtime.png' |
| 428 |
|
428 |
|
| 429 |
.PHONY: install-exec-hook |
429 |
.PHONY: install-exec-hook |
| 430 |
install-exec-hook: |
430 |
install-exec-hook: |
|
Lines 448-457
Link Here
|
| 448 |
|
448 |
|
| 449 |
uninstall-hook: |
449 |
uninstall-hook: |
| 450 |
-rmdir -p '$(DESTDIR)$(pkgsysconfdir)' |
450 |
-rmdir -p '$(DESTDIR)$(pkgsysconfdir)' |
| 451 |
-rm -f $(datadir)/icons/hicolor/16x16/apps/tvtime.png |
451 |
-rm -f '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png' |
| 452 |
-rm -f $(datadir)/icons/hicolor/32x32/apps/tvtime.png |
452 |
-rm -f '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png' |
| 453 |
-rm -f $(datadir)/icons/hicolor/48x48/apps/tvtime.png |
453 |
-rm -f '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png' |
| 454 |
-rm -f $(datadir)/pixmaps/tvtime.png |
454 |
-rm -f '$(DESTDIR)$(datadir)/pixmaps/tvtime.png' |
| 455 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
455 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 456 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
456 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 457 |
.NOEXPORT: |
457 |
.NOEXPORT: |