mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
issue #244 appstream file
- placing the appstream metainfo file in the right path according to https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
This commit is contained in:
parent
d28cc66b3d
commit
c9a7c66eee
6
Makefile
6
Makefile
@ -127,8 +127,8 @@ install-schemas:
|
||||
install -dm755 "$(DESTDIR)$(datadir)/applications"
|
||||
install -Dm644 "$(DEV_DATA_DIR)/guake.desktop" "$(DESTDIR)$(datadir)/applications/"
|
||||
install -Dm644 "$(DEV_DATA_DIR)/guake-prefs.desktop" "$(DESTDIR)$(datadir)/applications/"
|
||||
install -dm755 "$(DESTDIR)$(datadir)/metainfo"
|
||||
install -Dm644 "$(DEV_DATA_DIR)/guake.appdata.xml" "$(DESTDIR)$(datadir)/metainfo/"
|
||||
install -dm755 "$(DESTDIR)/metainfo/"
|
||||
install -Dm644 "$(DEV_DATA_DIR)/guake.desktop.metainfo.xml" "$(DESTDIR)/metainfo/"
|
||||
install -dm755 "$(DESTDIR)$(IMAGE_DIR)"
|
||||
install -Dm644 "$(DEV_DATA_DIR)"/pixmaps/*.png "$(DESTDIR)$(IMAGE_DIR)/"
|
||||
install -Dm644 "$(DEV_DATA_DIR)"/pixmaps/*.svg "$(DESTDIR)$(IMAGE_DIR)/"
|
||||
@ -161,7 +161,7 @@ purge-system: uninstall-system reset
|
||||
uninstall-schemas:
|
||||
rm -f "$(DESTDIR)$(datadir)/applications/guake.desktop"
|
||||
rm -f "$(DESTDIR)$(datadir)/applications/guake-prefs.desktop"
|
||||
rm -f "$(DESTDIR)$(datadir)/metainfo/guake.appdata.xml"
|
||||
rm -f "$(DESTDIR)/metainfo/guake.desktop.metainfo.xml"
|
||||
rm -f "$(DESTDIR)$(datadir)/pixmaps/guake.png"
|
||||
rm -fr "$(DESTDIR)$(IMAGE_DIR)"
|
||||
rm -fr "$(DESTDIR)$(SHARE_DIR)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user