Date: Saturday, November 11, 2017 @ 11:33:41
  Author: arojas
Revision: 309463

archrelease: copy trunk to testing-x86_64

Added:
  sonnet/repos/testing-x86_64/
  sonnet/repos/testing-x86_64/PKGBUILD
    (from rev 309462, sonnet/trunk/PKGBUILD)

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

Copied: sonnet/repos/testing-x86_64/PKGBUILD (from rev 309462, 
sonnet/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-11-11 11:33:41 UTC (rev 309463)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=sonnet
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 
'libvoikko' 'doxygen')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 
+            'hspell: spell checking for Hebrew' 'libvoikko: Finnish support 
via Voikko')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('68f2aa79b06a6ae61aa36133cf00342c8c513bfd9fb761363db7956edf3c24a9'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to