Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
packages
community
Lomiri Dev
lomiri-keyboard-git
Commits
7b044894
Commit
7b044894
authored
Sep 16, 2020
by
fkardame
💬
Browse files
Initiate
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
0 → 100644
View file @
7b044894
# Maintainer: Philip Müller <philm@manjaro.org>
# Contributor: Bhushan Shah <bshah@kde.org>
pkgname
=
maliit-keyboard-git
pkgver
=
r2048.g36db49b4
pkgrel
=
2
pkgdesc
=
"Maliit Keyboard"
arch
=(
'aarch64'
)
url
=
"https://github.com/ubports/keyboard-component"
license
=(
'GPL'
)
groups
=()
depends
=(
'maliit-framework-git'
'qt5-feedback'
'qt5-multimedia'
'hunspell'
'libchewing'
'presage-git'
'libpinyin'
'sqlite'
)
makedepends
=(
'git'
'cmake'
)
install
=
source
=(
"git+
$url
.git"
)
md5sums
=(
'SKIP'
)
pkgver
()
{
cd
keyboard
printf
"r%s.g%s"
"
$(
git rev-list
--count
HEAD
)
"
"
$(
git rev-parse
--short
HEAD
)
"
}
prepare
()
{
mkdir
-p
build
cd
keyboard
}
build
()
{
cd
build
cmake ../keyboard
\
-DCMAKE_INSTALL_LIBEXECDIR
=
lib
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DBUILD_TESTING
=
OFF
\
-DLIB_INSTALL_DIR
=
lib
\
-DKDE_INSTALL_USE_QT_SYS_PATHS
=
ON
\
-DCMAKE_BUILD_TYPE
=
Release
make
}
package
()
{
cd
build
make
DESTDIR
=
"
$pkgdir
/"
install
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment