diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-18 07:45:30 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-18 07:45:30 +0100 |
commit | 171b0d7335c7d6b1af1c05584b9d9c498f767dbf (patch) | |
tree | 7d1788ce58be566d41349040cffc9264c06f0326 /extra/opera/Pkgfile | |
parent | e19affe6bbdd66ebfeb1399d8d14cad5f3c2be63 (diff) | |
parent | ed494fbcdfddb1d0f5013567667744d14d27ec84 (diff) | |
download | nutyx-extra-171b0d7335c7d6b1af1c05584b9d9c498f767dbf.tar.gz nutyx-extra-171b0d7335c7d6b1af1c05584b9d9c498f767dbf.tar.bz2 nutyx-extra-171b0d7335c7d6b1af1c05584b9d9c498f767dbf.tar.xz nutyx-extra-171b0d7335c7d6b1af1c05584b9d9c498f767dbf.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/opera/Pkgfile')
-rw-r--r-- | extra/opera/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/opera/Pkgfile b/extra/opera/Pkgfile index 9e8677704..710bb6a46 100644 --- a/extra/opera/Pkgfile +++ b/extra/opera/Pkgfile @@ -1,4 +1,4 @@ -# Description: Navigateur web +# Description: Navigateur web basé sur la librairie qt # URL: http://www.opera.com # Maintainer: NuTyX core team # Packager: geantbrun at gmail dot com @@ -12,13 +12,11 @@ if [ "`uname -m`" == "i686" ]; then else _ARCH=x86_64 fi -source=( http://mirror.ndnet.ch/opera/linux/1000/final/en/${_ARCH}/opera-10.00.gcc4-qt4.${_ARCH}.tar.gz \ - opera.desktop \ - opera.png ) +source=( http://mirror.switch.ch/ftp/mirror/opera/linux/1001/final/en/${_ARCH}/opera-$version.gcc4-qt4.${_ARCH}.tar.gz \ + opera.desktop opera.png ) build() { cd $name-* -# sed 's|/usr/X11R6/lib/mozilla/plugins=1|/opt/mozilla/lib/plugins=1|' -i ini/pluginpath.ini ./install.sh DESTDIR=$PKG mkdir -p $PKG/usr/share/{applications,licences/opera,icons/hicolor/48x48/apps} install -D -m 644 ../opera.desktop $PKG/usr/share/applications/ |