www-client/opera-beta: Version bump.
authorJeroen Roovers <jer@gentoo.org>
Thu, 16 Nov 2017 15:37:11 +0000 (16:37 +0100)
committerJeroen Roovers <jer@gentoo.org>
Thu, 16 Nov 2017 15:37:11 +0000 (16:37 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

www-client/opera-beta/Manifest
www-client/opera-beta/opera-beta-50.0.2762.9.ebuild [new file with mode: 0644]

index e905afcc25a7d822a99989bddc699bdd0bf78397..aedd6587028c8b0d97e4137906c2fa3657a4e534 100644 (file)
@@ -1 +1,2 @@
 DIST opera-beta_50.0.2762.4_amd64.deb 51940270 SHA256 77430f26c34baddc85fd4343aca2442ffccbba00d8b823077cae38979c41704d SHA512 333e3654382f03b348323d8b721d150237f23d8fc61f88ed94f73c7724075a84a1e046cbcb8d7002a1a80b76d32889a978586690255787e186c07edd2f6f5f03 WHIRLPOOL bb7a22a46f4f7d6f35bd67d79e7e7e19f314aa017fd07dc6147841bd4b83d177ed3ad9e3ed2bec1977cf3a9def3887c6d9bd5421dfd2bd75e080576ba96fdd95
+DIST opera-beta_50.0.2762.9_amd64.deb 51929182 SHA256 f35c8667422653eff65da6031b9d975a32a4ed8b275c2fee319367c6e8ee3753 SHA512 3926cd98b99956f0c880941a348feb8287afc491e68ba8da8444ddd4e59e316f60590ce55a5e3f9f78d831d2b3dd031a9e2b3c356fdfc07ca4f147b493b28b08 WHIRLPOOL 23f5582d1eec2386cf7f136e96b7188a340af20221872836d4b7e13c4891d11d7e6edb713974bf2f78d5a43634213a4f0151c2889caf6ba338d0490702df36fd
diff --git a/www-client/opera-beta/opera-beta-50.0.2762.9.ebuild b/www-client/opera-beta/opera-beta-50.0.2762.9.ebuild
new file mode 100644 (file)
index 0000000..96ac809
--- /dev/null
@@ -0,0 +1,114 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+       be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it
+       ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+       zh-CN zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/"
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+       http://download1.operacdn.com/pub/
+       http://download2.operacdn.com/pub/
+       http://download3.operacdn.com/pub/
+       http://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+       "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-libs/expat
+       dev-libs/glib:2
+       dev-libs/nspr
+       dev-libs/nss
+       gnome-base/gconf:2
+       media-libs/alsa-lib
+       media-libs/fontconfig
+       media-libs/freetype
+       net-misc/curl
+       net-print/cups
+       sys-apps/dbus
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf
+       x11-libs/gtk+:2
+       x11-libs/libX11
+       x11-libs/libXScrnSaver
+       x11-libs/libXcomposite
+       x11-libs/libXcursor
+       x11-libs/libXdamage
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXi
+       x11-libs/libXrandr
+       x11-libs/libXrender
+       x11-libs/libXtst
+       x11-libs/libnotify
+       x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+       unpack_deb ${A}
+}
+
+src_prepare() {
+       case ${ARCH} in
+               amd64)
+                       mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+                       rm -r usr/lib || die
+                       ;;
+               x86)
+                       mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || die
+                       ;;
+       esac
+
+       rm usr/bin/${PN} || die
+
+       rm usr/share/doc/${PN}/copyright || die
+       mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+       pushd "${OPERA_HOME}/localization" > /dev/null || die
+       chromium_remove_language_paks
+       popd > /dev/null || die
+
+       sed -i \
+               -e 's|^TargetEnvironment|X-&|g' \
+               usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+       mv * "${D}" || die
+       dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+       fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+       gnome2_icon_savelist
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+}