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

Jan de Groot jgc at archlinux.org
Sun Jul 20 21:56:55 UTC 2008


    Date: Sunday, July 20, 2008 @ 17:56:55
  Author: jgc
Revision: 5795

upgpkg: totem 2.22.2-3
    Fix mozilla plugin backend

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

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

Modified: 30_totem_xulrunner19.patch
===================================================================
--- 30_totem_xulrunner19.patch	2008-07-20 21:54:19 UTC (rev 5794)
+++ 30_totem_xulrunner19.patch	2008-07-20 21:56:55 UTC (rev 5795)
@@ -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:54:19 UTC (rev 5794)
+++ PKGBUILD	2008-07-20 21:56:55 UTC (rev 5795)
@@ -17,8 +17,9 @@
 source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.22/${pkgname}-${pkgver}.tar.bz2
 	30_totem_xulrunner19.patch
 	video-flv.patch)
-md5sums=('6062080e81b4859f87fee8a592b92489' '42e3246acb3163bab35fc12816a19419'
-	 '8c66edc0e4fd64612189e76f57c40873')
+md5sums=('6062080e81b4859f87fee8a592b92489'
+         'ce0b0bdd822ad404bdc24e2fce3e7e21'
+         '8c66edc0e4fd64612189e76f57c40873')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}





More information about the arch-commits mailing list