Renamed binaries with the convention gnome2-* so as to be guaranteed

fully parallel installable (and consistent)
This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2002-01-14 19:30:34 +00:00
parent 912bd0a83c
commit ce01a530be
16 changed files with 44 additions and 25 deletions

View file

@ -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@

View file

@ -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