* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-02-04 19:22 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-02-04 19:22 UTC (permalink / raw
To: gentoo-commits
commit: 376b0130ed94b6b5e570e7979f51819471ce1f66
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 4 19:19:09 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 4 19:21:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=376b0130
phosh-base/phosh-tour: add verify-sig
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 1 +
phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild | 14 +++++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 4ceb65f155..304c00fb54 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,2 +1,3 @@
DIST phosh-tour-0.36.0.tar.xz 113636 BLAKE2B 21803419b5e70d7fbb38da23d266905eb254b7f38653d222b7da062c603071ff682a4c92ec673e50850d4cdadc5fc82c2b59fa7d1c87d9a5827bc12ab4f0a35b SHA512 c0d493be60462fe801a72d957ab2f36aafd7fcb5a515f087094ca9723889b8725c241d251cf5e6a0fe2b895417b8779b3c4efe19eb8372e4da9ec812b849dc15
+DIST phosh-tour-0.36.0.tar.xz.asc 833 BLAKE2B 5501484621f4aa76f4a4f71c65d6c1469d521e1e0b01427180b6753b9c20d7aa07e72cd75c43eee08fa7e6493a07c6b8f671c539afca389d44f5fe836731469b SHA512 a243fe4ea2933bc3b4de46ce23e29571a620db6e8c415e16f928f5c6a9c821c6c87146dec85832d36cd1d68349054a12888f1f67ee4fdcbfc6fee7fb01add7aa
DIST phosh-tour-v0.35.0.tar.bz2 121098 BLAKE2B cd229c7d7a406dd4cea1a4e5bdf6c271f93025c2337d974873995c7b000316d7d210dcf729955d3c49dbb6360f79d1d28d6198c257142dd252cf263ab1089693 SHA512 af435e228f4a3151accf122faf7eb33d1198ccc890fee8d45e9005dfa3887a5fd0ae7a931756a707bcbe0511c20a54e1adf967873dca126f9904bf43174769c3
diff --git a/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
index 383044b173..5facdc306b 100644
--- a/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
+++ b/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
@@ -3,11 +3,12 @@
EAPI=8
-inherit gnome2-utils meson xdg
+inherit gnome2-utils meson verify-sig xdg
DESCRIPTION="Introduction to phosh on smartphones"
HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-tour"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
LICENSE="GPL-3+"
SLOT="0"
@@ -19,7 +20,14 @@ DEPEND="
>=gui-libs/libadwaita-1.1:1
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"
+BDEPEND="
+ sys-devel/gettext
+ verify-sig? (
+ sec-keys/openpgp-keys-phosh
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-04-09 3:28 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-04-09 3:28 UTC (permalink / raw
To: gentoo-commits
commit: 9d45453815fb885d534513e2374953da4507addc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 02:03:14 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Apr 9 02:07:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d454538
phosh-base/phosh-tour: add 0.38.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 3 ++-
phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild | 2 +-
...tour-0.35.0.ebuild => phosh-tour-0.38.0.ebuild} | 27 +++++++++++++++-------
3 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 304c00fb54..ad863671fb 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,3 +1,4 @@
DIST phosh-tour-0.36.0.tar.xz 113636 BLAKE2B 21803419b5e70d7fbb38da23d266905eb254b7f38653d222b7da062c603071ff682a4c92ec673e50850d4cdadc5fc82c2b59fa7d1c87d9a5827bc12ab4f0a35b SHA512 c0d493be60462fe801a72d957ab2f36aafd7fcb5a515f087094ca9723889b8725c241d251cf5e6a0fe2b895417b8779b3c4efe19eb8372e4da9ec812b849dc15
DIST phosh-tour-0.36.0.tar.xz.asc 833 BLAKE2B 5501484621f4aa76f4a4f71c65d6c1469d521e1e0b01427180b6753b9c20d7aa07e72cd75c43eee08fa7e6493a07c6b8f671c539afca389d44f5fe836731469b SHA512 a243fe4ea2933bc3b4de46ce23e29571a620db6e8c415e16f928f5c6a9c821c6c87146dec85832d36cd1d68349054a12888f1f67ee4fdcbfc6fee7fb01add7aa
-DIST phosh-tour-v0.35.0.tar.bz2 121098 BLAKE2B cd229c7d7a406dd4cea1a4e5bdf6c271f93025c2337d974873995c7b000316d7d210dcf729955d3c49dbb6360f79d1d28d6198c257142dd252cf263ab1089693 SHA512 af435e228f4a3151accf122faf7eb33d1198ccc890fee8d45e9005dfa3887a5fd0ae7a931756a707bcbe0511c20a54e1adf967873dca126f9904bf43174769c3
+DIST phosh-tour-0.38.0.tar.xz 151456 BLAKE2B 24335f40cf358ce706f19cab08afb6c9e2176fed533f8bc8a43ac6b8d1d64d4a5c8874e5a857070e846dbd857ed0aecbe516366bdbc7708dcb6c2c5abeef6a43 SHA512 27462565c96071bf3877cc823b09b61ee739904d6df75e5da0cf57f3a89fa51a35c7a81201228194d44a125480a484e8fd7cfaa640ede0b464a93d13bfcb488d
+DIST phosh-tour-0.38.0.tar.xz.asc 833 BLAKE2B 1afa17d9be38d2717caaef67cd66021616ba07ff26180580b8c353b698cc92293dc6e04d183ffd7f9db7b18def277ceadbbe82bfd99aec1feea53780f281b449 SHA512 17039d7debbbcde2fc2e178186e30ca14e3eaad4e3577be7eba7b098f43031b27e08cf629274a46b794dccb4f82e0f19dfb6d66d6e33e5c2495f62c64d0f02e7
diff --git a/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
index 5facdc306b..11fc84d958 100644
--- a/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
+++ b/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
)
"
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
diff --git a/phosh-base/phosh-tour/phosh-tour-0.35.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild
similarity index 56%
rename from phosh-base/phosh-tour/phosh-tour-0.35.0.ebuild
rename to phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild
index b664e5288e..09396037a2 100644
--- a/phosh-base/phosh-tour/phosh-tour-0.35.0.ebuild
+++ b/phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild
@@ -3,25 +3,32 @@
EAPI=8
-inherit gnome2-utils meson xdg
+inherit gnome2-utils meson verify-sig xdg
-MY_P="${PN}-v${PV}"
DESCRIPTION="Introduction to phosh on smartphones"
HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-tour"
-SRC_URI="https://gitlab.gnome.org/guidog/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
- dev-libs/glib:2
- >=gui-libs/gtk-4.4:4
- >=gui-libs/libadwaita-1.1:1
+ >=dev-libs/glib-2.74:2
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"
+BDEPEND="
+ dev-libs/libxml2
+ sys-devel/gettext
+ verify-sig? (
+ sec-keys/openpgp-keys-phosh
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
@@ -38,6 +45,10 @@ src_test() {
:
}
+src_install() {
+ meson_src_install --skip-subprojects gmobile
+}
+
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-06-30 6:05 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-06-30 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 712a0cce61c6bfe9d504db4a760dc14ca7fba0ff
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jun 30 04:55:57 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jun 30 06:04:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=712a0cce
phosh-base/phosh-tour: add 0.39.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 2 +
phosh-base/phosh-tour/metadata.xml | 2 +-
phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild | 57 ++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 1 deletion(-)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index ad863671f..9d27e4823 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -2,3 +2,5 @@ DIST phosh-tour-0.36.0.tar.xz 113636 BLAKE2B 21803419b5e70d7fbb38da23d266905eb25
DIST phosh-tour-0.36.0.tar.xz.asc 833 BLAKE2B 5501484621f4aa76f4a4f71c65d6c1469d521e1e0b01427180b6753b9c20d7aa07e72cd75c43eee08fa7e6493a07c6b8f671c539afca389d44f5fe836731469b SHA512 a243fe4ea2933bc3b4de46ce23e29571a620db6e8c415e16f928f5c6a9c821c6c87146dec85832d36cd1d68349054a12888f1f67ee4fdcbfc6fee7fb01add7aa
DIST phosh-tour-0.38.0.tar.xz 151456 BLAKE2B 24335f40cf358ce706f19cab08afb6c9e2176fed533f8bc8a43ac6b8d1d64d4a5c8874e5a857070e846dbd857ed0aecbe516366bdbc7708dcb6c2c5abeef6a43 SHA512 27462565c96071bf3877cc823b09b61ee739904d6df75e5da0cf57f3a89fa51a35c7a81201228194d44a125480a484e8fd7cfaa640ede0b464a93d13bfcb488d
DIST phosh-tour-0.38.0.tar.xz.asc 833 BLAKE2B 1afa17d9be38d2717caaef67cd66021616ba07ff26180580b8c353b698cc92293dc6e04d183ffd7f9db7b18def277ceadbbe82bfd99aec1feea53780f281b449 SHA512 17039d7debbbcde2fc2e178186e30ca14e3eaad4e3577be7eba7b098f43031b27e08cf629274a46b794dccb4f82e0f19dfb6d66d6e33e5c2495f62c64d0f02e7
+DIST phosh-tour-0.39.0.tar.xz 121632 BLAKE2B c3264e67a4abe702d18c0ce534d1cf4e52a85cc164c887cbfc158dd71fb0ee06734f394fc0f03271dc62d7ea082765dcb0b3fb82ffbfbaf20922890233258563 SHA512 6e5bcc9495ee7eb38a36847d87432dc5678bd23dfb04efc901691c22d5f4a757b2677bf306128c6c045b74bd370c53766cdcc29f30a88cbb041ca8aa4a030194
+DIST phosh-tour-0.39.0.tar.xz.asc 833 BLAKE2B ff8f32f87b397cd5503584daf836ac098b9ca38fe97ba8661845db8aeddb787a62375a05b8f8c6c4c7f66e954bad7c1200ac9ba97de416788a8729b186fad014 SHA512 3b3a267a9ad1d544a08b7966a0e536bde4e5de9adcbf16043fef567c393d0f68308b15140d20f2f9093495bf526ddf8c5fa4749f273f51e7ace1627e84f4bb6c
diff --git a/phosh-base/phosh-tour/metadata.xml b/phosh-base/phosh-tour/metadata.xml
index ceaeeda06..a90856e1f 100644
--- a/phosh-base/phosh-tour/metadata.xml
+++ b/phosh-base/phosh-tour/metadata.xml
@@ -6,6 +6,6 @@
<name>Anna</name>
</maintainer>
<upstream>
- <remote-id type="gnome-gitlab">guidog/phosh-tour</remote-id>
+ <remote-id type="gnome-gitlab">World/Phosh/phosh-tour</remote-id>
</upstream>
</pkgmetadata>
diff --git a/phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild
new file mode 100644
index 000000000..546c2f2c2
--- /dev/null
+++ b/phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Introduction to phosh on smartphones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/libxml2
+ sys-devel/gettext
+ verify-sig? (
+ sec-keys/openpgp-keys-phosh
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
+
+src_configure() {
+ local emesonargs=(
+ -Dbrand="smartphone"
+ -Dvendor="Gentoo"
+ )
+ meson_src_configure
+}
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-08-20 9:02 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-08-20 9:02 UTC (permalink / raw
To: gentoo-commits
commit: d5eb4e245c9743a9051ec756da0c5413021a00d1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 20 07:58:21 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Aug 20 09:02:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5eb4e24
phosh-base/phosh-tour: add 0.41.0, drop 0.36.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 4 ++--
.../{phosh-tour-0.36.0.ebuild => phosh-tour-0.41.0.ebuild} | 10 ++++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 9d27e4823..4a013c64f 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,6 +1,6 @@
-DIST phosh-tour-0.36.0.tar.xz 113636 BLAKE2B 21803419b5e70d7fbb38da23d266905eb254b7f38653d222b7da062c603071ff682a4c92ec673e50850d4cdadc5fc82c2b59fa7d1c87d9a5827bc12ab4f0a35b SHA512 c0d493be60462fe801a72d957ab2f36aafd7fcb5a515f087094ca9723889b8725c241d251cf5e6a0fe2b895417b8779b3c4efe19eb8372e4da9ec812b849dc15
-DIST phosh-tour-0.36.0.tar.xz.asc 833 BLAKE2B 5501484621f4aa76f4a4f71c65d6c1469d521e1e0b01427180b6753b9c20d7aa07e72cd75c43eee08fa7e6493a07c6b8f671c539afca389d44f5fe836731469b SHA512 a243fe4ea2933bc3b4de46ce23e29571a620db6e8c415e16f928f5c6a9c821c6c87146dec85832d36cd1d68349054a12888f1f67ee4fdcbfc6fee7fb01add7aa
DIST phosh-tour-0.38.0.tar.xz 151456 BLAKE2B 24335f40cf358ce706f19cab08afb6c9e2176fed533f8bc8a43ac6b8d1d64d4a5c8874e5a857070e846dbd857ed0aecbe516366bdbc7708dcb6c2c5abeef6a43 SHA512 27462565c96071bf3877cc823b09b61ee739904d6df75e5da0cf57f3a89fa51a35c7a81201228194d44a125480a484e8fd7cfaa640ede0b464a93d13bfcb488d
DIST phosh-tour-0.38.0.tar.xz.asc 833 BLAKE2B 1afa17d9be38d2717caaef67cd66021616ba07ff26180580b8c353b698cc92293dc6e04d183ffd7f9db7b18def277ceadbbe82bfd99aec1feea53780f281b449 SHA512 17039d7debbbcde2fc2e178186e30ca14e3eaad4e3577be7eba7b098f43031b27e08cf629274a46b794dccb4f82e0f19dfb6d66d6e33e5c2495f62c64d0f02e7
DIST phosh-tour-0.39.0.tar.xz 121632 BLAKE2B c3264e67a4abe702d18c0ce534d1cf4e52a85cc164c887cbfc158dd71fb0ee06734f394fc0f03271dc62d7ea082765dcb0b3fb82ffbfbaf20922890233258563 SHA512 6e5bcc9495ee7eb38a36847d87432dc5678bd23dfb04efc901691c22d5f4a757b2677bf306128c6c045b74bd370c53766cdcc29f30a88cbb041ca8aa4a030194
DIST phosh-tour-0.39.0.tar.xz.asc 833 BLAKE2B ff8f32f87b397cd5503584daf836ac098b9ca38fe97ba8661845db8aeddb787a62375a05b8f8c6c4c7f66e954bad7c1200ac9ba97de416788a8729b186fad014 SHA512 3b3a267a9ad1d544a08b7966a0e536bde4e5de9adcbf16043fef567c393d0f68308b15140d20f2f9093495bf526ddf8c5fa4749f273f51e7ace1627e84f4bb6c
+DIST phosh-tour-0.41.0.tar.xz 124148 BLAKE2B daf096ba871385329d15a40dc9c80d32da17412f8fb4aefdef02be75e6e4ec2abbdedddecddc73fc9a8a6aa0f291bc691c07e2ecc33c9e4264f888e32822efe3 SHA512 e0aed0f1bf86bda240b092c27c5809c7f882b5857e5f251b5876416b6e05fd7dbf6c67c16f64ef297ccb04038805341bd48570359601f6584db81de15c6df933
+DIST phosh-tour-0.41.0.tar.xz.asc 833 BLAKE2B 81636f8d5589c643eb0c96922d2f04f82a64a7d43f586eeb84c86b470ca099d84be0492e5c673d08806e9db7387d20ea6b9142a1a036c48e0c7b6c4ad6dd8c83 SHA512 11443300ab7de558d817a5359933812a0eb266ef7e0bfb6045523e6c67b33dbf586314b8f59cb1dad064d8ca7bb4d6707cede993e0c2d0f99f5dd93dc7894456
diff --git a/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild
similarity index 83%
rename from phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
rename to phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild
index 11fc84d95..546c2f2c2 100644
--- a/phosh-base/phosh-tour/phosh-tour-0.36.0.ebuild
+++ b/phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit gnome2-utils meson verify-sig xdg
DESCRIPTION="Introduction to phosh on smartphones"
-HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-tour"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
@@ -15,12 +15,14 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="
- dev-libs/glib:2
- >=gui-libs/gtk-4.4:4
- >=gui-libs/libadwaita-1.1:1
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
"
RDEPEND="${DEPEND}"
BDEPEND="
+ dev-libs/libxml2
sys-devel/gettext
verify-sig? (
sec-keys/openpgp-keys-phosh
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-10-19 15:45 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-10-19 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 3c8f14c890aa439bc4037c1b8135be4b2f4cd65f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 19 15:17:31 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Oct 19 15:17:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c8f14c8
phosh-base/phosh-tour: drop 0.38.0, 0.39.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 4 --
phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild | 60 --------------------------
phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild | 57 ------------------------
3 files changed, 121 deletions(-)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 4a013c64f..b215ff833 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,6 +1,2 @@
-DIST phosh-tour-0.38.0.tar.xz 151456 BLAKE2B 24335f40cf358ce706f19cab08afb6c9e2176fed533f8bc8a43ac6b8d1d64d4a5c8874e5a857070e846dbd857ed0aecbe516366bdbc7708dcb6c2c5abeef6a43 SHA512 27462565c96071bf3877cc823b09b61ee739904d6df75e5da0cf57f3a89fa51a35c7a81201228194d44a125480a484e8fd7cfaa640ede0b464a93d13bfcb488d
-DIST phosh-tour-0.38.0.tar.xz.asc 833 BLAKE2B 1afa17d9be38d2717caaef67cd66021616ba07ff26180580b8c353b698cc92293dc6e04d183ffd7f9db7b18def277ceadbbe82bfd99aec1feea53780f281b449 SHA512 17039d7debbbcde2fc2e178186e30ca14e3eaad4e3577be7eba7b098f43031b27e08cf629274a46b794dccb4f82e0f19dfb6d66d6e33e5c2495f62c64d0f02e7
-DIST phosh-tour-0.39.0.tar.xz 121632 BLAKE2B c3264e67a4abe702d18c0ce534d1cf4e52a85cc164c887cbfc158dd71fb0ee06734f394fc0f03271dc62d7ea082765dcb0b3fb82ffbfbaf20922890233258563 SHA512 6e5bcc9495ee7eb38a36847d87432dc5678bd23dfb04efc901691c22d5f4a757b2677bf306128c6c045b74bd370c53766cdcc29f30a88cbb041ca8aa4a030194
-DIST phosh-tour-0.39.0.tar.xz.asc 833 BLAKE2B ff8f32f87b397cd5503584daf836ac098b9ca38fe97ba8661845db8aeddb787a62375a05b8f8c6c4c7f66e954bad7c1200ac9ba97de416788a8729b186fad014 SHA512 3b3a267a9ad1d544a08b7966a0e536bde4e5de9adcbf16043fef567c393d0f68308b15140d20f2f9093495bf526ddf8c5fa4749f273f51e7ace1627e84f4bb6c
DIST phosh-tour-0.41.0.tar.xz 124148 BLAKE2B daf096ba871385329d15a40dc9c80d32da17412f8fb4aefdef02be75e6e4ec2abbdedddecddc73fc9a8a6aa0f291bc691c07e2ecc33c9e4264f888e32822efe3 SHA512 e0aed0f1bf86bda240b092c27c5809c7f882b5857e5f251b5876416b6e05fd7dbf6c67c16f64ef297ccb04038805341bd48570359601f6584db81de15c6df933
DIST phosh-tour-0.41.0.tar.xz.asc 833 BLAKE2B 81636f8d5589c643eb0c96922d2f04f82a64a7d43f586eeb84c86b470ca099d84be0492e5c673d08806e9db7387d20ea6b9142a1a036c48e0c7b6c4ad6dd8c83 SHA512 11443300ab7de558d817a5359933812a0eb266ef7e0bfb6045523e6c67b33dbf586314b8f59cb1dad064d8ca7bb4d6707cede993e0c2d0f99f5dd93dc7894456
diff --git a/phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild
deleted file mode 100644
index 09396037a..000000000
--- a/phosh-base/phosh-tour/phosh-tour-0.38.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig xdg
-
-DESCRIPTION="Introduction to phosh on smartphones"
-HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-tour"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- >=dev-libs/glib-2.74:2
- >=gui-libs/gtk-4.12:4
- >=gui-libs/libadwaita-1.4:1
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/libxml2
- sys-devel/gettext
- verify-sig? (
- sec-keys/openpgp-keys-phosh
- )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
-
-src_configure() {
- local emesonargs=(
- -Dbrand="smartphone"
- -Dvendor="Gentoo"
- )
- meson_src_configure
-}
-
-src_test() {
- # No useful tests
- :
-}
-
-src_install() {
- meson_src_install --skip-subprojects gmobile
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild
deleted file mode 100644
index 546c2f2c2..000000000
--- a/phosh-base/phosh-tour/phosh-tour-0.39.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig xdg
-
-DESCRIPTION="Introduction to phosh on smartphones"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- >=dev-libs/glib-2.74:2
- dev-libs/gmobile
- >=gui-libs/gtk-4.12:4
- >=gui-libs/libadwaita-1.4:1
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/libxml2
- sys-devel/gettext
- verify-sig? (
- sec-keys/openpgp-keys-phosh
- )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
-
-src_configure() {
- local emesonargs=(
- -Dbrand="smartphone"
- -Dvendor="Gentoo"
- )
- meson_src_configure
-}
-
-src_test() {
- # No useful tests
- :
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-11-17 2:17 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-11-17 2:17 UTC (permalink / raw
To: gentoo-commits
commit: 7663580f2544bf7dfcef6304968ad924d549eea1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 17 01:05:09 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Nov 17 02:03:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7663580f
phosh-base/phosh-tour: add 0.43.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 2 +
phosh-base/phosh-tour/phosh-tour-0.43.0.ebuild | 57 ++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index b215ff833..298b275cb 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,2 +1,4 @@
DIST phosh-tour-0.41.0.tar.xz 124148 BLAKE2B daf096ba871385329d15a40dc9c80d32da17412f8fb4aefdef02be75e6e4ec2abbdedddecddc73fc9a8a6aa0f291bc691c07e2ecc33c9e4264f888e32822efe3 SHA512 e0aed0f1bf86bda240b092c27c5809c7f882b5857e5f251b5876416b6e05fd7dbf6c67c16f64ef297ccb04038805341bd48570359601f6584db81de15c6df933
DIST phosh-tour-0.41.0.tar.xz.asc 833 BLAKE2B 81636f8d5589c643eb0c96922d2f04f82a64a7d43f586eeb84c86b470ca099d84be0492e5c673d08806e9db7387d20ea6b9142a1a036c48e0c7b6c4ad6dd8c83 SHA512 11443300ab7de558d817a5359933812a0eb266ef7e0bfb6045523e6c67b33dbf586314b8f59cb1dad064d8ca7bb4d6707cede993e0c2d0f99f5dd93dc7894456
+DIST phosh-tour-0.43.0.tar.xz 136128 BLAKE2B 03d06981c0ddadf904f4e5ea1b73a770100f3137d52bab2298dfa87f55ee429f9b59d50c01a33c2938cc587f4b20545b7ca8deeda56bcdf44808536f44c30402 SHA512 e037a3cc67f3413072a41d0fbdcc75b82090cdfa9051607464d333d72a01798ca782689ce3d0f2ce13b1a34e93d385bb69f29e7c09328f52f01df9ef4fcf03a4
+DIST phosh-tour-0.43.0.tar.xz.asc 833 BLAKE2B 71ba3feada3af7d154a147404b1348eec8582c1d652d338b8b5c95d900dd782792dcd1a2332e7b02efbb1036fc53aa46b8b693ffc3f3951e03a81668035c2c82 SHA512 5370645b9265274fd298c367f8b88008ff1a3c8a0cd2f53c8e1270f6516bd77ba702a190deeafe06386ee8ec6ef21415e064896723021dc36349e250dcd60ac1
diff --git a/phosh-base/phosh-tour/phosh-tour-0.43.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.43.0.ebuild
new file mode 100644
index 000000000..546c2f2c2
--- /dev/null
+++ b/phosh-base/phosh-tour/phosh-tour-0.43.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Introduction to phosh on smartphones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/libxml2
+ sys-devel/gettext
+ verify-sig? (
+ sec-keys/openpgp-keys-phosh
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
+
+src_configure() {
+ local emesonargs=(
+ -Dbrand="smartphone"
+ -Dvendor="Gentoo"
+ )
+ meson_src_configure
+}
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2025-01-02 8:36 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2025-01-02 8:36 UTC (permalink / raw
To: gentoo-commits
commit: de065e31f21b0924650e38db4254175c9477cb4e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jan 2 05:22:22 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jan 2 08:35:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de065e31
phosh-base/phosh-tour: drop 0.41.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 2 -
phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild | 57 --------------------------
2 files changed, 59 deletions(-)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 298b275cb..5d8acbbaf 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,4 +1,2 @@
-DIST phosh-tour-0.41.0.tar.xz 124148 BLAKE2B daf096ba871385329d15a40dc9c80d32da17412f8fb4aefdef02be75e6e4ec2abbdedddecddc73fc9a8a6aa0f291bc691c07e2ecc33c9e4264f888e32822efe3 SHA512 e0aed0f1bf86bda240b092c27c5809c7f882b5857e5f251b5876416b6e05fd7dbf6c67c16f64ef297ccb04038805341bd48570359601f6584db81de15c6df933
-DIST phosh-tour-0.41.0.tar.xz.asc 833 BLAKE2B 81636f8d5589c643eb0c96922d2f04f82a64a7d43f586eeb84c86b470ca099d84be0492e5c673d08806e9db7387d20ea6b9142a1a036c48e0c7b6c4ad6dd8c83 SHA512 11443300ab7de558d817a5359933812a0eb266ef7e0bfb6045523e6c67b33dbf586314b8f59cb1dad064d8ca7bb4d6707cede993e0c2d0f99f5dd93dc7894456
DIST phosh-tour-0.43.0.tar.xz 136128 BLAKE2B 03d06981c0ddadf904f4e5ea1b73a770100f3137d52bab2298dfa87f55ee429f9b59d50c01a33c2938cc587f4b20545b7ca8deeda56bcdf44808536f44c30402 SHA512 e037a3cc67f3413072a41d0fbdcc75b82090cdfa9051607464d333d72a01798ca782689ce3d0f2ce13b1a34e93d385bb69f29e7c09328f52f01df9ef4fcf03a4
DIST phosh-tour-0.43.0.tar.xz.asc 833 BLAKE2B 71ba3feada3af7d154a147404b1348eec8582c1d652d338b8b5c95d900dd782792dcd1a2332e7b02efbb1036fc53aa46b8b693ffc3f3951e03a81668035c2c82 SHA512 5370645b9265274fd298c367f8b88008ff1a3c8a0cd2f53c8e1270f6516bd77ba702a190deeafe06386ee8ec6ef21415e064896723021dc36349e250dcd60ac1
diff --git a/phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild
deleted file mode 100644
index 546c2f2c2..000000000
--- a/phosh-base/phosh-tour/phosh-tour-0.41.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig xdg
-
-DESCRIPTION="Introduction to phosh on smartphones"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- >=dev-libs/glib-2.74:2
- dev-libs/gmobile
- >=gui-libs/gtk-4.12:4
- >=gui-libs/libadwaita-1.4:1
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/libxml2
- sys-devel/gettext
- verify-sig? (
- sec-keys/openpgp-keys-phosh
- )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
-
-src_configure() {
- local emesonargs=(
- -Dbrand="smartphone"
- -Dvendor="Gentoo"
- )
- meson_src_configure
-}
-
-src_test() {
- # No useful tests
- :
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2025-01-02 8:36 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2025-01-02 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 728fa1ff66d9ac32d3b5454512e41f70f48b3e05
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jan 2 05:28:20 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jan 2 08:35:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=728fa1ff
phosh-base/phosh-tour: add 0.44.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 2 +
phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild | 57 ++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 5d8acbbaf..955a2fba1 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,2 +1,4 @@
DIST phosh-tour-0.43.0.tar.xz 136128 BLAKE2B 03d06981c0ddadf904f4e5ea1b73a770100f3137d52bab2298dfa87f55ee429f9b59d50c01a33c2938cc587f4b20545b7ca8deeda56bcdf44808536f44c30402 SHA512 e037a3cc67f3413072a41d0fbdcc75b82090cdfa9051607464d333d72a01798ca782689ce3d0f2ce13b1a34e93d385bb69f29e7c09328f52f01df9ef4fcf03a4
DIST phosh-tour-0.43.0.tar.xz.asc 833 BLAKE2B 71ba3feada3af7d154a147404b1348eec8582c1d652d338b8b5c95d900dd782792dcd1a2332e7b02efbb1036fc53aa46b8b693ffc3f3951e03a81668035c2c82 SHA512 5370645b9265274fd298c367f8b88008ff1a3c8a0cd2f53c8e1270f6516bd77ba702a190deeafe06386ee8ec6ef21415e064896723021dc36349e250dcd60ac1
+DIST phosh-tour-0.44.0.tar.xz 141136 BLAKE2B b4aadc0525593eb5273abb684840107c42fb6dff5333ab49642457044f5d7156956628f9aa4b38f88854c1ac694bba1513d4289e996f47d6a1673c666a40e955 SHA512 8738e226ff24a9a8c2628caa5a8545b3f17bca1385832f141a8f543aab958de6cc1017734bf5ebbf0ef9140c4079ed2e17650d2c5c7650c5fd4c67d79e6e82a8
+DIST phosh-tour-0.44.0.tar.xz.asc 833 BLAKE2B 35d72c6f09f8e1eb7ef3346f28bf1d34ed453c0f4984e1d0a96626630ca09e85fd361456c287ca8c31d3442d0c38c7626abb8b21c93d17396c8c4ce68a3e17d6 SHA512 d2a9930b027122de4b7280de14317007bdf985f5848e16fed4bc5ffcfc9892aec73a9c3fd81bbd42fea3f2eb40f46dc4a952c7e469f996c1a986d105695fb379
diff --git a/phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild
new file mode 100644
index 000000000..f753badc5
--- /dev/null
+++ b/phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Introduction to phosh on smartphones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/libxml2
+ sys-devel/gettext
+ verify-sig? (
+ sec-keys/openpgp-keys-phosh
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
+
+src_configure() {
+ local emesonargs=(
+ -Dbrand="smartphone"
+ -Dvendor="Gentoo"
+ )
+ meson_src_configure
+}
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2025-02-17 13:32 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2025-02-17 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 3a9829c2cdadf659c61c52847f69b5793fab43f8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 17 09:30:52 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Feb 17 13:22:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a9829c2
phosh-base/phosh-tour: add 0.45.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
phosh-base/phosh-tour/Manifest | 2 +
phosh-base/phosh-tour/phosh-tour-0.45.0.ebuild | 57 ++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 955a2fba1..d0666bb2d 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -2,3 +2,5 @@ DIST phosh-tour-0.43.0.tar.xz 136128 BLAKE2B 03d06981c0ddadf904f4e5ea1b73a770100
DIST phosh-tour-0.43.0.tar.xz.asc 833 BLAKE2B 71ba3feada3af7d154a147404b1348eec8582c1d652d338b8b5c95d900dd782792dcd1a2332e7b02efbb1036fc53aa46b8b693ffc3f3951e03a81668035c2c82 SHA512 5370645b9265274fd298c367f8b88008ff1a3c8a0cd2f53c8e1270f6516bd77ba702a190deeafe06386ee8ec6ef21415e064896723021dc36349e250dcd60ac1
DIST phosh-tour-0.44.0.tar.xz 141136 BLAKE2B b4aadc0525593eb5273abb684840107c42fb6dff5333ab49642457044f5d7156956628f9aa4b38f88854c1ac694bba1513d4289e996f47d6a1673c666a40e955 SHA512 8738e226ff24a9a8c2628caa5a8545b3f17bca1385832f141a8f543aab958de6cc1017734bf5ebbf0ef9140c4079ed2e17650d2c5c7650c5fd4c67d79e6e82a8
DIST phosh-tour-0.44.0.tar.xz.asc 833 BLAKE2B 35d72c6f09f8e1eb7ef3346f28bf1d34ed453c0f4984e1d0a96626630ca09e85fd361456c287ca8c31d3442d0c38c7626abb8b21c93d17396c8c4ce68a3e17d6 SHA512 d2a9930b027122de4b7280de14317007bdf985f5848e16fed4bc5ffcfc9892aec73a9c3fd81bbd42fea3f2eb40f46dc4a952c7e469f996c1a986d105695fb379
+DIST phosh-tour-0.45.0.tar.xz 142556 BLAKE2B a51ebc0d029512b6de1903ea7270a181171116e6f38ddb678fa40f6d6bc8fcef37f675477f71d0d0f4735e0062c8d1d2ed9f7fa24a6f3205a64e8fe09b1e6002 SHA512 2ef48aa9c9def0f9c56af335bcfc7cd352a229a2d8c82384f2b225643bd3d6dafec208c6e78438812947f4f3afb7a27ae6716ca7f61b314e5fa2565fcc66bc98
+DIST phosh-tour-0.45.0.tar.xz.asc 833 BLAKE2B 41f048589cf3b2afa854fb292b5c55e852803357ecf0f24c6bf015abfb5af3fe8239540b6bbbf132b772252e3b1fb7bb356e12a2b612ece1f50024bc97fb30d2 SHA512 6fefcd40b471d96384b571f9d57013a0e63e940f8d43dc6852dd1ec4dbc09b269e8d6f1641bc4659e215ef5ca2a1de1fb4ee9e6385001da76cd9ffda0bd1a450
diff --git a/phosh-base/phosh-tour/phosh-tour-0.45.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.45.0.ebuild
new file mode 100644
index 000000000..f753badc5
--- /dev/null
+++ b/phosh-base/phosh-tour/phosh-tour-0.45.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Introduction to phosh on smartphones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ >=gui-libs/gtk-4.12:4
+ >=gui-libs/libadwaita-1.4:1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/libxml2
+ sys-devel/gettext
+ verify-sig? (
+ sec-keys/openpgp-keys-phosh
+ )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
+
+src_configure() {
+ local emesonargs=(
+ -Dbrand="smartphone"
+ -Dvendor="Gentoo"
+ )
+ meson_src_configure
+}
+
+src_test() {
+ # No useful tests
+ :
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-17 13:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 3:28 [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 13:32 Anna Vyalkova
2025-01-02 8:36 Anna Vyalkova
2025-01-02 8:36 Anna Vyalkova
2024-11-17 2:17 Anna Vyalkova
2024-10-19 15:45 Anna Vyalkova
2024-08-20 9:02 Anna Vyalkova
2024-06-30 6:05 Anna Vyalkova
2024-02-04 19:22 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox