diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-05-14 15:10:31 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2019-05-14 15:10:31 +0200 |
commit | 46f839539c258985f3bcaf27a746a262c598b886 (patch) | |
tree | 40fdec6e11f2e13ac3d6c29e69e1925d51aaeaba | |
parent | net-im/riot-web: update to 1.1.0 (diff) | |
download | matrix-46f839539c258985f3bcaf27a746a262c598b886.tar.gz matrix-46f839539c258985f3bcaf27a746a262c598b886.tar.bz2 matrix-46f839539c258985f3bcaf27a746a262c598b886.zip |
net-im/riot-web: update to 1.1.1
-rw-r--r-- | net-im/riot-web/Manifest | 3 | ||||
-rw-r--r-- | net-im/riot-web/riot-web-0.17.9.ebuild | 76 | ||||
-rw-r--r-- | net-im/riot-web/riot-web-1.1.1.ebuild (renamed from net-im/riot-web/riot-web-1.1.0.ebuild) | 0 |
3 files changed, 1 insertions, 78 deletions
diff --git a/net-im/riot-web/Manifest b/net-im/riot-web/Manifest index cc5fbb4..02f3bec 100644 --- a/net-im/riot-web/Manifest +++ b/net-im/riot-web/Manifest @@ -1,2 +1 @@ -DIST riot-web-0.17.9.tar.gz 1260456 BLAKE2B 3a6293d2d199138bc4e70e0f293cc7618b6222b1bbfef834b4f155e1c76b1ca3c41aa1c3b54ba5e0bc07e47ef54613b8736625625984b20bbc60b6c746561a83 SHA512 f4dcd31cadfc0c0423dca37a7a448ca7ed53e2abab3cf4f0f0a16797e663481235213b89f4e843d92b218c506b15af8d6c8c6b91c4ae97510a3c628204268df8 -DIST riot-web-1.1.0.tar.gz 1482735 BLAKE2B 244d2df5eb6c07ba4364380bdd09e0c3c3c87595c652da62a11d751de26140f8ab96f469a75e8cde686a0998084cae8bf4080d285f98bce366517a8d3289be9e SHA512 3aa24e725a9e16a9868100e5c550fb8bdd4d191431d246481b790a3c52cd3476dfc99f863d8a63643b52e0d5d57af81f871a0cb8fd8efeb355ec92a9f5b3b498 +DIST riot-web-1.1.1.tar.gz 1482777 BLAKE2B 8080700fa251c3ca4b4fc8b150281d34155ee183010f3dd0f7a356044351fa34db7f26d0660aa202f05d159cd1e1fb653d8a939e33021458a028ec139ff62a83 SHA512 c0d1a74cb5ed90a9fbaf6308e9003077805d1157750271736f2564f82297ce91dadab13da2cd257b3b229996a6ed99482c1999ffd4578d7967d23a4518b7fd39 diff --git a/net-im/riot-web/riot-web-0.17.9.ebuild b/net-im/riot-web/riot-web-0.17.9.ebuild deleted file mode 100644 index 97f88f1..0000000 --- a/net-im/riot-web/riot-web-0.17.9.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A glossy Matrix collaboration client for the web" -HOMEPAGE="https://riot.im" - -inherit eutils - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - - SRC_URI="" - EGIT_REPO_URI="https://github.com/vector-im/riot-web.git" - EGIT_BRANCH="develop" -else - SRC_URI="https://github.com/vector-im/riot-web/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="abi_x86_32 abi_x86_64" -REQUIRED_USE="abi_x86_32? ( !abi_x86_64 ) - abi_x86_64? ( !abi_x86_32 )" - -DEPEND="sys-devel/binutils:* - net-libs/nodejs[npm] - x11-libs/libXScrnSaver - net-print/cups - dev-libs/nss - gnome-base/gconf" -RDEPEND="${DEPEND}" - -QA_PREBUILT=" - opt/Riot/libffmpeg.so - opt/Riot/libnode.so - opt/Riot/riot-web" - -DESTINATION="/" # We build and unpack a Debian installer, which already has everything in the proper directories {usr,opt}, so we just set the destination to "/" - -src_prepare() { - default - - if [[ ${PV} == "9999" ]]; then - "${S}"/scripts/fetch-develop.deps.sh - fi - - npm install - - cp "${S}"/config.sample.json "${S}"/config.json -} - -src_compile() { - npm run build || die - - if use abi_x86_32; then - "${S}"/node_modules/.bin/build --linux --ia32 || die - elif use abi_x86_64; then - "${S}"/node_modules/.bin/build --linux --x64 || die - fi -} - -src_install() { - ar x "${S}"/electron_app/dist/riot-web*.deb - tar xvf data.tar.xz - - mv usr/share/doc/${PN} usr/share/doc/${PF} - gunzip usr/share/doc/${PF}/changelog.gz - insinto ${DESTINATION} - doins -r usr - doins -r opt - fperms +x /opt/Riot/${PN} - dosym ${DESTINATION}/opt/Riot/${PN} ${DESTINATION}/usr/bin/${PN} -} diff --git a/net-im/riot-web/riot-web-1.1.0.ebuild b/net-im/riot-web/riot-web-1.1.1.ebuild index 3101139..3101139 100644 --- a/net-im/riot-web/riot-web-1.1.0.ebuild +++ b/net-im/riot-web/riot-web-1.1.1.ebuild |