mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-08 00:04:35 -04:00
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:
parent
691be4c6e5
commit
6602456035
11
ChangeLog
11
ChangeLog
@ -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.
|
||||
|
10
Makefile.am
10
Makefile.am
@ -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
8
glade-2.desktop.in
Normal 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
BIN
glade-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
_Name=Glade
|
||||
_Comment=GTK+ GUI builder
|
||||
Exec=glade
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Icon=glade.png
|
Loading…
x
Reference in New Issue
Block a user