tuxpaint.desktop installation updates for Freedesktop.org adherence.
This commit is contained in:
parent
3674ace83d
commit
54d7ce2f38
4 changed files with 21 additions and 8 deletions
14
Makefile
14
Makefile
|
|
@ -7,7 +7,7 @@
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - February 28, 2008
|
# June 14, 2002 - April 3, 2008
|
||||||
|
|
||||||
|
|
||||||
# The version number, for release:
|
# The version number, for release:
|
||||||
|
|
@ -566,10 +566,10 @@ clean-win32:
|
||||||
|
|
||||||
uninstall: uninstall-i18n
|
uninstall: uninstall-i18n
|
||||||
-if [ "x$(GNOME_PREFIX)" != "x" ]; then \
|
-if [ "x$(GNOME_PREFIX)" != "x" ]; then \
|
||||||
rm $(GNOME_PREFIX)/share/gnome/apps/Graphics/tuxpaint.desktop; \
|
rm $(GNOME_PREFIX)/share/applications/tuxpaint.desktop; \
|
||||||
rm $(GNOME_PREFIX)/share/pixmaps/tuxpaint.png; \
|
rm $(GNOME_PREFIX)/share/pixmaps/tuxpaint.png; \
|
||||||
else \
|
else \
|
||||||
rm /usr/share/gnome/apps/Graphics/tuxpaint.desktop; \
|
rm /usr/share/applications/tuxpaint.desktop; \
|
||||||
rm /usr/share/pixmaps/tuxpaint.png; \
|
rm /usr/share/pixmaps/tuxpaint.png; \
|
||||||
fi
|
fi
|
||||||
-if [ "x$(KDE_PREFIX)" != "x" ]; then \
|
-if [ "x$(KDE_PREFIX)" != "x" ]; then \
|
||||||
|
|
@ -633,7 +633,7 @@ install-example-starters:
|
||||||
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/starters
|
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/starters
|
||||||
|
|
||||||
|
|
||||||
# Install a launcher icon in the Gnome menu, under "Graphics"
|
# Install a launcher icon in the Gnome menu
|
||||||
|
|
||||||
install-gnome:
|
install-gnome:
|
||||||
@echo
|
@echo
|
||||||
|
|
@ -642,9 +642,9 @@ install-gnome:
|
||||||
install -d $(PKG_ROOT)$(GNOME_PREFIX)/share/pixmaps; \
|
install -d $(PKG_ROOT)$(GNOME_PREFIX)/share/pixmaps; \
|
||||||
cp data/images/icon.png $(PKG_ROOT)/$(GNOME_PREFIX)/share/pixmaps/tuxpaint.png; \
|
cp data/images/icon.png $(PKG_ROOT)/$(GNOME_PREFIX)/share/pixmaps/tuxpaint.png; \
|
||||||
chmod 644 $(PKG_ROOT)$(GNOME_PREFIX)/share/pixmaps/tuxpaint.png; \
|
chmod 644 $(PKG_ROOT)$(GNOME_PREFIX)/share/pixmaps/tuxpaint.png; \
|
||||||
install -d $(PKG_ROOT)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
|
install -d $(PKG_ROOT)$(GNOME_PREFIX)/share/applications; \
|
||||||
cp src/tuxpaint.desktop $(PKG_ROOT)$(GNOME_PREFIX)/share/gnome/apps/Graphics/; \
|
cp src/tuxpaint.desktop $(PKG_ROOT)$(GNOME_PREFIX)/share/applications/; \
|
||||||
chmod 644 $(PKG_ROOT)$(GNOME_PREFIX)/share/gnome/apps/Graphics/tuxpaint.desktop; \
|
chmod 644 $(PKG_ROOT)$(GNOME_PREFIX)/share/applications/tuxpaint.desktop; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ http://www.tuxpaint.org/
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
2008.March.24 (0.9.20)
|
2008.April.3 (0.9.20)
|
||||||
* Localization Updates:
|
* Localization Updates:
|
||||||
---------------------
|
---------------------
|
||||||
* German translation
|
* German translation
|
||||||
|
|
@ -40,6 +40,17 @@ $Id$
|
||||||
+ Separated devel packages in RPM spec.
|
+ Separated devel packages in RPM spec.
|
||||||
+ Added dependency on SDL_Pango.
|
+ Added dependency on SDL_Pango.
|
||||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||||
|
|
||||||
|
* Placing Tux Paint launcher icon ("tuxpaint.desktop") in
|
||||||
|
'applications', rather than 'gnome/apps/Graphics', per Freedesktop.org
|
||||||
|
standards.
|
||||||
|
(SourceForge Bug #1932808, via Ubuntu)
|
||||||
|
|
||||||
|
* Added "Categories" back to the 'tuxpaint.desktop' file
|
||||||
|
("Education," and "Art"). NOTE: You need to edit 'tuxpaint.desktop.in',
|
||||||
|
otherwise changes will be overwritten the next time 'tuxpaint.desktop'
|
||||||
|
is generated!
|
||||||
|
(SourceForge Bug #1932808, via Ubuntu)
|
||||||
|
|
||||||
* Documentation Improvements:
|
* Documentation Improvements:
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,7 @@ Type=Application
|
||||||
Exec=tuxpaint
|
Exec=tuxpaint
|
||||||
Icon=tuxpaint
|
Icon=tuxpaint
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Categories=Education; Art;
|
||||||
GenericName=Drawing program
|
GenericName=Drawing program
|
||||||
GenericName[af]=Tekenprogram
|
GenericName[af]=Tekenprogram
|
||||||
GenericName[ar]=برنامج رسم
|
GenericName[ar]=برنامج رسم
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,6 @@ Type=Application
|
||||||
Exec=tuxpaint
|
Exec=tuxpaint
|
||||||
Icon=tuxpaint
|
Icon=tuxpaint
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Categories=Education; Art;
|
||||||
_GenericName=Drawing program
|
_GenericName=Drawing program
|
||||||
_Comment=A drawing program for children.
|
_Comment=A drawing program for children.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue