jitsii: 2.11.5633 bump

This commit is contained in:
blshkv 2020-04-10 10:46:26 +08:00
parent 99f538a7ec
commit 272c4b6d19
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 45 additions and 0 deletions

1
net-im/jitsi/Manifest Normal file
View file

@ -0,0 +1 @@
DIST jitsi-src-2.11.5633.zip 60838799 BLAKE2B 0de11b7bc760494d94eaa0e0a24b52cfd7ee43ec66ae2db0b296193439d5328db0814e81c799d06a641004b8fb239818eeb9a3d609e8b08c6f395f5521e23b68 SHA512 1fb576757320bac992cdf6c5e97eda5172d230346ef8e01470cfb693a69f8d7e825208577c2f06e1b4fc535a2c5b24db31f641ac2cd5ec995255ffc614661960

View file

@ -0,0 +1,43 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit java-pkg-2 java-ant-2
DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo"
HOMEPAGE="https://jitsi.org/"
SRC_URI="https://download.jitsi.org/jitsi/nightly/generic/jitsi-src-${PV}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/jre:*"
DEPEND="${RDEPEND}
!net-im/jitsi-bin
virtual/jdk:1.8"
EANT_BUILD_TARGET="rebuild"
S="${WORKDIR}/${PN}"
src_prepare() {
cp lib/accounts.properties.template lib/accounts.properties
eapply_user
}
src_install() {
#generic/installer-generic.xml
insinto "/usr/share/${PN}"
doins -r {lib,sc-bundles}
doins ./resources/install/generic/run.sh
fperms +x /usr/share/${PN}/run.sh
newbin - ${PN} <<-EOF
#!/bin/sh
cd /usr/share/jitsi
./run.sh >/dev/null 2>&1 &
EOF
}

View file

@ -1 +1,2 @@
net-im/jitsi-bin
net-im/jitsi