-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Template file for 'maliit-keyboard' | ||
pkgname=maliit-keyboard | ||
version=2.3.1 | ||
revision=1 | ||
build_style=cmake | ||
configure_args="-Denable-presage=OFF | ||
-Denable-tests=OFF | ||
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner" | ||
hostmakedepends="gettext libpinyin maliit-framework pkg-config qt5-qmake" | ||
makedepends="anthy-devel anthy-devel anthy-unicode-devel glib-devel hunspell-devel | ||
libchewing-devel libpinyin-devel maliit-framework-devel qt5-declarative-devel | ||
qt5-multimedia-devel qt5-quickcontrols2-devel" | ||
depends="hunspell maliit-framework qt5-graphicaleffects qt5-multimedia qt5-quickcontrols2" | ||
short_desc="Virtual keyboard based on Maliit framework" | ||
maintainer="Hervy Qurrotul Ainur Rozi <[email protected]>" | ||
license="LGPL-2.1-only" | ||
homepage="https://maliit.github.io" | ||
changelog="https://raw.githubusercontent.com/maliit/keyboard/master/NEWS" | ||
distfiles="https://github.com/maliit/keyboard/archive/refs/tags/${version}.tar.gz" | ||
checksum=c3e1eb985b8ae7ce4e3e28412b7e797ff5db437ccd327e0d852a3c37f17fe456 | ||
|
||
post_install() { | ||
rm -fr ${DESTDIR}/usr/share/doc/maliit-keyboard | ||
} |