[arch-commits] Commit in packagekit-qt5/repos (2 files)

Christian Hesse eworm at archlinux.org
Fri Jan 12 21:48:19 UTC 2018


    Date: Friday, January 12, 2018 @ 21:48:18
  Author: eworm
Revision: 281698

archrelease: copy trunk to community-staging-x86_64

Added:
  packagekit-qt5/repos/community-staging-x86_64/
  packagekit-qt5/repos/community-staging-x86_64/PKGBUILD
    (from rev 281697, packagekit-qt5/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: packagekit-qt5/repos/community-staging-x86_64/PKGBUILD (from rev 281697, packagekit-qt5/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-12 21:48:18 UTC (rev 281698)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=packagekit-qt5
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes <richard at hughsie.com>
+              'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB'  # Matthias Klumpp <matthias at tenstral.net>
+              '70C26659D184ABC01FFAF45228DDEDC6E4480AD0') # Daniel Nicoletti <dantti12 at gmail.com>
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hughsie/PackageKit-Qt/archive/v${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/hughsie/PackageKit-Qt/releases/download/v${pkgver}/PackageKit-Qt-${pkgver}.tar.gz.asc")
+sha256sums=('3b36bf1fd1517ea258dbf1132ad74e15822afb3025991f2ee6cc4bfc3c43358f'
+            'SKIP')
+
+build() {
+  	mkdir -p "${srcdir}/PackageKit-Qt-${pkgver}/build"
+  	cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+  	cmake .. \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+  	cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list