[arch-commits] Commit in polkit-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jun 19 18:53:35 UTC 2021


    Date: Saturday, June 19, 2021 @ 18:53:35
  Author: arojas
Revision: 418473

archrelease: copy trunk to extra-x86_64

Added:
  polkit-qt/repos/extra-x86_64/PKGBUILD
    (from rev 418472, polkit-qt/trunk/PKGBUILD)
Deleted:
  polkit-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 28 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 18:53:26 UTC (rev 418472)
+++ PKGBUILD	2021-06-19 18:53:35 UTC (rev 418473)
@@ -1,34 +0,0 @@
-# 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.113.0
-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)
-source=("https://download.kde.org/stable/$pkgbase-1/$pkgbase-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('5b866a2954ef10ffb66156e2fe8ad0321b5528a8df2e4a91b02f5041ce5563a7'
-            'SKIP')
-validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-1-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_polkit-qt5() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: polkit-qt/repos/extra-x86_64/PKGBUILD (from rev 418472, polkit-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-19 18:53:35 UTC (rev 418473)
@@ -0,0 +1,28 @@
+# 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.114.0
+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)
+source=(https://download.kde.org/stable/$pkgbase-1/$pkgbase-1-$pkgver.tar.xz{,.sig})
+sha256sums=('2eb0f22445888295ffa2bfbc0c3693847a0f973bb6b0c3e4cce0218be7e3907e'
+            'SKIP')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
+
+build() {
+  cmake -B build -S $pkgbase-1-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package_polkit-qt5() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list