Обновлены маски

mhiretskiy 1653
Alexander Tratsevskiy 5 years ago
parent 56d8385c95
commit 6a6eed1ff1

@ -1 +0,0 @@
DIST riot-1.0.1.tar.gz 1441665 BLAKE2B d8ed636876fed3f64566ad129f66079f566abeb455d648973ce9374c063aeb830c5dd114ec512e15d09620419dacb735193c64f3608702db47d86ce1598b9862 SHA512 29ba0ae3e9542235ec12d66595aca43d1d60aa370543be183893e3c62fa9c3c2197b997382e80f8f961d2b1ed525c33af11fa32d8a23c2414ded8585f7b7840a

@ -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}
}

@ -26,6 +26,7 @@
~media-plugins/deadbeef-vu-meter-20170921 amd64 x86
~media-plugins/deadbeef-waveform-seekbar-20160425 amd64 x86
~media-sound/deadbeef-0.7.2 amd64 x86
~net-im/riot-web-1.0.1 amd64 x86
~net-im/viber-7.0.0.1035 amd64
~net-misc/modem-manager-gui-0.0.18 amd64 x86
~net-misc/networkmanager-l2tp-0.9.8.7 amd64 x86

Loading…
Cancel
Save