diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-10 14:31:43 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2019-08-10 14:31:43 +0200 |
commit | a387cf5d15eefa29a5c6d19f0f42f0baa36f2f38 (patch) | |
tree | 84161845cf2b6e83122025363e75dff4450c91e9 /net-im/riot-web | |
parent | net-im/nheko: update to 0.6.4 (diff) | |
download | matrix-a387cf5d15eefa29a5c6d19f0f42f0baa36f2f38.tar.gz matrix-a387cf5d15eefa29a5c6d19f0f42f0baa36f2f38.tar.bz2 matrix-a387cf5d15eefa29a5c6d19f0f42f0baa36f2f38.zip |
net-im/riot-web: upgrade to 1.3.2
Diffstat (limited to 'net-im/riot-web')
-rw-r--r-- | net-im/riot-web/Manifest | 2 | ||||
-rw-r--r-- | net-im/riot-web/riot-web-1.2.2.ebuild | 80 | ||||
-rw-r--r-- | net-im/riot-web/riot-web-1.3.2.ebuild (renamed from net-im/riot-web/riot-web-1.2.2-r1.ebuild) | 0 |
3 files changed, 1 insertions, 81 deletions
diff --git a/net-im/riot-web/Manifest b/net-im/riot-web/Manifest index 50da128..c7255a4 100644 --- a/net-im/riot-web/Manifest +++ b/net-im/riot-web/Manifest @@ -1 +1 @@ -DIST riot-web-1.2.2.tar.gz 1495828 BLAKE2B a462fb4eb02666432d2d946b41a69dc754e719e2b83640abe485f5b3658de3c057bff45486f3aea96cfd55a4710b1ece7806f8a4f277b3440feed49e42634ac2 SHA512 e40e31ab710d7b4b8a1f022381170453bcadcf386780f2be457e4cd49cfe059598dba3a90b86b0e99bd0624e68e45fa231a6a825cabfeb1a47ead1511b49a278 +DIST riot-web-1.3.2.tar.gz 1514480 BLAKE2B 2cb8430d4f358d3ac163015a67bcadb043e57f36f0b2e08565b9b79581a2ff82f820953877ff75195fccd64448f3fb080c4a2ff939200423d21a6a598a4a69aa SHA512 dca928d44f6bb8e4f194d1d9fca1c53a7233fafd163b3ad8408b81a919142854001b871ba5f16953608ed8aa5b2040436df712444dad0f5edbebbbf168708ff0 diff --git a/net-im/riot-web/riot-web-1.2.2.ebuild b/net-im/riot-web/riot-web-1.2.2.ebuild deleted file mode 100644 index 3101139..0000000 --- a/net-im/riot-web/riot-web-1.2.2.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2019 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 gnome2-utils - -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" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -REQUIRED_USE="" - -DEPEND="sys-devel/binutils:* - net-libs/nodejs - sys-apps/yarn - 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 - - yarn install || die "Yarn module installation failed" - - cp "${S}"/config.sample.json "${S}"/config.json -} - -src_compile() { - yarn run build || die "Build failed" - - "${S}"/node_modules/.bin/build --linux --x64 || die "Bundling failed" -} - -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} -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-im/riot-web/riot-web-1.2.2-r1.ebuild b/net-im/riot-web/riot-web-1.3.2.ebuild index 64e1b4f..64e1b4f 100644 --- a/net-im/riot-web/riot-web-1.2.2-r1.ebuild +++ b/net-im/riot-web/riot-web-1.3.2.ebuild |