diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-06-27 02:45:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-28 01:56:47 +0700 |
commit | b37b7fb9305cd99c9f318c64e7f2cc52ea6802d7 (patch) | |
tree | 2af5bf46efe8f01127335bf88f4217185373d6b6 /network | |
parent | 1df5eeecd4fca49836fb7276c45179bc612c0b21 (diff) |
network/opera: Updated for version 46.0.2597.26.
Upstream dropped x86 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/opera/README | 3 | ||||
-rw-r--r-- | network/opera/opera.SlackBuild | 10 | ||||
-rw-r--r-- | network/opera/opera.info | 10 |
3 files changed, 15 insertions, 8 deletions
diff --git a/network/opera/README b/network/opera/README index 230cb74fe452..07c74af224df 100644 --- a/network/opera/README +++ b/network/opera/README @@ -12,4 +12,7 @@ This is a Stable version of Opera browser, for development version please see "opera-development" and for a old version based on Presto engine, please see a SlackBuild called "opera-legacy". +Since version 46.0.2590.0 Opera's drops 32 bits support, for more: +https://blogs.opera.com/desktop/2017/05/opera-developer-46-0-2590-0-update/ + This suggests: pepperflash-plugin, ffmpeg, opera-ffmpeg-codecs. diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index cffe6ad6bdde..dd6d4c893865 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opera -VERSION=${VERSION:-45.0.2552.898} +VERSION=${VERSION:-46.0.2597.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,17 +48,21 @@ if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" BITS="i386" + echo "This package is currently only available for 64bit." + exit 1 elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" BITS="i386" + echo "This package is currently only available for 64bit." + exit 1 elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" BITS="amd64" else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" + echo "Package for $(uname -m) architecture is not available." + exit 1 fi rm -rf $PKG diff --git a/network/opera/opera.info b/network/opera/opera.info index 878636a47a53..7d67974844ad 100644 --- a/network/opera/opera.info +++ b/network/opera/opera.info @@ -1,10 +1,10 @@ PRGNAM="opera" -VERSION="45.0.2552.898" +VERSION="46.0.2597.26" HOMEPAGE="http://www.opera.com/browser/" -DOWNLOAD="http://download3.operacdn.com/pub/opera/desktop/45.0.2552.898/linux/opera-stable_45.0.2552.898_i386.deb" -MD5SUM="85db10daf2f509091be896d70b787205" -DOWNLOAD_x86_64="http://download3.operacdn.com/pub/opera/desktop/45.0.2552.898/linux/opera-stable_45.0.2552.898_amd64.deb" -MD5SUM_x86_64="edde9040c7ecea14bc3f0c8e83e51551" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="http://download3.operacdn.com/pub/opera/desktop/46.0.2597.26/linux/opera-stable_46.0.2597.26_amd64.deb" +MD5SUM_x86_64="38f6a0d39ac4dc457d2485f1ab9e4a0d" REQUIRES="" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |