diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-17 23:27:18 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-17 23:27:18 +0100 |
commit | 4ed95cc9f1eee4921fcab30c5f65b6995542073b (patch) | |
tree | e2672ef85de2e01205b54176110ea8830d982eb4 /extra/opera/Pkgfile | |
parent | fc167d5472e5d7a13838ee8ffc9f5b4c34809e5e (diff) | |
download | nutyx-extra-4ed95cc9f1eee4921fcab30c5f65b6995542073b.tar.gz nutyx-extra-4ed95cc9f1eee4921fcab30c5f65b6995542073b.tar.bz2 nutyx-extra-4ed95cc9f1eee4921fcab30c5f65b6995542073b.tar.xz nutyx-extra-4ed95cc9f1eee4921fcab30c5f65b6995542073b.zip |
opera, maj source
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..24fce39b1 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.ndnet.ch/opera/linux/1000/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/ |