Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
maliit-keyboard


Commits:
9e5d89e1 by Antonio Rojas at 2024-03-10T16:35:33+01:00
Add qt5-graphicaleffects dependency

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/maliit-keyboard/-/issues/1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = maliit-keyboard
+       pkgdesc = Virtual keyboard based on Maliit framework
+       pkgver = 2.3.1
+       pkgrel = 3
+       url = https://maliit.github.io/
+       arch = x86_64
+       license = LGPL
+       makedepends = cmake
+       makedepends = libpinyin
+       makedepends = anthy
+       makedepends = libchewing
+       depends = maliit-framework
+       depends = hunspell
+       depends = presage
+       depends = qt5-multimedia
+       depends = qt5-quickcontrols2
+       depends = qt5-feedback
+       depends = qt5-graphicaleffects
+       optdepends = anthy: japanese language support
+       optdepends = libpinyin: chinese language support
+       optdepends = libchewing: chinese language support
+       source = 
https://github.com/maliit/keyboard/archive/2.3.1/maliit-keyboard-2.3.1.tar.gz
+       sha256sums = 
c3e1eb985b8ae7ce4e3e28412b7e797ff5db437ccd327e0d852a3c37f17fe456
+
+pkgname = maliit-keyboard


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgname=maliit-keyboard
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 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-quickcontrols2 
qt5-feedback)
+depends=(maliit-framework hunspell presage qt5-multimedia qt5-quickcontrols2 
qt5-feedback qt5-graphicaleffects)
 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)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/maliit-keyboard/-/commit/9e5d89e1f2f5fded72b75a4153182b5ada6dc10a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/maliit-keyboard/-/commit/9e5d89e1f2f5fded72b75a4153182b5ada6dc10a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to