[arch-commits] CVS update of extra/network/opera (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Mar 11 01:43:14 UTC 2008


    Date: Monday, March 10, 2008 @ 21:43:14
  Author: eric
    Path: /home/cvs-extra/extra/network/opera

Modified: PKGBUILD (1.46 -> 1.47)

upgpkg: opera 9.26-1
    upstream update, fixed plugin path


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: extra/network/opera/PKGBUILD
diff -u extra/network/opera/PKGBUILD:1.46 extra/network/opera/PKGBUILD:1.47
--- extra/network/opera/PKGBUILD:1.46	Sat Jan 19 17:28:25 2008
+++ extra/network/opera/PKGBUILD	Mon Mar 10 21:43:14 2008
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD,v 1.46 2008/01/19 22:28:25 tom Exp $
+# $Id: PKGBUILD,v 1.47 2008/03/11 01:43:14 eric Exp $
 # Maintainer: Tom Killian <tom at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=opera
-pkgver=9.25
-pkgrel=2
+pkgver=9.26
+pkgrel=1
 pkgdesc="The Opera web browser"
 url="http://www.opera.com/"
 depends=(qt3)
 license=('custom:opera')
 arch=('i686')
-source=(ftp://ftp.opera.com/pub/opera/linux/925/final/en/i386/shared/opera-9.25-20071214.6-shared-qt.i386-en.tar.bz2
+source=(ftp://ftp.opera.com/pub/opera/linux/${pkgver/./}/final/en/i386/shared/opera-${pkgver}-20080218.6-shared-qt.i386-en.tar.bz2
         opera.desktop)
+md5sums=('e29856b248f503b5a724c7c548c42483' 'f99bef1a9200abe5a5cda78665cddc84')
 options=('force')
 
 build() {
-   cd ${startdir}/src/opera-9.25-20071214.6-shared-qt.i386-en-687
-   sed 's|/usr/X11R6/lib/mozilla/plugins=1|/opt/mozilla/lib/plugins=1|' -i ini/pluginpath.ini || return 1
+   cd ${startdir}/src/opera-${pkgver}-20080218.6-shared-qt.i386-en-698
+   sed 's|/usr/X11R6/lib/mozilla/plugins=1|/usr/lib/mozilla/plugins=1|' -i ini/pluginpath.ini || return 1
    ./install.sh DESTDIR=${startdir}/pkg
    install -D -m 644 ${startdir}/src/opera.desktop ${startdir}/pkg/usr/share/applications/opera.desktop
    install -D -m 644 LICENSE ${startdir}/pkg/usr/share/licenses/opera/license.txt
 }
-md5sums=('496adcd61d1f510b64009e49702ec21f'
-         'f99bef1a9200abe5a5cda78665cddc84')




More information about the arch-commits mailing list