[arch-commits] Commit in sonnet/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Tue Jun 14 15:07:23 UTC 2016


    Date: Tuesday, June 14, 2016 @ 15:07:23
  Author: andyrtr
Revision: 269579

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

Added:
  sonnet/repos/staging-i686/
  sonnet/repos/staging-i686/PKGBUILD
    (from rev 269576, sonnet/trunk/PKGBUILD)
  sonnet/repos/staging-x86_64/
  sonnet/repos/staging-x86_64/PKGBUILD
    (from rev 269577, sonnet/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: sonnet/repos/staging-i686/PKGBUILD (from rev 269576, sonnet/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-06-14 15:07:23 UTC (rev 269579)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=sonnet
+pkgver=5.22.0
+pkgrel=2
+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')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 
+            'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('247fb35b1553c53c0b3c83564a39124c')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sonnet/repos/staging-x86_64/PKGBUILD (from rev 269577, sonnet/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-06-14 15:07:23 UTC (rev 269579)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=sonnet
+pkgver=5.22.0
+pkgrel=2
+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')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 
+            'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('247fb35b1553c53c0b3c83564a39124c')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list