[arch-commits] Commit in polkit-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 24 07:10:26 UTC 2018
Date: Friday, August 24, 2018 @ 07:10:26
Author: arojas
Revision: 332924
archrelease: copy trunk to extra-x86_64
Added:
polkit-qt/repos/extra-x86_64/PKGBUILD
(from rev 332923, polkit-qt/trunk/PKGBUILD)
Deleted:
polkit-qt/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-24 07:10:07 UTC (rev 332923)
+++ PKGBUILD 2018-08-24 07:10:26 UTC (rev 332924)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=polkit-qt
-pkgname=(polkit-qt5)
-pkgver=0.112.0+git20180107
-pkgrel=1
-pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
-arch=(x86_64)
-url='https://www.kde.org/'
-license=(LGPL)
-depends=(polkit qt5-base)
-makedepends=(cmake git)
-#source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgbase}-1-${pkgver}.tar.bz2")
-source=("git+https://anongit.kde.org/polkit-qt-1.git#commit=cbecf60ac7b5c17cf37503d6675bf5542efbab29")
-sha256sums=('SKIP')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgbase-1 \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_DESTINATION=/usr/lib
- make
-}
-
-package_polkit-qt5() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: polkit-qt/repos/extra-x86_64/PKGBUILD (from rev 332923, polkit-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-24 07:10:26 UTC (rev 332924)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=polkit-qt
+pkgname=(polkit-qt5)
+pkgver=0.112.0+git20180107
+pkgrel=2
+pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
+arch=(x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(polkit qt5-base)
+makedepends=(cmake git)
+#source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgbase}-1-${pkgver}.tar.bz2")
+source=("git+https://anongit.kde.org/polkit-qt-1.git#commit=cbecf60ac7b5c17cf37503d6675bf5542efbab29")
+sha256sums=('SKIP')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgbase-1 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_DESTINATION=/usr/lib
+ make
+}
+
+package_polkit-qt5() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list