added missing file.
2006-11-13 Rodrigo Moya <rodrigo@novell.com> * gnomecc.desktop.in.in: added missing file. * Makefile.am: install .desktop file.
This commit is contained in:
parent
ce90ac9adc
commit
72930c10f6
3 changed files with 28 additions and 0 deletions
5
shell/ChangeLog
Normal file
5
shell/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
2006-11-13 Rodrigo Moya <rodrigo@novell.com>
|
||||||
|
|
||||||
|
* gnomecc.desktop.in.in: added missing file.
|
||||||
|
|
||||||
|
* Makefile.am: install .desktop file.
|
|
@ -13,3 +13,10 @@ gnome_control_center_LDADD = \
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
||||||
|
|
||||||
|
sysdir = $(datadir)/applications
|
||||||
|
sys_in_files = gnomecc.desktop.in
|
||||||
|
sys_DATA = $(sys_in_files:.desktop.in=.desktop)
|
||||||
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
EXTRA_DIST = gnomecc.desktop.in
|
16
shell/gnomecc.desktop.in.in
Normal file
16
shell/gnomecc.desktop.in.in
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
X-SuSE-translate=true
|
||||||
|
Encoding=UTF-8
|
||||||
|
_Name=GNOME Control Center
|
||||||
|
_GenericName=The GNOME configuration tool
|
||||||
|
Icon=gnome-control-center
|
||||||
|
Exec=gnome-control-center
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=GNOME;GTK;Settings;
|
||||||
|
OnlyShowIn=GNOME;
|
||||||
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
|
X-GNOME-Bugzilla-Product=control-center
|
||||||
|
X-GNOME-Bugzilla-Component=shell
|
||||||
|
X-GNOME-Bugzilla-Version=@VERSION@
|
Loading…
Add table
Add a link
Reference in a new issue