replaced geany.desktop by geany.desktop.in, some changes to the desktop file like absolut icon path
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@132 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
b4bb667f68
commit
97a3f2e7a0
@ -4,7 +4,7 @@ SUBDIRS = tagmanager scintilla src po doc
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
geany.desktop \
|
||||
geany.desktop.in \
|
||||
geany.spec \
|
||||
geany.glade \
|
||||
geany.gladep \
|
||||
|
@ -90,6 +90,9 @@ dnl Add the languages which your application supports here.
|
||||
ALL_LINGUAS="de"
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
GEANY_PIXMAPS_DIR=`eval echo ${datadir}/pixmaps`
|
||||
AC_SUBST(GEANY_PIXMAPS_DIR)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
tagmanager/Makefile
|
||||
@ -100,6 +103,7 @@ src/Makefile
|
||||
po/Makefile.in
|
||||
doc/Makefile
|
||||
geany.spec
|
||||
geany.desktop
|
||||
])
|
||||
|
||||
echo "----------------------------------------"
|
||||
|
16
geany.desktop.in
Normal file
16
geany.desktop.in
Normal file
@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Geany
|
||||
GenericName=Integrated Development Environment
|
||||
Comment=A fast and lightweight IDE using GTK2
|
||||
Comment[de]=Eine kleine und schnelle integrierte Entwicklungsumgebung
|
||||
Comment[pl]=Szybkie i lekkie IDE korzystające z GTK+2
|
||||
Exec=geany %F
|
||||
Icon=@GEANY_PIXMAPS_DIR@/geany.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;GTK;Development;IDE;
|
||||
Encoding=UTF-8
|
||||
# currently false, changes perhabs in the future
|
||||
StartupNotify=false
|
||||
Version=1.1
|
Loading…
x
Reference in New Issue
Block a user