New package: prison-5.43.0

This commit is contained in:
John 2018-03-11 18:09:39 +01:00 committed by Michael Gehring
parent ed394ef6d5
commit b6d07a31d1
3 changed files with 35 additions and 0 deletions

View file

@ -1516,6 +1516,7 @@ libwscodecs.so.1 libwireshark-2.4.1_1
libwiretap.so.7 libwireshark-2.4.1_1
libwireshark.so.9 libwireshark-2.4.5_1
libwsutil.so.8 libwireshark-2.4.1_1
libKF5Prison.so.5 prison-5.43.0_1
libKF5AkonadiMime.so.5 akonadi-mime-17.12.1_1
libKF5Mime.so.5 kmime-17.12.1_1
libtaskmanager.so.6 plasma-workspace-5.8.4_1

1
srcpkgs/prison-devel Symbolic link
View file

@ -0,0 +1 @@
prison

33
srcpkgs/prison/template Normal file
View file

@ -0,0 +1,33 @@
# Template file for 'prison'
pkgname=prison
version=5.43.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-tools"
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel"
short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
maintainer="John <johnz@posteo.net>"
license="MIT"
homepage="https://community.kde.org/Frameworks"
distfiles="https://download.kde.org/stable/frameworks/${version%.*}/prison-${version}.tar.xz"
checksum=0cabcb4bea129de67f0e1f9d4f7973c34067e6e6b56b95a11d9917fafa901305
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-qmake qt5-host-tools"
fi
post_install() {
vlicense LICENSE
}
prison-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}