summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2010-12-30 00:03:46 +0100
committer Robby Workman2010-12-30 00:26:30 +0100
commit6f312ecf2ca248edb1f6e596d3d2dbbeb030b2e4 (patch)
treeebf4a2ca0e6e15a5418645668d230e6b15bf92f3
parent6591f954f4cc5486d5b0dce4e7cc912ae2d42af4 (diff)
downloadslackbuilds-6f312ecf2ca248edb1f6e596d3d2dbbeb030b2e4.tar.gz
audio/rubyripper: Uncompressed the patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--audio/rubyripper/configure.patch11
-rw-r--r--audio/rubyripper/configure.patch.gzbin270 -> 0 bytes
-rw-r--r--audio/rubyripper/rubyripper.SlackBuild2
3 files changed, 12 insertions, 1 deletions
diff --git a/audio/rubyripper/configure.patch b/audio/rubyripper/configure.patch
new file mode 100644
index 0000000000..0ceaa60e5d
--- /dev/null
+++ b/audio/rubyripper/configure.patch
@@ -0,0 +1,11 @@
+--- rubyripper-0.6.0/configure.orig 2010-08-31 09:01:59.859303468 -0400
++++ rubyripper-0.6.0/configure 2010-08-31 09:02:08.122305957 -0400
+@@ -110,7 +110,7 @@
+
+ puts "Testing support for the graphical frontend..."
+ begin
+- require 'gtk2'
++ require 'gtk2/base'
+ puts "ruby-gtk2 bindings found"
+ rescue LoadError
+ puts "ruby-gtk2 is not found. The graphical frontend won't work!"
diff --git a/audio/rubyripper/configure.patch.gz b/audio/rubyripper/configure.patch.gz
deleted file mode 100644
index 5b18792eb2..0000000000
--- a/audio/rubyripper/configure.patch.gz
+++ /dev/null
Binary files differ
diff --git a/audio/rubyripper/rubyripper.SlackBuild b/audio/rubyripper/rubyripper.SlackBuild
index 1e628cc5a9..7079023a3e 100644
--- a/audio/rubyripper/rubyripper.SlackBuild
+++ b/audio/rubyripper/rubyripper.SlackBuild
@@ -63,7 +63,7 @@ find . \
# we should patch this regardless, because if 'gtk2' is present
# it will fail the build
-zcat ${CWD}/configure.patch.gz | patch configure
+cat ${CWD}/configure.patch | patch configure
./configure \
--prefix=/usr \