www-misc/onvifviewer: bump to v0.13
Latest stable release Package-Manager: Portage-3.0.28, Repoman-3.0.3
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit cmake xdg-utils
|
||||
|
||||
DESCRIPTION="Viewer for IP cameras ONVIF"
|
||||
HOMEPAGE="https://gitlab.com/caspermeijn/onvifviewer/"
|
||||
SRC_URI="https://gitlab.com/caspermeijn/onvifviewer/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||
RESTRICT="primaryuri test"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="kde-frameworks/extra-cmake-modules:5
|
||||
>=net-libs/kdsoap-1.8.50:=
|
||||
net-libs/kdsoap-ws-discovery-client
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtdeclarative:5
|
||||
kde-frameworks/kcoreaddons:5
|
||||
kde-frameworks/ki18n:5
|
||||
kde-frameworks/kxmlgui:5"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/onvifviewer-v${PV}"
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user