Install .desktop file into the proper location for GNOME2

2002-01-29  Carlos Perell Marn <carlos@gnome-db.org>

	* Makefile.am: Install .desktop file into the proper location for
	GNOME2 (PREFIX/share/applications).
	* glade-2.desktop.in: Renamed from glade2.desktop.in to use the same
	standar as glade1 port.
	Added a Categories field for GNOME 2 panel.
	Tweak the Name to follow the HIG.
	All those changes are a copy of the changes by Seth at glade1 port.
	* glade-2.png: Added.
This commit is contained in:
Carlos Perell Marn 2002-01-29 15:27:05 +00:00 committed by Carlos Perelló Marín
parent 691be4c6e5
commit 6602456035
5 changed files with 24 additions and 12 deletions

View File

@ -1,3 +1,14 @@
2002-01-29 Carlos Perelló Marín <carlos@gnome-db.org>
* Makefile.am: Install .desktop file into the proper location for
GNOME2 (PREFIX/share/applications).
* glade-2.desktop.in: Renamed from glade2.desktop.in to use the same
standar as glade1 port.
Added a Categories field for GNOME 2 panel.
Tweak the Name to follow the HIG.
All those changes are a copy of the changes by Seth at glade1 port.
* glade-2.png: Added.
2002-01-13 Hasbullah Bin Pit <sebol@ikhlas.com>
* configure.in Added ms (Malay/B.Melayu) to ALL_LINGUAS.

View File

@ -2,21 +2,21 @@
SUBDIRS = src po pixmaps widgets
Developmentdir = $(datadir)/gnome/apps/Development
Development_in_files = glade2.desktop.in
Developmentdir = $(datadir)/applications
Development_in_files = glade-2.desktop.in
Development_DATA = $(Development_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = \
glade2.desktop.in \
glade2.desktop \
glade-2.desktop.in \
glade-2.png \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
pixmapsdir = $(datadir)/pixmaps
pixmaps_DATA =
pixmaps_DATA = glade-2.png
# Now, we are using pkg-config so, we don't need the m4 macros anymore ;-)
# I suppose that we could disable this.

8
glade-2.desktop.in Normal file
View File

@ -0,0 +1,8 @@
[Desktop Entry]
_Name=Glade 2.0
_Comment=GTK+ 2.0 GUI builder
Exec=glade-2
Terminal=0
Type=Application
Icon=glade-2.png
Categories=Application;Development;

BIN
glade-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -1,7 +0,0 @@
[Desktop Entry]
_Name=Glade
_Comment=GTK+ GUI builder
Exec=glade
Terminal=0
Type=Application
Icon=glade.png