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: Tue, 27 Dec 2022 08:05:52 +0000 (UTC)	[thread overview]
Message-ID: <1672012927.c543884b3e70f6ae95b7f39a6bd976d6bfe018c8.ceamac@gentoo> (raw)

commit:     c543884b3e70f6ae95b7f39a6bd976d6bfe018c8
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Mon Dec 26 00:01:43 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
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
+}


             reply	other threads:[~2022-12-27  8:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27  8:05 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
2023-03-13  8:29 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=1672012927.c543884b3e70f6ae95b7f39a6bd976d6bfe018c8.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