Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
1e487c65
Commit
1e487c65
authored
1 week ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
packages/plasma-keyboard: new aport
parent
6e5b8d20
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/plasma-keyboard/APKBUILD
+45
-0
45 additions, 0 deletions
packages/plasma-keyboard/APKBUILD
with
45 additions
and
0 deletions
packages/plasma-keyboard/APKBUILD
0 → 100644
+
45
−
0
View file @
1e487c65
maintainer
=
"team/kde <bribbers@disroot.org>"
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-plasma
pkgname
=
plasma-keyboard
pkgver
=
99999_git20250305
pkgrel
=
0
_commit
=
"5412caeaba1b7d42b41f122432e74d684175a687"
# armhf blocked by qt6-qtdeclarative -> ki18n
arch
=
"all !armhf"
url
=
"https://invent.kde.org/plasma/plasma-keyboard"
pkgdesc
=
"Virtual keyboard for Qt-based desktops"
license
=
"(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)"
makedepends
=
"
extra-cmake-modules
kcoreaddons-dev
ki18n-dev
qt6-qtbase-dev
qt6-qtvirtualkeyboard-dev
qt6-qtwayland-dev
samurai
wayland-dev
wayland-protocols
"
_repo_url
=
"https://invent.kde.org/plasma/plasma-keyboard.git"
source
=
"https://nightly.postmarketos.org/plasma-mobile/sources/2025-03-25/plasma-keyboard-
$_commit
.tar.xz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/plasma-keyboard-
$_commit
"
build
()
{
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
63f39918cbb828d9b80e4511fc812761b3611b508e7376e05563e3251ca30d9598b9a8c77595ca9d18a3976bd4e655d425dc0992da7f4b1e884e6a8d4ff6322d plasma-keyboard-5412caeaba1b7d42b41f122432e74d684175a687.tar.xz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment