mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
polkit-qt: add distfiles+checksum
This commit is contained in:
parent
993163c36e
commit
f79ec85ed9
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polkit-qt'
|
# Template file for 'polkit-qt'
|
||||||
pkgname=polkit-qt
|
pkgname=polkit-qt
|
||||||
version=0.112.0
|
version=0.112.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config cmake automoc4 git"
|
hostmakedepends="pkg-config cmake automoc4 git"
|
||||||
makedepends="polkit-devel qt-devel"
|
makedepends="polkit-devel qt-devel"
|
||||||
|
@ -9,10 +9,9 @@ short_desc="Qt-style PolicyKit API"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://projects.kde.org/projects/kdesupport/polkit-qt-1"
|
homepage="https://projects.kde.org/projects/kdesupport/polkit-qt-1"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
wrksrc="polkit-qt-1-$version"
|
||||||
do_fetch() {
|
distfiles="http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-${version}.tar.bz2"
|
||||||
git clone -b v${version} git://anongit.kde.org/polkit-qt-1.git ${pkgname}-${version}
|
checksum=67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6
|
||||||
}
|
|
||||||
|
|
||||||
polkit-qt-devel_package() {
|
polkit-qt-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue