[arch-commits] Commit in totem-plugin/trunk (30_totem_xulrunner19.patch PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jul 20 22:00:59 UTC 2008


    Date: Sunday, July 20, 2008 @ 18:00:56
  Author: jgc
Revision: 5798

Force mozilla as gecko backend (xulrunner 1.9). Update patch

Modified:
  totem-plugin/trunk/30_totem_xulrunner19.patch
  totem-plugin/trunk/PKGBUILD

----------------------------+
 30_totem_xulrunner19.patch |    2 +-
 PKGBUILD                   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: 30_totem_xulrunner19.patch
===================================================================
--- 30_totem_xulrunner19.patch	2008-07-20 21:59:07 UTC (rev 5797)
+++ 30_totem_xulrunner19.patch	2008-07-20 22:00:56 UTC (rev 5798)
@@ -116,7 +116,7 @@
 -	MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`"
 +	dnl This only works on gecko 1.9 and 1.8
 +	if $PKG_CONFIG --exists libxul; then
-+		MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir libxul`/unstable"
++		MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir libxul`"
 +	else
 +		MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`"
 +	fi

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-20 21:59:07 UTC (rev 5797)
+++ PKGBUILD	2008-07-20 22:00:56 UTC (rev 5798)
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.22/totem-${pkgver}.tar.bz2
 	30_totem_xulrunner19.patch)
-md5sums=('6062080e81b4859f87fee8a592b92489' '42e3246acb3163bab35fc12816a19419')
+md5sums=('6062080e81b4859f87fee8a592b92489' 'ce0b0bdd822ad404bdc24e2fce3e7e21')
 	
 build() {
   cd ${startdir}/src/totem-${pkgver}
@@ -25,7 +25,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
               --libexecdir=/usr/lib/totem \
               --localstatedir=/var --disable-static \
-	      --enable-mozilla || return 1
+	      --enable-mozilla --with-gecko=mozilla || return 1
   make || return 1
   pushd browser-plugin || return 1
   make plugindir=/usr/lib/mozilla/plugins \





More information about the arch-commits mailing list