mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
qtkeychain: remove.
This is surpassed by qtkeychain-qt5 and has no revdeps [ci skip]
This commit is contained in:
parent
f1b8cafc67
commit
c3a7872561
3 changed files with 0 additions and 32 deletions
|
@ -1973,7 +1973,6 @@ libasignify.so.1 asignify-1.0_1
|
||||||
libvte2_90.so.9 vte290-0.36.3_1
|
libvte2_90.so.9 vte290-0.36.3_1
|
||||||
libd0_blind_id.so.0 xonotic-0.8.0_1
|
libd0_blind_id.so.0 xonotic-0.8.0_1
|
||||||
libechonest.so.2.3 libechonest-2.3.1_1
|
libechonest.so.2.3 libechonest-2.3.1_1
|
||||||
libqtkeychain.so.0 qtkeychain-0.4.0_1
|
|
||||||
libjreen.so.1 jreen-1.2.1_1
|
libjreen.so.1 jreen-1.2.1_1
|
||||||
libuecc.so.0 libuecc-5_1
|
libuecc.so.0 libuecc-5_1
|
||||||
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
|
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
qtkeychain
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Template file for 'qtkeychain'
|
|
||||||
pkgname=qtkeychain
|
|
||||||
version=0.6.2
|
|
||||||
revision=2
|
|
||||||
build_style=cmake
|
|
||||||
makedepends="icu-devel qt-devel"
|
|
||||||
short_desc="Platform-independent Qt API for storing passwords securely"
|
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
||||||
license="2-clause-BSD"
|
|
||||||
homepage="https://github.com/frankosterfeld/qtkeychain"
|
|
||||||
distfiles="https://github.com/frankosterfeld/${pkgname}/archive/v${version}.tar.gz"
|
|
||||||
checksum=ae13459234feeeab3a154457319d9b26ee9600973443517c77e055838ebae63c
|
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends="qt-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
|
|
||||||
qtkeychain-devel_package() {
|
|
||||||
depends="qtkeychain>=${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/cmake
|
|
||||||
vmove usr/lib/*.so
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue