Added a vendor prefix to the desktop entry

This commit is contained in:
Pierre Pronchery 2013-11-30 06:05:23 +01:00
parent 0fafdec8f9
commit 10cc10d4de
4 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ dist:
$(LN) -s -- . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
$(PACKAGE)-$(VERSION)/data/Makefile \
$(PACKAGE)-$(VERSION)/data/clock-settings.desktop \
$(PACKAGE)-$(VERSION)/data/deforaos-clock-settings.desktop \
$(PACKAGE)-$(VERSION)/data/project.conf \
$(PACKAGE)-$(VERSION)/po/Makefile \
$(PACKAGE)-$(VERSION)/po/gettext.sh \

View File

@ -13,9 +13,9 @@ distclean: clean
install:
$(MKDIR) $(DESTDIR)$(PREFIX)/share/applications
$(INSTALL) -m 0644 clock-settings.desktop $(DESTDIR)$(PREFIX)/share/applications/clock-settings.desktop
$(INSTALL) -m 0644 deforaos-clock-settings.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-clock-settings.desktop
uninstall:
$(RM) -- $(DESTDIR)$(PREFIX)/share/applications/clock-settings.desktop
$(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-clock-settings.desktop
.PHONY: all clean distclean install uninstall

View File

@ -1,4 +1,4 @@
dist=Makefile,clock-settings.desktop
dist=Makefile,deforaos-clock-settings.desktop
[clock-settings.desktop]
[deforaos-clock-settings.desktop]
install=$(PREFIX)/share/applications