[arch-commits] Commit in totem/repos (3 files)

Jan de Groot jgc at archlinux.org
Sun Jul 20 21:57:07 UTC 2008


    Date: Sunday, July 20, 2008 @ 17:57:07
  Author: jgc
Revision: 5796

Merged revisions 5790-5795 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/totem/trunk

........
  r5795 | jgc | 2008-07-20 21:56:55 +0000 (Sun, 20 Jul 2008) | 2 lines
  
  upgpkg: totem 2.22.2-3
      Fix mozilla plugin backend
........

Modified:
  totem/repos/extra-x86_64/	(properties)
  totem/repos/extra-x86_64/30_totem_xulrunner19.patch
  totem/repos/extra-x86_64/PKGBUILD

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


Property changes on: totem/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /totem/trunk:1-5789
   + /totem/trunk:1-5795

Modified: extra-x86_64/30_totem_xulrunner19.patch
===================================================================
--- extra-x86_64/30_totem_xulrunner19.patch	2008-07-20 21:56:55 UTC (rev 5795)
+++ extra-x86_64/30_totem_xulrunner19.patch	2008-07-20 21:57:07 UTC (rev 5796)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-20 21:56:55 UTC (rev 5795)
+++ extra-x86_64/PKGBUILD	2008-07-20 21:57:07 UTC (rev 5796)
@@ -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