added .desktop file

This commit is contained in:
Bart Hakvoort 2004-09-20 21:38:21 +00:00
parent f4c01af26c
commit 24488f22ec
3 changed files with 14 additions and 0 deletions

View File

@ -30,3 +30,4 @@ COPYING
INSTALL
mkinstalldirs
intltool-*
gparted.desktop

View File

@ -6,6 +6,7 @@
- maximum amount of primary partition isn't static anymore, it gets asked from the partition table.
- lots of internal code cleanups. this improved performance and stability.
- doubleclick now invokes infodialog
- added .desktop file so gparted is accessible from Gnome/Kde menus (thanks to Stephane LOEUILLET, 1023176)
**fixes**
- sometimes creating new fat filesystems in very small spaces resulted in errors. fixed.

View File

@ -1 +1,13 @@
SUBDIRS = include src po
@INTLTOOL_DESKTOP_RULE@
DESKTOP_IN_FILES = gparted.desktop.in
DESKTOP_FILES =$(DESKTOP_IN_FILES:.desktop.in=.desktop)
desktopdir = $(datadir)/applications
desktop_DATA = $(DESKTOP_FILES)
EXTRA_DIST = \
$(DESKTOP_IN_FILES) \
$(DESKTOP_FILES)