app-alternatives/phosh-keyboard: drop 0, 1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-01-04 11:12:54 +05:00
parent 36a85d43a1
commit 83e3cc0582
2 changed files with 0 additions and 44 deletions

View File

@@ -1,22 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ALTERNATIVES=(
phosh-osk-stub:phosh-base/phosh-osk-stub
)
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 sm.puri.Phosh.OskStub.desktop "${target:?}";;
esac
}

View File

@@ -1,22 +0,0 @@
# 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
}