polkit-qt: remove
- Based on obsolete qt4 - polkit-qt5 exists
This commit is contained in:
parent
a17347941b
commit
e792d495b5
5 changed files with 6 additions and 31 deletions
|
@ -1124,9 +1124,6 @@ libecryptfs.so.1 libecryptfs-104_1
|
|||
libnuma.so.1 libnuma-2.0.7_1
|
||||
libxar.so.1 xar-1.5.2_1
|
||||
libqpdf.so.21 libqpdf-8.0.0_1
|
||||
libpolkit-qt-core-1.so.1 polkit-qt-0.103.0_1
|
||||
libpolkit-qt-gui-1.so.1 polkit-qt-0.112_3
|
||||
libpolkit-qt-agent-1.so.1 polkit-qt-0.103.0_1
|
||||
libmikmod.so.3 libmikmod-3.1.12_1
|
||||
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
|
||||
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
polkit-qt
|
1
srcpkgs/polkit-qt/INSTALL.msg
Normal file
1
srcpkgs/polkit-qt/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
|||
polkit-qt is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-10
|
|
@ -1,29 +1,9 @@
|
|||
# Template file for 'polkit-qt'
|
||||
pkgname=polkit-qt
|
||||
version=0.112.0
|
||||
revision=4
|
||||
wrksrc="polkit-qt-1-$version"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config automoc4 git"
|
||||
makedepends="polkit-devel qt-devel"
|
||||
short_desc="Qt-style PolicyKit API"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.0-or-later"
|
||||
revision=5
|
||||
archs=noarch
|
||||
build_style=meta
|
||||
short_desc="Qt-style PolicyKit API (removed package)"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://projects.kde.org/projects/kdesupport/polkit-qt-1"
|
||||
distfiles="${KDE_SITE}/apps/KDE4.x/admin/polkit-qt-1-${version}.tar.bz2"
|
||||
checksum=67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel"
|
||||
fi
|
||||
|
||||
polkit-qt-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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site="http://quickgit.kde.org/?p=polkit-qt-1.git"
|
||||
pattern=';t=v\K[\d.]+(?=")'
|
Loading…
Reference in a new issue