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

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 10 07:52:24 UTC 2022


    Date: Thursday, February 10, 2022 @ 07:52:24
  Author: arojas
Revision: 1130891

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 07:52:14 UTC (rev 1130890)
+++ PKGBUILD	2022-02-10 07:52:24 UTC (rev 1130891)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maliit-keyboard
-pkgver=2.1.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=('4e96b40682938edb9f4d31288d4d0154828916e02b278afcf97cd75a750ab9ef')
-
-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 1130890, maliit-keyboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 07:52:24 UTC (rev 1130891)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list