public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/tootle/
Date: Mon, 13 Mar 2023 08:29:53 +0000 (UTC)	[thread overview]
Message-ID: <1678629587.56305cea747ba9eec90aa94b0d774400ffd75f64.ceamac@gentoo> (raw)

commit:     56305cea747ba9eec90aa94b0d774400ffd75f64
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar 12 13:59:47 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
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
 }


             reply	other threads:[~2023-03-13  8:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13  8:29 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-29 11:33 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/tootle/ Florian Schmaus
2022-12-27  8:05 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678629587.56305cea747ba9eec90aa94b0d774400ffd75f64.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox