New package: polkit-qt5-0.112.0.
This commit is contained in:
parent
9a7b18a8f7
commit
1af6c5d98e
|
@ -1840,3 +1840,6 @@ liblxqtmount-qt5.so.0 liblxqt-mount-0.8.0_1
|
|||
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
||||
liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
||||
libsysstat-qt5.so.0 lxde-libsysstat-0.2.0_1
|
||||
libpolkit-qt5-agent-1.so.1 polkit-qt5-0.112.0_1
|
||||
libpolkit-qt5-gui-1.so.1 polkit-qt5-0.112.0_1
|
||||
libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
polkit-qt5
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'polkit-qt5'
|
||||
pkgname=polkit-qt5
|
||||
version=0.112.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config cmake automoc4 git"
|
||||
makedepends="polkit-devel qt5-devel"
|
||||
short_desc="Qt-style PolicyKit API (Qt5)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://projects.kde.org/projects/kdesupport/polkit-qt-1"
|
||||
license="LGPL-2.1"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://anongit.kde.org/polkit-qt-1.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
polkit-qt5-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue