[arch-commits] Commit in polkit-qt/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 15 21:05:26 UTC 2011
Date: Thursday, December 15, 2011 @ 16:05:26
Author: andrea
Revision: 145037
upgpkg: polkit-qt 0.103.0-1
Upstream release
Modified:
polkit-qt/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-15 21:02:22 UTC (rev 145036)
+++ PKGBUILD 2011-12-15 21:05:26 UTC (rev 145037)
@@ -3,28 +3,28 @@
# Contributor: Pierre Schmitz <pierre at 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')
-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')
+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
}
More information about the arch-commits
mailing list