diff --git a/net-im/jitsi/Manifest b/net-im/jitsi/Manifest new file mode 100644 index 000000000..84992d3b8 --- /dev/null +++ b/net-im/jitsi/Manifest @@ -0,0 +1 @@ +DIST jitsi-src-2.11.5633.zip 60838799 BLAKE2B 0de11b7bc760494d94eaa0e0a24b52cfd7ee43ec66ae2db0b296193439d5328db0814e81c799d06a641004b8fb239818eeb9a3d609e8b08c6f395f5521e23b68 SHA512 1fb576757320bac992cdf6c5e97eda5172d230346ef8e01470cfb693a69f8d7e825208577c2f06e1b4fc535a2c5b24db31f641ac2cd5ec995255ffc614661960 diff --git a/net-im/jitsi/jitsi-2.11.5633.ebuild b/net-im/jitsi/jitsi-2.11.5633.ebuild new file mode 100644 index 000000000..19b015f61 --- /dev/null +++ b/net-im/jitsi/jitsi-2.11.5633.ebuild @@ -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 +} diff --git a/profiles/pentoo/base/package.accept_keywords/net-im b/profiles/pentoo/base/package.accept_keywords/net-im index 2f87305f4..b45bf36f7 100644 --- a/profiles/pentoo/base/package.accept_keywords/net-im +++ b/profiles/pentoo/base/package.accept_keywords/net-im @@ -1 +1,2 @@ net-im/jitsi-bin +net-im/jitsi