[arch-commits] Commit in maliit-keyboard (3 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 2 19:00:27 UTC 2021


    Date: Friday, April 2, 2021 @ 19:00:27
  Author: arojas
Revision: 911182

archrelease: copy trunk to community-x86_64

Added:
  maliit-keyboard/repos/
  maliit-keyboard/repos/community-x86_64/
  maliit-keyboard/repos/community-x86_64/PKGBUILD
    (from rev 911181, maliit-keyboard/trunk/PKGBUILD)

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

Copied: maliit-keyboard/repos/community-x86_64/PKGBUILD (from rev 911181, maliit-keyboard/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-04-02 19:00:27 UTC (rev 911182)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maliit-keyboard
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Virtual keyboard based on Maliit framework"
+arch=(x86_64)
+url="https://maliit.github.io/"
+license=(LGPL)
+depends=(maliit-framework hunspell presage qt5-multimedia qt5-feedback)
+makedepends=(cmake libpinyin anthy libchewing)
+optdepends=('anthy: japanese language support' 'libpinyin: chinese language support' 'libchewing: chinese language support')
+source=(https://github.com/maliit/keyboard/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('c5a52898f5c0e0dd286f88f772ac251873d190b35a22d9fd387e967fbe386444')
+
+build() {
+  cmake -B build -S keyboard-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -Denable-tests=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list