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,3 +1,7 @@
|
||||||
|
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
|
* Makefile.am (bin_PROGRAMS): Rename binary gnome2-background-properties
|
||||||
|
|
||||||
2002-01-02 Bradford Hovinen <hovinen@ximian.com>
|
2002-01-02 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
* background-properties-capplet.c (main): Removed call to set up
|
* background-properties-capplet.c (main): Removed call to set up
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin_PROGRAMS = gnome-background-properties
|
bin_PROGRAMS = gnome2-background-properties
|
||||||
|
|
||||||
gnome_background_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libbackground/libbackground.a
|
gnome2_background_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libbackground/libbackground.a
|
||||||
gnome_background_properties_SOURCES = background-properties-capplet.c
|
gnome2_background_properties_SOURCES = background-properties-capplet.c
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=Background
|
_Name=Background
|
||||||
_Comment=Configuration of the desktop's background
|
_Comment=Configuration of the desktop's background
|
||||||
Exec=gnome-background-properties
|
Exec=gnome2-background-properties
|
||||||
Icon=background-capplet.png
|
Icon=background-capplet.png
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
|
* Makefile.am (bin_PROGRAMS): Renamed binary
|
||||||
|
gnome2-default-applications-properties
|
||||||
|
|
||||||
2002-01-04 Bradford Hovinen <hovinen@ximian.com>
|
2002-01-04 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
* default-application-properties.c (edit_read): Check if tmp is
|
* default-application-properties.c (edit_read): Check if tmp is
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin_PROGRAMS = gnome-default-applications-properties
|
bin_PROGRAMS = gnome2-default-applications-properties
|
||||||
|
|
||||||
gnome_default_applications_properties_LDADD = @OLD_CAPPLET_LIBS@
|
gnome2_default_applications_properties_LDADD = @OLD_CAPPLET_LIBS@
|
||||||
gnome_default_applications_properties_SOURCES = \
|
gnome2_default_applications_properties_SOURCES = \
|
||||||
default-application-properties.c \
|
default-application-properties.c \
|
||||||
interface.c interface.h \
|
interface.c interface.h \
|
||||||
callbacks.c callbacks.h \
|
callbacks.c callbacks.h \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=Default Applications
|
_Name=Default Applications
|
||||||
_Comment=Choose the applications used by default
|
_Comment=Choose the applications used by default
|
||||||
Exec=default-applications-properties
|
Exec=gnome2-default-applications-properties
|
||||||
Icon=default-applications-capplet.png
|
Icon=default-applications-capplet.png
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
|
* Makefile.am (bin_PROGRAMS): Rename binary
|
||||||
|
gnome2-keyboard-properties
|
||||||
|
|
||||||
Tue Jan 8 15:49:15 2002 Jonathan Blandford <jrb@redhat.com>
|
Tue Jan 8 15:49:15 2002 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* .cvsignore: update
|
* .cvsignore: update
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin_PROGRAMS = gnome-keyboard-properties
|
bin_PROGRAMS = gnome2-keyboard-properties
|
||||||
|
|
||||||
gnome_keyboard_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
gnome2_keyboard_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||||
gnome_keyboard_properties_SOURCES = gnome-keyboard-properties.c
|
gnome2_keyboard_properties_SOURCES = gnome-keyboard-properties.c
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=Keyboard
|
_Name=Keyboard
|
||||||
_Comment=Keyboard Properties
|
_Comment=Keyboard Properties
|
||||||
Exec=gnome-keyboard-properties
|
Exec=gnome2-keyboard-properties
|
||||||
Icon=keyboard-capplet.png
|
Icon=keyboard-capplet.png
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin_PROGRAMS = gnome-mouse-properties
|
bin_PROGRAMS = gnome2-mouse-properties
|
||||||
|
|
||||||
gnome_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
gnome2_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||||
gnome_mouse_properties_SOURCES = gnome-mouse-properties.c
|
gnome2_mouse_properties_SOURCES = gnome-mouse-properties.c
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=Mouse
|
_Name=Mouse
|
||||||
_Comment=Mouse Properties
|
_Comment=Mouse Properties
|
||||||
Exec=gnome-mouse-properties
|
Exec=gnome2-mouse-properties
|
||||||
Icon=mouse-capplet.png
|
Icon=mouse-capplet.png
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
|
* Makefile.am (bin_PROGRAMS): Rename binary gnome2-control-center
|
||||||
|
|
||||||
2002-01-09 Jean Schurger <jschurger@schurger.org>
|
2002-01-09 Jean Schurger <jschurger@schurger.org>
|
||||||
|
|
||||||
* capplet-dir.c (capplet_new): Check for entry->icon[0] != 0
|
* capplet-dir.c (capplet_new): Check for entry->icon[0] != 0
|
||||||
|
|
|
@ -33,9 +33,9 @@ INCLUDES = \
|
||||||
-I/gnome/head/INSTALL/include/gnome-desktop-2.0 \
|
-I/gnome/head/INSTALL/include/gnome-desktop-2.0 \
|
||||||
@GNOMECC_CFLAGS@
|
@GNOMECC_CFLAGS@
|
||||||
|
|
||||||
bin_PROGRAMS = gnomecc
|
bin_PROGRAMS = gnome2-control-center
|
||||||
|
|
||||||
gnomecc_SOURCES = \
|
gnome2_control_center_SOURCES = \
|
||||||
main.c \
|
main.c \
|
||||||
capplet-dir.c capplet-dir.h \
|
capplet-dir.c capplet-dir.h \
|
||||||
capplet-dir-view.c capplet-dir-view.h \
|
capplet-dir-view.c capplet-dir-view.h \
|
||||||
|
@ -43,7 +43,7 @@ gnomecc_SOURCES = \
|
||||||
capplet-dir-view-tree.c \
|
capplet-dir-view-tree.c \
|
||||||
capplet-dir-view-list.c
|
capplet-dir-view-list.c
|
||||||
|
|
||||||
gnomecc_LDADD = \
|
gnome2_control_center_LDADD = \
|
||||||
@GNOMECC_LIBS@ \
|
@GNOMECC_LIBS@ \
|
||||||
-lgnome-desktop-2
|
-lgnome-desktop-2
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
_Name=GNOME Control Center
|
_Name=GNOME Control Center
|
||||||
_Comment=The GNOME configuration tool
|
_Comment=The GNOME configuration tool
|
||||||
Icon=control-center.png
|
Icon=control-center.png
|
||||||
Exec=gnomecc
|
Exec=gnome2-control-center
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Settings;
|
Categories=Application;Settings;
|
|
@ -1,6 +1,7 @@
|
||||||
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
* Makefile.am (INCLUDES): Added missing -I$(top_srcdir)
|
* Makefile.am (INCLUDES): Added missing -I$(top_srcdir)
|
||||||
|
(bin_PROGRAMS): Rename binary gnome2-settings-daemon
|
||||||
|
|
||||||
* gnome-settings-daemon.c (main): Enable code to load settings;
|
* gnome-settings-daemon.c (main): Enable code to load settings;
|
||||||
call gnome_settings_background_load too
|
call gnome_settings_background_load too
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
INCLUDES=$(GNOME_SETTINGS_DAEMON_CFLAGS) -I$(top_srcdir)/libbackground -I$(top_srcdir)
|
INCLUDES=$(GNOME_SETTINGS_DAEMON_CFLAGS) -I$(top_srcdir)/libbackground -I$(top_srcdir)
|
||||||
|
|
||||||
gnome_settings_daemon_SOURCES = \
|
bin_PROGRAMS=gnome2-settings-daemon
|
||||||
|
|
||||||
|
gnome2_settings_daemon_SOURCES = \
|
||||||
gnome-settings-daemon.h \
|
gnome-settings-daemon.h \
|
||||||
gnome-settings-daemon.c \
|
gnome-settings-daemon.c \
|
||||||
gnome-settings-mouse.h \
|
gnome-settings-mouse.h \
|
||||||
|
@ -20,9 +22,7 @@ gnome_settings_daemon_SOURCES = \
|
||||||
xsettings-common.h \
|
xsettings-common.h \
|
||||||
xsettings-manager.h
|
xsettings-manager.h
|
||||||
|
|
||||||
bin_PROGRAMS=gnome-settings-daemon
|
gnome2_settings_daemon_LDADD = \
|
||||||
|
|
||||||
gnome_settings_daemon_LDADD = \
|
|
||||||
$(GNOME_SETTINGS_DAEMON_LIBS) \
|
$(GNOME_SETTINGS_DAEMON_LIBS) \
|
||||||
$(top_builddir)/libbackground/libbackground.a \
|
$(top_builddir)/libbackground/libbackground.a \
|
||||||
$(top_builddir)/libsounds/libsounds.a \
|
$(top_builddir)/libsounds/libsounds.a \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue