summaryrefslogtreecommitdiff
path: root/app-alternatives
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-21 18:10:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-21 18:10:31 +0000
commitaa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40 (patch)
treee2c4a97bf0646bb4185abe217dd320e6764c725d /app-alternatives
parent5fb24e839710dc6a247ecb0c750a5290c46cf835 (diff)
downloadbaldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.tar.gz
baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.tar.xz
baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.zip
Adding metadata
Diffstat (limited to 'app-alternatives')
-rw-r--r--app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild
new file mode 100644
index 000000000000..83ae468d89db
--- /dev/null
+++ b/app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ALTERNATIVES=(
+ "phosh-osk-stub:>=phosh-base/phosh-osk-stub-0.47.0"
+)
+
+inherit app-alternatives
+
+DESCRIPTION="sm.puri.OSK0.desktop symlinks"
+KEYWORDS="~amd64"
+
+src_install() {
+ local target="/usr/share/applications/sm.puri.OSK0.desktop"
+
+ case $(get_alternative) in
+ phosh-osk-stub)
+ dosym mobi.phosh.OskStub.desktop "${target:?}";;
+ esac
+}