Date: Sunday, October 2, 2016 @ 20:01:52
  Author: eworm
Revision: 191228

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: packagekit-qt5/repos/community-i686/PKGBUILD (from rev 191227, 
packagekit-qt5/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-10-02 20:01:52 UTC (rev 191228)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Christian Hesse <m...@eworm.de>
+# Contributor: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=packagekit-qt5
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'       # Richard 
Hughes <rich...@hughsie.com>
+       'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB')             # Matthias 
Klumpp <matth...@tenstral.net>
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680'
+            '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
+}

Copied: packagekit-qt5/repos/community-x86_64/PKGBUILD (from rev 191227, 
packagekit-qt5/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-02 20:01:52 UTC (rev 191228)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Christian Hesse <m...@eworm.de>
+# Contributor: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=packagekit-qt5
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'       # Richard 
Hughes <rich...@hughsie.com>
+       'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB')             # Matthias 
Klumpp <matth...@tenstral.net>
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680'
+            '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
+}

Reply via email to