Renamed binaries with the convention gnome2-* so as to be guaranteed
fully parallel installable (and consistent)
This commit is contained in:
parent
912bd0a83c
commit
ce01a530be
16 changed files with 44 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
bin_PROGRAMS = gnome-mouse-properties
|
||||
bin_PROGRAMS = gnome2-mouse-properties
|
||||
|
||||
gnome_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
gnome_mouse_properties_SOURCES = gnome-mouse-properties.c
|
||||
gnome2_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
gnome2_mouse_properties_SOURCES = gnome-mouse-properties.c
|
||||
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=Mouse
|
||||
_Comment=Mouse Properties
|
||||
Exec=gnome-mouse-properties
|
||||
Exec=gnome2-mouse-properties
|
||||
Icon=mouse-capplet.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue