* [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/
@ 2024-02-04 19:22 Anna Vyalkova
0 siblings, 0 replies; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread
end of thread, other threads:[~2024-10-19 15:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 6:05 [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh-tour/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 15:45 Anna Vyalkova
2024-08-20 9:02 Anna Vyalkova
2024-04-09 3:28 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