public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tootle/
@ 2022-12-26  0:02 Tony Olagbaiye
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Olagbaiye @ 2022-12-26  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c543884b3e70f6ae95b7f39a6bd976d6bfe018c8
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Mon Dec 26 00:01:43 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Mon Dec 26 00:02:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c543884b

gui-apps/tootle: new package, add 9999

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 gui-apps/tootle/tootle-9999.ebuild | 51 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gui-apps/tootle/tootle-9999.ebuild b/gui-apps/tootle/tootle-9999.ebuild
new file mode 100644
index 000000000..cc2b90899
--- /dev/null
+++ b/gui-apps/tootle/tootle-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit git-r3 gnome2-utils meson vala xdg-utils
+
+DESCRIPTION="Mastodon client written in GTK3"
+HOMEPAGE="https://github.com/bleakgrey/tootle"
+EGIT_REPO_URI="https://gitlab.gnome.org/World/tootle"
+LICENSE="GPL-3"
+
+KEYWORDS=""
+SLOT="0"
+
+RDEPEND="
+	dev-libs/json-glib
+	>=dev-libs/granite-0.5.2
+	gui-libs/libhandy:1.0/0
+	net-libs/libsoup
+"
+DEPEND="
+	${RDEPEND}
+	dev-util/meson
+	dev-lang/vala
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	vala_src_prepare
+	default
+}
+
+src_install() {
+	meson_src_install
+	dosym "${EPREFIX}"/usr/bin/{com.github.bleakgrey.,}tootle
+}
+
+pkg_preinst() {
+	gnome2_gconf_savelist
+	gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+	gnome2_gconf_install
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tootle/
@ 2022-12-28  0:46 Tony Olagbaiye
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Olagbaiye @ 2022-12-28  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     5fdcbac99c9499eb20a34010e14fbd64ed05268c
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Wed Dec 28 00:46:24 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed Dec 28 00:46:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fdcbac9

gui-apps/tootle: drop empty keywords

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 gui-apps/tootle/tootle-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gui-apps/tootle/tootle-9999.ebuild b/gui-apps/tootle/tootle-9999.ebuild
index cc2b90899..81d0c5f8f 100644
--- a/gui-apps/tootle/tootle-9999.ebuild
+++ b/gui-apps/tootle/tootle-9999.ebuild
@@ -9,7 +9,6 @@ HOMEPAGE="https://github.com/bleakgrey/tootle"
 EGIT_REPO_URI="https://gitlab.gnome.org/World/tootle"
 LICENSE="GPL-3"
 
-KEYWORDS=""
 SLOT="0"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tootle/
@ 2023-03-12 14:02 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-03-12 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     56305cea747ba9eec90aa94b0d774400ffd75f64
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar 12 13:59:47 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Mar 12 13:59:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56305cea

gui-apps/tootle: update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gui-apps/tootle/tootle-9999.ebuild | 47 +++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 26 deletions(-)

diff --git a/gui-apps/tootle/tootle-9999.ebuild b/gui-apps/tootle/tootle-9999.ebuild
index 81d0c5f8f..d14985956 100644
--- a/gui-apps/tootle/tootle-9999.ebuild
+++ b/gui-apps/tootle/tootle-9999.ebuild
@@ -1,50 +1,45 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit git-r3 gnome2-utils meson vala xdg-utils
 
 DESCRIPTION="Mastodon client written in GTK3"
-HOMEPAGE="https://github.com/bleakgrey/tootle"
+HOMEPAGE="https://gitlab.gnome.org/World/tootle"
 EGIT_REPO_URI="https://gitlab.gnome.org/World/tootle"
-LICENSE="GPL-3"
 
+LICENSE="GPL-3"
 SLOT="0"
 
 RDEPEND="
+	app-crypt/libsecret
+	dev-libs/glib:2
+	>=dev-libs/granite-0.5.2:=
 	dev-libs/json-glib
-	>=dev-libs/granite-0.5.2
-	gui-libs/libhandy:1.0/0
-	net-libs/libsoup
+	dev-libs/libgee:0.8=
+	dev-libs/libxml2:2
+	gui-libs/gtk:4
+	gui-libs/libadwaita:1
+	net-libs/libsoup:2.4
 "
-DEPEND="
-	${RDEPEND}
-	dev-util/meson
-	dev-lang/vala
-	virtual/pkgconfig
+DEPEND="${RDEPEND}"
+BDEPEND="
+	$(vala_depend)
+	sys-devel/gettext
 "
 
 src_prepare() {
-	vala_src_prepare
+	vala_setup
 	default
 }
 
-src_install() {
-	meson_src_install
-	dosym "${EPREFIX}"/usr/bin/{com.github.bleakgrey.,}tootle
-}
-
-pkg_preinst() {
-	gnome2_gconf_savelist
-	gnome2_schemas_savelist
-}
-
 pkg_postinst() {
-	xdg_icon_cache_update
-	gnome2_gconf_install
+	xdg_pkg_postinst
 	gnome2_schemas_update
 }
 
 pkg_postrm() {
-	xdg_icon_cache_update
+	xdg_pkg_postinst
+	gnome2_schemas_update
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-12 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-28  0:46 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tootle/ Tony Olagbaiye
  -- strict thread matches above, loose matches on Subject: below --
2023-03-12 14:02 Anna Vyalkova
2022-12-26  0:02 Tony Olagbaiye

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox