SOURCES: gwget-epiphany.patch (NEW), gwget-epiphany-2.20.patch (RE...
arekm
arekm at pld-linux.org
Tue Mar 18 10:45:37 CET 2008
Author: arekm Date: Tue Mar 18 09:45:37 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
generic patch
---- Files affected:
SOURCES:
gwget-epiphany.patch (1.2 -> 1.3) (NEW), gwget-epiphany-2.20.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: SOURCES/gwget-epiphany.patch
diff -u /dev/null SOURCES/gwget-epiphany.patch:1.3
--- /dev/null Tue Mar 18 10:45:37 2008
+++ SOURCES/gwget-epiphany.patch Tue Mar 18 10:45:31 2008
@@ -0,0 +1,24 @@
+--- configure.in.org 2008-03-18 10:25:14.132459386 +0100
++++ configure.in 2008-03-18 10:27:53.866762265 +0100
+@@ -103,7 +103,9 @@
+
+ dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18
+ EPHY_AUTODETECT="(autodetect)"
+-if pkg-config --exists epiphany-2.18; then
++if pkg-config --exists epiphany-$EPHY_VER; then
++ :
++elif pkg-config --exists epiphany-2.18; then
+ EPHY_VER=2.18
+ elif pkg-config --exists epiphany-2.17; then
+ EPHY_VER=2.17
+@@ -171,7 +173,9 @@
+ EPIPHANY_REQUIRED=2.18
+ EPIPHANY_SHORTVER=218
+ else
+- AC_MSG_RESULT([no epiphany installed])
++ EPIPHANY_PKGCONFIG=epiphany-${EPHY_VER}
++ EPIPHANY_REQUIRED=${EPHY_VER}
++ EPIPHANY_SHORTVER=`echo $EPHY_VER | tr -d .`
+ fi
+
+ if test -n "$EPIPHANY_SHORTVER" ; then
================================================================
More information about the pld-cvs-commit
mailing list