Added a vendor prefix to the desktop entry
This commit is contained in:
parent
b681b76997
commit
e2c3b937de
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ dist:
|
||||||
$(LN) -s -- . $(PACKAGE)-$(VERSION)
|
$(LN) -s -- . $(PACKAGE)-$(VERSION)
|
||||||
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
|
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
|
||||||
$(PACKAGE)-$(VERSION)/data/Makefile \
|
$(PACKAGE)-$(VERSION)/data/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/data/xmleditor.desktop \
|
$(PACKAGE)-$(VERSION)/data/deforaos-xmleditor.desktop \
|
||||||
$(PACKAGE)-$(VERSION)/data/project.conf \
|
$(PACKAGE)-$(VERSION)/data/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/po/Makefile \
|
$(PACKAGE)-$(VERSION)/po/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/po/gettext.sh \
|
$(PACKAGE)-$(VERSION)/po/gettext.sh \
|
||||||
|
|
|
@ -13,9 +13,9 @@ distclean: clean
|
||||||
|
|
||||||
install:
|
install:
|
||||||
$(MKDIR) $(DESTDIR)$(PREFIX)/share/applications
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/applications
|
||||||
$(INSTALL) -m 0644 xmleditor.desktop $(DESTDIR)$(PREFIX)/share/applications/xmleditor.desktop
|
$(INSTALL) -m 0644 deforaos-xmleditor.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-xmleditor.desktop
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/applications/xmleditor.desktop
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-xmleditor.desktop
|
||||||
|
|
||||||
.PHONY: all clean distclean install uninstall
|
.PHONY: all clean distclean install uninstall
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dist=Makefile,xmleditor.desktop
|
dist=Makefile,deforaos-xmleditor.desktop
|
||||||
|
|
||||||
[xmleditor.desktop]
|
[deforaos-xmleditor.desktop]
|
||||||
install=$(PREFIX)/share/applications
|
install=$(PREFIX)/share/applications
|
||||||
|
|
Loading…
Reference in New Issue
Block a user