Date: Saturday, November 17, 2018 @ 14:10:33
  Author: foutrelis
Revision: 340036

archrelease: copy trunk to staging-x86_64

Added:
  sonnet/repos/staging-x86_64/
  sonnet/repos/staging-x86_64/PKGBUILD
    (from rev 340035, sonnet/trunk/PKGBUILD)

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

Copied: sonnet/repos/staging-x86_64/PKGBUILD (from rev 340035, 
sonnet/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-11-17 14:10:33 UTC (rev 340036)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=sonnet
+pkgver=5.52.0
+pkgrel=2
+pkgdesc='Spelling framework for Qt5'
+arch=(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=('11037f2ca098dd389fd22fdf6ce2bf13f6429895e85dbfb740cc289e590be1a8'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to