summaryrefslogtreecommitdiff
path: root/extra/polkit-qt
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-17 10:57:14 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-17 10:57:14 +0100
commitc18c85b7c1dc723c11f7000dd6e3ade02dbe2653 (patch)
tree77cf693a7525715f1a9b6b60aff4801988c000a1 /extra/polkit-qt
parent7ea4029b5c539f8034fd970dbac58cc807fe0acf (diff)
parent492f7c22a61fdb0488000da9f66d68e11bb43918 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/polkit-kde/PKGBUILD extra/polkit-qt/PKGBUILD
Diffstat (limited to 'extra/polkit-qt')
-rw-r--r--extra/polkit-qt/PKGBUILD26
1 files changed, 13 insertions, 13 deletions
diff --git a/extra/polkit-qt/PKGBUILD b/extra/polkit-qt/PKGBUILD
index 4701bf6e6..f2494ddc3 100644
--- a/extra/polkit-qt/PKGBUILD
+++ b/extra/polkit-qt/PKGBUILD
@@ -3,28 +3,28 @@
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=polkit-qt
-pkgver=0.99.0
+pkgver=0.103.0
pkgrel=1
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
arch=('i686' 'x86_64' 'mips64el')
-url='http://www.kde.org'
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
license=('LGPL')
depends=('polkit' 'qt')
makedepends=('cmake' 'automoc4')
-source=("ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
-md5sums=('1c5b4113a2a167624b5f716b4f03a219')
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
+md5sums=('a105e233e6733fb072c9080cd7ae1af2')
build() {
- cd ${srcdir}
- mkdir build
- cd build
- cmake ../${pkgname}-1-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-1-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
}
package() {
- cd ${srcdir}/build
- make DESTDIR=$pkgdir install
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
}