diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-06-02 21:47:28 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-06-02 21:47:28 +0000 |
commit | a24e73488ce3e03625fc92e3d0f8186c04319fc6 (patch) | |
tree | 787c19b07f0ba165bf8eb931568367fcb5725c46 /x11-wm/sawfish/files | |
parent | Initial import of mozilla-firebird 0.6. Please report anomalous behavior. (diff) | |
download | gentoo-2-a24e73488ce3e03625fc92e3d0f8186c04319fc6.tar.gz gentoo-2-a24e73488ce3e03625fc92e3d0f8186c04319fc6.tar.bz2 gentoo-2-a24e73488ce3e03625fc92e3d0f8186c04319fc6.zip |
remove broken stuff
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/digest-sawfish-2.0 | 1 | ||||
-rw-r--r-- | x11-wm/sawfish/files/sawfish-2.0-rep-gtk.patch | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-wm/sawfish/files/digest-sawfish-2.0 b/x11-wm/sawfish/files/digest-sawfish-2.0 deleted file mode 100644 index eae978332dac..000000000000 --- a/x11-wm/sawfish/files/digest-sawfish-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 47f57179c50737992500dca7f2cab4b4 sawfish-2.0.tar.bz2 1116879 diff --git a/x11-wm/sawfish/files/sawfish-2.0-rep-gtk.patch b/x11-wm/sawfish/files/sawfish-2.0-rep-gtk.patch deleted file mode 100644 index bc18ea8c01fc..000000000000 --- a/x11-wm/sawfish/files/sawfish-2.0-rep-gtk.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- sawfish-2.0/configure.orig Sun Jun 23 22:05:48 2002 -+++ sawfish-2.0/configure Sun Jun 23 23:16:14 2002 -@@ -4607,7 +4607,7 @@ - if test "$enable_themer" = yes; then - echo "$as_me:4608: checking for rep-gtk libglade wrapper" >&5 - echo $ECHO_N "checking for rep-gtk libglade wrapper... $ECHO_C" >&6 -- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l libglade 2>&5; then -+ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk-2.gtk -l gui.gtk-2.libglade 2>&5; then - echo "$as_me:4611: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - add_subdir "themer" -@@ -4630,7 +4630,7 @@ - if test "$enable_gnome_widgets" != "no"; then - echo "$as_me:4631: checking for rep-gtk GNOME wrappers" >&5 - echo $ECHO_N "checking for rep-gtk GNOME wrappers... $ECHO_C" >&6 -- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gnomeui -l gdk-pixbuf -l gnome-canvas-pixbuf 2>&5; then -+ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk-2.gtk -l gui.gtk-2.gnome-ui -l gui.gtk-2.gnome-canvas 2>&5; then - echo "$as_me:4634: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - REP_GTK_GNOME=yes ---- sawfish-2.0//lisp/sawfish/ui/widgets/workspace-geometry.jl.orig Sun Jun 23 23:06:09 2002 -+++ sawfish-2.0//lisp/sawfish/ui/widgets/workspace-geometry.jl Sun Jun 23 23:20:05 2002 -@@ -28,7 +28,6 @@ - (open rep - gui.gtk-2.gtk - gui.gtk-2.gnome-canvas -- gui.gtk-2.gdk-pixbuf - rep.io.files - sawfish.gtk.widget - sawfish.ui.layout) |