* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/phosh-tour/
@ 2024-01-02 7:44 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-01-02 7:44 UTC (permalink / raw
To: gentoo-commits
commit: 45ff42e7f7d26ccb42b5283b1469367bff7ffffd
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jan 2 07:33:11 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jan 2 07:33:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45ff42e7
gui-apps/phosh-tour: new package, add 0.28.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-apps/phosh-tour/Manifest | 1 +
gui-apps/phosh-tour/metadata.xml | 11 +++++++
gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild | 47 ++++++++++++++++++++++++++++
3 files changed, 59 insertions(+)
diff --git a/gui-apps/phosh-tour/Manifest b/gui-apps/phosh-tour/Manifest
new file mode 100644
index 0000000000..0d4e5ef888
--- /dev/null
+++ b/gui-apps/phosh-tour/Manifest
@@ -0,0 +1 @@
+DIST phosh-tour-v0.28.0.tar.bz2 120380 BLAKE2B 629bd6eae4cca4d65d0725299d6d6303d32056b46c5df9109ffd9558f81d1e206acbd160c3ff244a328f42d33438d44642f31a2f77389cebb3dd60d793229ca8 SHA512 0c49f8bf0d89399fec5e67480374f1f396d01bb47a01906111395b7df37e33eaac6255c7374a7313edd6c1c7e3b5b829695e7a564b2b204036d045484bc77a63
diff --git a/gui-apps/phosh-tour/metadata.xml b/gui-apps/phosh-tour/metadata.xml
new file mode 100644
index 0000000000..ceaeeda064
--- /dev/null
+++ b/gui-apps/phosh-tour/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ <upstream>
+ <remote-id type="gnome-gitlab">guidog/phosh-tour</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild b/gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild
new file mode 100644
index 0000000000..c28a966e2f
--- /dev/null
+++ b/gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson 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}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/glib:2
+ >=gui-libs/gtk-4.4:4
+ >=gui-libs/libadwaita-1.1:1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+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] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/phosh-tour/
@ 2024-01-09 4:06 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-01-09 4:06 UTC (permalink / raw
To: gentoo-commits
commit: b3a8240588155c8151b39a3a0ce1bc63df39aea1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jan 9 04:06:43 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jan 9 04:06:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3a82405
gui-apps/phosh-tour: add 0.35.0
Closes: https://bugs.gentoo.org/921344
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-apps/phosh-tour/Manifest | 1 +
gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild | 49 ++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/gui-apps/phosh-tour/Manifest b/gui-apps/phosh-tour/Manifest
index 0d4e5ef888..5f55a8bbe5 100644
--- a/gui-apps/phosh-tour/Manifest
+++ b/gui-apps/phosh-tour/Manifest
@@ -1 +1,2 @@
DIST phosh-tour-v0.28.0.tar.bz2 120380 BLAKE2B 629bd6eae4cca4d65d0725299d6d6303d32056b46c5df9109ffd9558f81d1e206acbd160c3ff244a328f42d33438d44642f31a2f77389cebb3dd60d793229ca8 SHA512 0c49f8bf0d89399fec5e67480374f1f396d01bb47a01906111395b7df37e33eaac6255c7374a7313edd6c1c7e3b5b829695e7a564b2b204036d045484bc77a63
+DIST phosh-tour-v0.35.0.tar.bz2 121098 BLAKE2B cd229c7d7a406dd4cea1a4e5bdf6c271f93025c2337d974873995c7b000316d7d210dcf729955d3c49dbb6360f79d1d28d6198c257142dd252cf263ab1089693 SHA512 af435e228f4a3151accf122faf7eb33d1198ccc890fee8d45e9005dfa3887a5fd0ae7a931756a707bcbe0511c20a54e1adf967873dca126f9904bf43174769c3
diff --git a/gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild b/gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild
new file mode 100644
index 0000000000..b664e5288e
--- /dev/null
+++ b/gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson 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}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/glib:2
+ >=gui-libs/gtk-4.4:4
+ >=gui-libs/libadwaita-1.1:1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+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] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/phosh-tour/
@ 2024-02-04 19:22 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-02-04 19:22 UTC (permalink / raw
To: gentoo-commits
commit: e8ca171e3d4a767ce942486286932d3bb55cac61
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 4 06:50:59 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 4 19:11:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8ca171e
gui-apps/phosh-tour: add 0.36.0, drop 0.28.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-apps/phosh-tour/Manifest | 2 +-
.../{phosh-tour-0.28.0.ebuild => phosh-tour-0.36.0.ebuild} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gui-apps/phosh-tour/Manifest b/gui-apps/phosh-tour/Manifest
index 5f55a8bbe5..4ceb65f155 100644
--- a/gui-apps/phosh-tour/Manifest
+++ b/gui-apps/phosh-tour/Manifest
@@ -1,2 +1,2 @@
-DIST phosh-tour-v0.28.0.tar.bz2 120380 BLAKE2B 629bd6eae4cca4d65d0725299d6d6303d32056b46c5df9109ffd9558f81d1e206acbd160c3ff244a328f42d33438d44642f31a2f77389cebb3dd60d793229ca8 SHA512 0c49f8bf0d89399fec5e67480374f1f396d01bb47a01906111395b7df37e33eaac6255c7374a7313edd6c1c7e3b5b829695e7a564b2b204036d045484bc77a63
+DIST phosh-tour-0.36.0.tar.xz 113636 BLAKE2B 21803419b5e70d7fbb38da23d266905eb254b7f38653d222b7da062c603071ff682a4c92ec673e50850d4cdadc5fc82c2b59fa7d1c87d9a5827bc12ab4f0a35b SHA512 c0d493be60462fe801a72d957ab2f36aafd7fcb5a515f087094ca9723889b8725c241d251cf5e6a0fe2b895417b8779b3c4efe19eb8372e4da9ec812b849dc15
DIST phosh-tour-v0.35.0.tar.bz2 121098 BLAKE2B cd229c7d7a406dd4cea1a4e5bdf6c271f93025c2337d974873995c7b000316d7d210dcf729955d3c49dbb6360f79d1d28d6198c257142dd252cf263ab1089693 SHA512 af435e228f4a3151accf122faf7eb33d1198ccc890fee8d45e9005dfa3887a5fd0ae7a931756a707bcbe0511c20a54e1adf967873dca126f9904bf43174769c3
diff --git a/gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild b/gui-apps/phosh-tour/phosh-tour-0.36.0.ebuild
similarity index 83%
rename from gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild
rename to gui-apps/phosh-tour/phosh-tour-0.36.0.ebuild
index c28a966e2f..383044b173 100644
--- a/gui-apps/phosh-tour/phosh-tour-0.28.0.ebuild
+++ b/gui-apps/phosh-tour/phosh-tour-0.36.0.ebuild
@@ -5,11 +5,9 @@ EAPI=8
inherit gnome2-utils meson 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"
LICENSE="GPL-3+"
SLOT="0"
@@ -23,6 +21,8 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/gettext"
+QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
+
src_configure() {
local emesonargs=(
-Dbrand="smartphone"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-04 19:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 19:22 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/phosh-tour/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-01-09 4:06 Anna Vyalkova
2024-01-02 7:44 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox