prison: remove
This commit is contained in:
parent
cec49b0661
commit
b56ca7916c
|
@ -1562,7 +1562,6 @@ libdovecot-storage.so.0 dovecot-2.3.13_3
|
|||
libdovecot-lda.so.0 dovecot-2.3.13_3
|
||||
libKPim6AkonadiContactCore.so.6 akonadi-contacts-24.02.0_1
|
||||
libKPim6AkonadiContactWidgets.so.6 akonadi-contacts-24.02.0_1
|
||||
libKF5Prison.so.5 prison-5.43.0_1
|
||||
libKPim6AkonadiMime.so.6 akonadi-mime-24.02.0_1
|
||||
libKPim5Mime.so.5 kmime-23.04.0_1
|
||||
libKPim6Mime.so.6 kmime6-24.02.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
prison
|
|
@ -1,37 +0,0 @@
|
|||
# Template file for 'prison'
|
||||
pkgname=prison
|
||||
version=5.115.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen
|
||||
qt5-declarative-devel qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel qt5-plugin-sqlite
|
||||
zxing-cpp-devel qt5-declarative-devel"
|
||||
short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="MIT"
|
||||
homepage="https://community.kde.org/Frameworks"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
|
||||
checksum=8964fc90ba2b3643d62cee9d01c46f4824670ed8c1bcd12ac3b129cebe4273de
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args="-DBUILD_TESTING=ON"
|
||||
else
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSES/BSD-3-Clause.txt
|
||||
vlicense LICENSES/MIT.txt
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
|
@ -530,6 +530,7 @@ replaces="
|
|||
plex-media-server<=1.15.3.876_4
|
||||
polkit-qt<=0.112.0_5
|
||||
printrun<=1.6.0_4
|
||||
prison<=5.115.0_1
|
||||
pritunl-client<=1.0.1865.25_2
|
||||
profile-sync-daemon<=5.75_4
|
||||
profont<=1.0_2
|
||||
|
|
Loading…
Reference in New Issue