]> git.pld-linux.org Git - packages/gtranslator.git/commitdiff
- remove " (Rarian version..." from "scrollkeeper-config --version" output
authorSzymon Siwek <sls@pld-linux.org>
Fri, 21 Mar 2008 13:33:35 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtranslator-rarian.patch -> 1.1

gtranslator-rarian.patch [new file with mode: 0644]

diff --git a/gtranslator-rarian.patch b/gtranslator-rarian.patch
new file mode 100644 (file)
index 0000000..63f5432
--- /dev/null
@@ -0,0 +1,11 @@
+--- gtranslator-1.1.7/configure.in.orig        2008-03-21 14:13:22.573701134 +0100
++++ gtranslator-1.1.7/configure.in     2008-03-21 14:14:02.070986578 +0100
+@@ -122,7 +122,7 @@
+ AC_CHECK_PROG(sc_present, scrollkeeper-config, yes, no)
+ if test "z$sc_present" = "zyes" ; then
+       AC_MSG_CHECKING([for scrollkeeper])
+-      _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g'`
++      _VERSION=`scrollkeeper-config --version|sed -e 's/ .*$// ; s/\.//g'`
+       if test $_VERSION -ge 0 -o $_VERSION -ge 02; then
+               AC_MSG_RESULT(yes)
+               SC_STATEDIR=`scrollkeeper-config --pkglocalstatedir`
This page took 0.099599 seconds and 4 git commands to generate.