- Add icon, and update desktop file (I forgot to add the main group)
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1168 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
5e02657395
commit
9fc743e2a8
|
@ -44,6 +44,7 @@ plugindir = $(sharedir)/plugins
|
||||||
gladedir = $(sharedir)/glade
|
gladedir = $(sharedir)/glade
|
||||||
|
|
||||||
applicationsdir = @datadir@/applications
|
applicationsdir = @datadir@/applications
|
||||||
|
iconsdir = @datadir@/icons/hicolor/48x48/apps
|
||||||
localedir = @datadir@/locale
|
localedir = @datadir@/locale
|
||||||
aclocaldir = @datadir@/aclocal
|
aclocaldir = @datadir@/aclocal
|
||||||
|
|
||||||
|
@ -109,8 +110,9 @@ pkgconfdir = $(libdir)/pkgconfig
|
||||||
pkgconf_DATA = config/sgpemv2.pc
|
pkgconf_DATA = config/sgpemv2.pc
|
||||||
|
|
||||||
applications_DATA = data/sgpemv2.desktop
|
applications_DATA = data/sgpemv2.desktop
|
||||||
|
icons_DATA = data/scc-sgpemv2.png
|
||||||
|
|
||||||
EXTRA_DIST += $(applications_DATA)
|
EXTRA_DIST += $(applications_DATA) $(icons_DATA)
|
||||||
|
|
||||||
# ############################################################
|
# ############################################################
|
||||||
#
|
#
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -1,3 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Version=0.9
|
Version=0.9
|
||||||
Name=SGPEMv2
|
Name=SGPEMv2
|
||||||
|
|
Loading…
Reference in New Issue