[arch-commits] Commit in qtspell (3 files)

Balló György bgyorgy at archlinux.org
Fri Dec 21 01:34:31 UTC 2018


    Date: Friday, December 21, 2018 @ 01:34:30
  Author: bgyorgy
Revision: 417046

archrelease: copy trunk to community-x86_64

Added:
  qtspell/repos/
  qtspell/repos/community-x86_64/
  qtspell/repos/community-x86_64/PKGBUILD
    (from rev 417045, qtspell/trunk/PKGBUILD)

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

Copied: qtspell/repos/community-x86_64/PKGBUILD (from rev 417045, qtspell/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-12-21 01:34:30 UTC (rev 417046)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=qtspell
+pkgver=0.8.5
+pkgrel=2
+url="https://github.com/manisandro/qtspell"
+pkgdesc="Spell checking for Qt text widgets"
+arch=(x86_64)
+license=(GPL3)
+depends=(enchant iso-codes qt5-base)
+makedepends=(cmake qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/manisandro/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('4d13b8b07b6c572fd6e1896dd87f6516113f36c31aa2d1f3aa9d6bfe672461c5')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list