net-voip/zoiper: cleanup
This commit is contained in:
parent
ef9fad4157
commit
2e209a3691
|
@ -1 +0,0 @@
|
||||||
DIST Zoiper5_5.5.10_x86_64.tar.xz 83157096 BLAKE2B dc2db9bfcae91bb0414cb25cb80295104aff73ff94d2852d16e9ba1d7db66ad8f389cc3ff1248ddff6c59828443523c026af7bd57d3b4c1ef195e1a9231fadad SHA512 7feecc2a2bbae374bad08d6d52c434854eb5b8e9ff66323475d6050222b5f32bd363d2f14f98ab121beaf91a2b3b7129b30b38b593618fc13c8af25d8d750a09
|
|
|
@ -1,7 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Zoiper
|
|
||||||
Exec=/opt/Zoiper5/zoiper
|
|
||||||
Icon=zoiper
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Categories=Network;
|
|
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>alarig@swordarmor.fr</email>
|
|
||||||
<name>Alarig Le Lay</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
|
@ -1,54 +0,0 @@
|
||||||
# Copyright 2019 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
ARCH_FILE="Zoiper5_${PV}_x86_64.tar.xz"
|
|
||||||
|
|
||||||
DESCRIPTION="Free VoIP softphone for non-commercial use"
|
|
||||||
HOMEPAGE="www.zoiper.com"
|
|
||||||
SRC_URI="https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux -> $ARCH_FILE"
|
|
||||||
|
|
||||||
LICENSE="EULA"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="pulseaudio"
|
|
||||||
RESTRICT="binchecks fetch bindist strip"
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}
|
|
||||||
pulseaudio? ( media-sound/pulseaudio )
|
|
||||||
app-crypt/mit-krb5
|
|
||||||
dev-libs/atk
|
|
||||||
dev-libs/glib
|
|
||||||
media-libs/freetype
|
|
||||||
media-libs/libv4l:=
|
|
||||||
sys-libs/zlib
|
|
||||||
x11-libs/cairo
|
|
||||||
x11-libs/gdk-pixbuf
|
|
||||||
x11-libs/gtk+
|
|
||||||
x11-libs/libXScrnSaver
|
|
||||||
x11-libs/libnotify
|
|
||||||
"
|
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
pkg_nofetch() {
|
|
||||||
einfo "Please download ${ARCH_FILE} and move it to"
|
|
||||||
einfo "your distfiles directory:"
|
|
||||||
einfo
|
|
||||||
einfo "https://www.zoiper.com/en/voip-softphone/download/current"
|
|
||||||
einfo
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
insinto /opt
|
|
||||||
doins -r Zoiper5
|
|
||||||
fperms 0755 /opt/Zoiper5/zoiper
|
|
||||||
insinto /usr/share/pixmaps
|
|
||||||
doins ${FILESDIR}/zoiper.png
|
|
||||||
insinto /usr/share/applications
|
|
||||||
doins ${FILESDIR}/zoiper.desktop
|
|
||||||
doins ${FILESDIR}/zoiper.png
|
|
||||||
}
|
|
Loading…
Reference in a new issue