diff options
Diffstat (limited to 'sysutils/gnome-control-center1/files')
-rw-r--r-- | sysutils/gnome-control-center1/files/patch-ad | 11 | ||||
-rw-r--r-- | sysutils/gnome-control-center1/files/patch-bn | 39 | ||||
-rw-r--r-- | sysutils/gnome-control-center1/files/patch-ce | 8 |
3 files changed, 0 insertions, 58 deletions
diff --git a/sysutils/gnome-control-center1/files/patch-ad b/sysutils/gnome-control-center1/files/patch-ad deleted file mode 100644 index c27189a35ee9..000000000000 --- a/sysutils/gnome-control-center1/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- capplets/wm-properties/wm-list.c.orig Tue Mar 2 22:53:29 1999 -+++ capplets/wm-properties/wm-list.c Tue Mar 2 22:53:52 1999 -@@ -210,7 +210,7 @@ - gchar *tempdir; - gchar *name; - -- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/"); -+ tempdir = gnome_unconditional_datadir_file ("wm-properties/"); - wm_list_read_dir (tempdir, FALSE); - g_free (tempdir); - diff --git a/sysutils/gnome-control-center1/files/patch-bn b/sysutils/gnome-control-center1/files/patch-bn deleted file mode 100644 index da5233b16277..000000000000 --- a/sysutils/gnome-control-center1/files/patch-bn +++ /dev/null @@ -1,39 +0,0 @@ ---- control-center/Makefile.in.orig Tue Oct 5 16:45:56 1999 -+++ control-center/Makefile.in Wed Feb 23 13:42:28 2000 -@@ -131,7 +131,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" -+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" - - - bin_PROGRAMS = gnomecc -@@ -154,16 +154,16 @@ - - EXTRA_DIST = gnomecc.desktop cappletConf.sh.in $(appicon_DATA) - --sysdir = $(datadir)/gnome/apps/Settings -+sysdir = $(datadir)/apps/Settings - sys_DATA = gnomecc.desktop - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = cappletConf.sh - - libcapplet_la_SOURCES = capplet-widget.c capplet-widget-libs.c capplet-widget-libs.h $(CORBA_SRCLIST) - - --libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libcapplet_la_LDFLAGS = -version-info 4:0:0 - libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) - - include_HEADERS = capplet-widget.h -@@ -561,6 +561,7 @@ - -e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \ - -e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \ - -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ -+ -e 's?\@VERSION\@?$(VERSION)?g' \ - < $(srcdir)/cappletConf.sh.in > cappletConf.tmp \ - && mv cappletConf.tmp cappletConf.sh - diff --git a/sysutils/gnome-control-center1/files/patch-ce b/sysutils/gnome-control-center1/files/patch-ce deleted file mode 100644 index b2186ac89c4c..000000000000 --- a/sysutils/gnome-control-center1/files/patch-ce +++ /dev/null @@ -1,8 +0,0 @@ ---- capplets/wm-properties/wm-desktops/WindowMaker.desktop.orig Wed May 12 02:56:05 1999 -+++ capplets/wm-properties/wm-desktops/WindowMaker.desktop Wed May 12 02:56:22 1999 -@@ -5,4 +5,4 @@ - - [Window Manager] - SessionManaged=false --ConfigExec=/usr/X11R6/lib/GNUstep/Apps/WPrefs.app/WPrefs -+ConfigExec=/usr/X11R6/share/GNUstep/Apps/WPrefs.app/WPrefs |