* [gentoo-commits] repo/proj/guru:master commit in: app-alternatives/phosh-keyboard/
@ 2024-02-08 9:29 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-02-08 9:29 UTC (permalink / raw
To: gentoo-commits
commit: bdebd593450acad002baf1cdefa7d4c8fd40bf16
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 6 17:18:20 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 8 07:09:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdebd593
app-alternatives/phosh-keyboard: new package, add 0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-alternatives/phosh-keyboard/metadata.xml | 16 ++++++++++++++
.../phosh-keyboard/phosh-keyboard-0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-alternatives/phosh-keyboard/metadata.xml b/app-alternatives/phosh-keyboard/metadata.xml
new file mode 100644
index 0000000000..d0bedfc5ed
--- /dev/null
+++ b/app-alternatives/phosh-keyboard/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <use>
+ <flag name="phosh-osk-stub">
+ Symlink to <pkg>phosh-base/phosh-osk-stub</pkg>
+ </flag>
+ <flag name="squeekboard">
+ Symlink to <pkg>phosh-base/squeekboard</pkg>
+ </flag>
+ </use>
+</pkgmetadata>
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
new file mode 100644
index 0000000000..52e2d5374a
--- /dev/null
+++ b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
@@ -0,0 +1,25 @@
+# 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
+ squeekboard:phosh-base/squeekboard
+)
+
+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:?}";;
+ squeekboard)
+ dosym sm.puri.Squeekboard.desktop "${target:?}";;
+ esac
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-alternatives/phosh-keyboard/
@ 2024-11-17 13:21 Nowa Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2024-11-17 13:21 UTC (permalink / raw
To: gentoo-commits
commit: 36c646208ce69e0f1bd8a84f5f3d9fd071629c86
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Nov 17 09:49:29 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 09:49:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36c64620
app-alternatives/phosh-keyboard: drop squeekboard
phosh-base/squeekboard is masked and will be removed soon.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
app-alternatives/phosh-keyboard/metadata.xml | 3 ---
app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild | 3 ---
2 files changed, 6 deletions(-)
diff --git a/app-alternatives/phosh-keyboard/metadata.xml b/app-alternatives/phosh-keyboard/metadata.xml
index d0bedfc5e..02671c97e 100644
--- a/app-alternatives/phosh-keyboard/metadata.xml
+++ b/app-alternatives/phosh-keyboard/metadata.xml
@@ -9,8 +9,5 @@
<flag name="phosh-osk-stub">
Symlink to <pkg>phosh-base/phosh-osk-stub</pkg>
</flag>
- <flag name="squeekboard">
- Symlink to <pkg>phosh-base/squeekboard</pkg>
- </flag>
</use>
</pkgmetadata>
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
index 52e2d5374..ea20baadc 100644
--- a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
+++ b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
@@ -5,7 +5,6 @@ EAPI=8
ALTERNATIVES=(
phosh-osk-stub:phosh-base/phosh-osk-stub
- squeekboard:phosh-base/squeekboard
)
inherit app-alternatives
@@ -19,7 +18,5 @@ src_install() {
case $(get_alternative) in
phosh-osk-stub)
dosym sm.puri.Phosh.OskStub.desktop "${target:?}";;
- squeekboard)
- dosym sm.puri.Squeekboard.desktop "${target:?}";;
esac
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-alternatives/phosh-keyboard/
@ 2025-07-07 8:57 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-07-07 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 3de75bb7df65c64ef86791c79eb2758fd44a1100
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul 6 15:36:51 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jul 6 15:48:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3de75bb7
app-alternatives/phosh-keyboard: add 2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-alternatives/phosh-keyboard/metadata.xml | 3 +++
.../phosh-keyboard/phosh-keyboard-2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/app-alternatives/phosh-keyboard/metadata.xml b/app-alternatives/phosh-keyboard/metadata.xml
index 02671c97ee..86a3d434a6 100644
--- a/app-alternatives/phosh-keyboard/metadata.xml
+++ b/app-alternatives/phosh-keyboard/metadata.xml
@@ -9,5 +9,8 @@
<flag name="phosh-osk-stub">
Symlink to <pkg>phosh-base/phosh-osk-stub</pkg>
</flag>
+ <flag name="stevia">
+ Symlink to <pkg>phosh-base/phosh-osk-stevia</pkg>
+ </flag>
</use>
</pkgmetadata>
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild
new file mode 100644
index 0000000000..9470666d5c
--- /dev/null
+++ b/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ALTERNATIVES=(
+ "stevia:phosh-base/phosh-osk-stevia"
+)
+
+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.Stevia.desktop "${target:?}";;
+ esac
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-alternatives/phosh-keyboard/
@ 2025-07-21 13:05 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-07-21 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 24effd2131d5ab7808443fae25997a1f9ff5a523
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jul 21 01:50:25 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 21 01:50:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24effd21
app-alternatives/phosh-keyboard: fix install
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../{phosh-keyboard-2.ebuild => phosh-keyboard-2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild
similarity index 95%
rename from app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild
rename to app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild
index 9470666d5c..30af54ea85 100644
--- a/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild
+++ b/app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild
@@ -16,7 +16,7 @@ src_install() {
local target="/usr/share/applications/sm.puri.OSK0.desktop"
case $(get_alternative) in
- phosh-osk-stub)
+ stevia)
dosym mobi.phosh.Stevia.desktop "${target:?}";;
esac
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-21 13:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 9:29 [gentoo-commits] repo/proj/guru:master commit in: app-alternatives/phosh-keyboard/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 13:21 Nowa Ammerlaan
2025-07-07 8:57 David Roman
2025-07-21 13:05 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox