forked from calculate/calculate-overlay
parent
6500dd99b8
commit
214a1e9002
@ -0,0 +1 @@
|
||||
DIST zoiper5_5.3.4_x86_64.tar.xz 66805712 BLAKE2B df77f05fcef57d62fc4ceb7279553601d35f05bfde04a6378e57bb83a7299ef91f324c6105540843e63fff5dd673965fbd9b8ba1fef4cc54dee6968e4e1d4bd8 SHA512 2d30dc2e8ea9d5e71ebc7c04dae7becc9bfaceb71495f7986358a8b56fc9466ceb970ea5ff6bdde9c04dc6cd782ae972b061379fb6ac29a874a18665d8ce7c91
|
@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Zoiper
|
||||
Exec=/opt/Zoiper5/zoiper
|
||||
Icon=zoiper
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;
|
After Width: | Height: | Size: 27 KiB |
@ -0,0 +1,44 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="5.3.4"
|
||||
|
||||
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 -> zoiper5_${MY_PV}_x86_64.tar.xz"
|
||||
|
||||
LICENSE="EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="pulseaudio"
|
||||
RESTRICT="binchecks bindist strip"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
app-crypt/mit-krb5
|
||||
dev-libs/atk
|
||||
dev-libs/glib
|
||||
media-libs/freetype
|
||||
sys-libs/zlib
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+
|
||||
x11-libs/libnotify
|
||||
x11-libs/libXScrnSaver"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
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 new issue