polkit-qt: remove long_desc.
This commit is contained in:
parent
9fd038558c
commit
f5017f5671
1 changed files with 3 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polkit-qt'
|
# Template file for 'polkit-qt'
|
||||||
pkgname=polkit-qt
|
pkgname=polkit-qt
|
||||||
version=0.103.0
|
version=0.103.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname}-1-${version}"
|
wrksrc="${pkgname}-1-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config cmake automoc4"
|
hostmakedepends="pkg-config cmake automoc4"
|
||||||
|
@ -12,23 +12,14 @@ homepage="https://projects.kde.org/projects/kdesupport/polkit-qt-1"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${version}.tar.bz2"
|
distfiles="http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${version}.tar.bz2"
|
||||||
checksum=2e32566b8e3d0fd7cf619497089763303c3dc08b7e5a666b2369720fced2274c
|
checksum=2e32566b8e3d0fd7cf619497089763303c3dc08b7e5a666b2369720fced2274c
|
||||||
long_desc="
|
|
||||||
PolicyKit is an application-level toolkit for defining and handling the
|
|
||||||
policy that allows unprivileged processes to speak to privileged processes.
|
|
||||||
|
|
||||||
It is a framework for centralizing the decision making process with respect
|
|
||||||
to granting access to privileged operations (like calling the HAL Mount()
|
|
||||||
method) for unprivileged (desktop) applications.
|
|
||||||
|
|
||||||
${pkgname} provides convenience classes and methods for Qt/KDE applications
|
|
||||||
that want to use PolicyKit."
|
|
||||||
|
|
||||||
polkit-qt-devel_package() {
|
polkit-qt-devel_package() {
|
||||||
depends="qt-devel polkit-devel polkit-qt>=${version}"
|
depends="qt-devel polkit-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue