[arch-commits] Commit in maliit-keyboard/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Apr 5 21:01:22 UTC 2022


    Date: Tuesday, April 5, 2022 @ 21:01:21
  Author: arojas
Revision: 1181508

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-05 21:01:09 UTC (rev 1181507)
+++ PKGBUILD	2022-04-05 21:01:21 UTC (rev 1181508)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maliit-keyboard
-pkgver=2.2.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=('bc6320c82f5614f710ff5f7ace6aa903cadf33655ce171d15ba29544e07a4803')
-options=(debug)
-
-build() {
-  cmake -B build -S keyboard-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_CXX_STANDARD=14 \
-    -Denable-tests=OFF \
-    -DHUNSPELL_DICT_PATH=/usr/share/myspell/dicts
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maliit-keyboard/repos/community-x86_64/PKGBUILD (from rev 1181507, maliit-keyboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-05 21:01:21 UTC (rev 1181508)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maliit-keyboard
+pkgver=2.2.1
+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=('064c788a1d823c89121a4a1425274d98f54995b0496401c0e87fd69c52bef0bd')
+options=(debug)
+
+prepare() {
+  mkdir keyboard-$pkgver/data/sounds
+}
+
+build() {
+  cmake -B build -S keyboard-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_CXX_STANDARD=14 \
+    -Denable-tests=OFF \
+    -DHUNSPELL_DICT_PATH=/usr/share/myspell/dicts
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list