Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: maliit-keyboard #52107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4550,3 +4550,4 @@ libshiboken6.so.6.7 libshiboken6-6.7.2_1
libopencore-amrnb.so.0 opencore-amr-0.1.6_1
libopencore-amrwb.so.0 opencore-amr-0.1.6_1
libilbc.so.3 libilbc-3.0.4_1
libmaliit-plugins.so.2 maliit-keyboard-2.3.1_1
1 change: 1 addition & 0 deletions srcpkgs/maliit-framework-devel
1 change: 1 addition & 0 deletions srcpkgs/maliit-framework-doc
1 change: 1 addition & 0 deletions srcpkgs/maliit-framework-examples
48 changes: 48 additions & 0 deletions srcpkgs/maliit-framework/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Template file for 'maliit-framework'
pkgname=maliit-framework
version=2.3.0
revision=1
build_style=cmake
configure_args="-Denable-examples=ON
-Denable-tests=OFF
-Denable-dbus-activation=ON
-Denable-wayland-gtk=ON
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
hostmakedepends="doxygen gettext qt5-host-tools qt5-qmake qt5-wayland pkg-config
wayland-devel glib-devel"
makedepends="libxcb-devel qt5-devel qt5-declarative-devel qt5-wayland-devel libglib-devel
wayland-devel wayland-protocols libxkbcommon-devel
libXdamage-devel libXcomposite-devel libXext-devel libXfixes-devel"
short_desc="Core libraries of Maliit and server"
maintainer="Hervy Qurrotul Ainur Rozi <[email protected]>"
license="LGPL-2.1-only"
homepage="https://maliit.github.io"
changelog="https://raw.githubusercontent.com/maliit/framework/master/NEWS"
distfiles="https://github.com/maliit/framework/archive/refs/tags/${version}.tar.gz"
checksum=bfc23919ac8b960243f85e8228ad7dfc28d557b52182a0b5a2a216a5c6a8057c

maliit-framework-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}

maliit-framework-doc_package() {
short_desc+=" - documentation"
pkg_install() {
vmove usr/share/doc/maliit-framework
vmove usr/share/doc/maliit-framework-doc
}
}

maliit-framework-examples_package() {
short_desc+=" - examples"
pkg_install() {
vmove usr/bin/maliit-exampleapp-plainqt
}
}
1 change: 1 addition & 0 deletions srcpkgs/maliit-keyboard-doc
27 changes: 27 additions & 0 deletions srcpkgs/maliit-keyboard/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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

maliit-keyboard-doc_package() {
short_desc+=" - documentation"
pkg_install() {
vmove usr/share/doc/maliit-keyboard
}
}
Loading