[arch-commits] Commit in polkit-qt/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Jun 8 08:34:46 UTC 2015
Date: Monday, June 8, 2015 @ 10:34:46
Author: foutrelis
Revision: 240421
upgpkg: polkit-qt 0.112.0-1
Switch to release tarball because the git snapshot failed md5 checksum.
Modified:
polkit-qt/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-07 20:01:56 UTC (rev 240420)
+++ PKGBUILD 2015-06-08 08:34:46 UTC (rev 240421)
@@ -4,28 +4,28 @@
pkgbase=polkit-qt
pkgname=('polkit-qt4' 'polkit-qt5')
-pkgver=0.112
-pkgrel=2
+pkgver=0.112.0
+pkgrel=1
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
license=('LGPL')
makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
-source=(${pkgbase}-${pkgver}.tar.bz2::"http://quickgit.kde.org/?p=${pkgbase}-1.git&a=snapshot&h=40afa675bfa4cacd95487ce8b0544654c5f34e21&fmt=tbz2"
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgbase}-1-${pkgver}.tar.bz2"
'systembus-usage.patch')
-md5sums=('d27343d2918330f4159d851e256c5c6d'
+md5sums=('bee71b71c12797e6fc498540a06c829b'
'067355984adf2cd87e2fac715bd025f3')
prepare() {
mkdir build{,-qt5}
- cd ${pkgbase}-1
+ cd ${pkgbase}-1-${pkgver}
patch -p1 -i "${srcdir}"/systembus-usage.patch
}
build() {
cd build
- cmake ../${pkgbase}-1 \
+ cmake ../${pkgbase}-1-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_DESTINATION=/usr/lib \
@@ -33,7 +33,7 @@
make
cd ../build-qt5
- cmake ../${pkgbase}-1 \
+ cmake ../${pkgbase}-1-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_DESTINATION=/usr/lib
More information about the arch-commits
mailing list