Created desktop icon definition
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
SUBDIRS = icons geonames
|
||||
|
||||
chartdatadir = $(pkgdatadir)
|
||||
chartdata_DATA = chart.xsl \
|
||||
chart.css \
|
||||
@@ -21,5 +22,22 @@ gsettings_SCHEMAS = \
|
||||
$(NULL)
|
||||
@GSETTINGS_RULES@
|
||||
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_in_files = astrognome.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(chartdata_DATA)
|
||||
$(chartdata_DATA) \
|
||||
$(desktop_in_files) \
|
||||
$(gsettings_SCHEMAS) \
|
||||
$(NULL)
|
||||
|
||||
CLEANFILES = \
|
||||
$(DESKTOP_FILES) \
|
||||
$(NULL)
|
||||
|
||||
DISTCLEANFILES = \
|
||||
$(desktop_DATA) \
|
||||
$(NULL)
|
||||
|
11
data/astrognome.desktop.in.in
Normal file
11
data/astrognome.desktop.in.in
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
_Name=Astrognome
|
||||
_Comment=Create natal charts
|
||||
_GenericName=Astrologers' software
|
||||
_Keywords=astrology;natal;chart;birth;horoscope;
|
||||
Exec=astrognome
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=astrognome
|
||||
Categories=GNOME;GTK;Utility;Science;
|
||||
StartupNotify=TRUE
|
Reference in New Issue
Block a user