Date: Saturday, July 22, 2017 @ 18:20:06
  Author: arojas
Revision: 301159

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

Added:
  libqaccessibilityclient/repos/
  libqaccessibilityclient/repos/extra-i686/
  libqaccessibilityclient/repos/extra-i686/PKGBUILD
    (from rev 301158, libqaccessibilityclient/trunk/PKGBUILD)
  libqaccessibilityclient/repos/extra-x86_64/
  libqaccessibilityclient/repos/extra-x86_64/PKGBUILD
    (from rev 301158, libqaccessibilityclient/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libqaccessibilityclient/repos/extra-i686/PKGBUILD (from rev 301158, 
libqaccessibilityclient/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD                           (rev 0)
+++ repos/extra-i686/PKGBUILD   2017-07-22 18:20:06 UTC (rev 301159)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=libqaccessibilityclient
+pkgver=0.2.0
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Helper library to make writing accessibility tools easier"
+url='https://www.kde.org'
+license=(LGPL2.1)
+depends=(qt5-base)
+makedepends=(cmake)
+source=("https://download.kde.org/unstable/libqaccessibilityclient/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d5e8f4dc91bc1b56029e12328a9e02d5c310939b01998f030202203c5edb2e61'
+            'SKIP')
+validpgpkeys=(FB25861861063C64C97B89AE125C53EB96EC0C92) # Frederik Gladhorn 
<frede...@gladhorn.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libqaccessibilityclient/repos/extra-x86_64/PKGBUILD (from rev 301158, 
libqaccessibilityclient/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD                         (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2017-07-22 18:20:06 UTC (rev 301159)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=libqaccessibilityclient
+pkgver=0.2.0
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Helper library to make writing accessibility tools easier"
+url='https://www.kde.org'
+license=(LGPL2.1)
+depends=(qt5-base)
+makedepends=(cmake)
+source=("https://download.kde.org/unstable/libqaccessibilityclient/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d5e8f4dc91bc1b56029e12328a9e02d5c310939b01998f030202203c5edb2e61'
+            'SKIP')
+validpgpkeys=(FB25861861063C64C97B89AE125C53EB96EC0C92) # Frederik Gladhorn 
<frede...@gladhorn.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to