From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/tuba/ Date: Thu, 17 Aug 2023 11:54:30 +0000 (UTC) [thread overview] Message-ID: <1692272502.1da61ea7aa45bf74e06fc77b962a9e717e3a256e.davidroman@gentoo> (raw) commit: 1da61ea7aa45bf74e06fc77b962a9e717e3a256e Author: Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de> AuthorDate: Wed Aug 16 18:50:45 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 17 11:41:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1da61ea7 net-misc/tuba: add 0.4.1 Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de> Closes: https://github.com/gentoo/guru/pull/104 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-misc/tuba/Manifest | 1 + net-misc/tuba/tuba-0.4.1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest index 3e2d34424a..759c7a400f 100644 --- a/net-misc/tuba/Manifest +++ b/net-misc/tuba/Manifest @@ -1,2 +1,3 @@ DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5 DIST tuba-0.3.2.tar.gz 276540 BLAKE2B 7f5fa78e84b6df68400f6d4fc0cfeef153607ac1d1ed3e1760c6d330e9f30dd858db53b0fbad5119658120d39e40d888d02799b07993ade2b8698f82fcabe092 SHA512 1cac9547de7733a40fae292481551a5b231eccd51982ab041f50bdcb82e4e74742657d469c940fa8d2b745115aac55dc2202e39a66e0aaddd396b9a226a2ebbd +DIST tuba-0.4.1.tar.gz 439861 BLAKE2B bed75b909ec9c31c53c1c46973011b8396b5e4af976aa5277a1457abd1e51d5e4a13a639632ab9ed5d67339351a99d2e9a8598a04a35b08a5b27de05d6f5c01c SHA512 7804e06a29d18e1fdf88aa4e8237a8fd8c8eccaa668ec9b2057a84a9f17c855b2c378c3ffe354e157fdeb8c392128ddaf6faf92687b67319d7cc3371e4d885ab diff --git a/net-misc/tuba/tuba-0.4.1.ebuild b/net-misc/tuba/tuba-0.4.1.ebuild new file mode 100644 index 0000000000..7540a83522 --- /dev/null +++ b/net-misc/tuba/tuba-0.4.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson vala xdg + +DESCRIPTION="Mastodon client, previously known as Tooth" +HOMEPAGE="https://github.com/GeopJr/Tuba" +MY_PN="Tuba" +SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-3.0 GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND=" + >=app-crypt/libsecret-0.20 + >=dev-libs/glib-2.71.2 + >=dev-libs/json-glib-1.4.4 + >=dev-libs/libxml2-2.9.10 + >=dev-libs/libgee-0.8.5 + >=gui-libs/gtk-4.3:4 + >=gui-libs/libadwaita-1.2 + >=net-libs/libsoup-3 + gui-libs/gtksourceview:5 + >=app-text/gspell-1.12.1 +" + +DEPEND="${RDEPEND}" + +BDEPEND=" + $(vala_depend) + virtual/pkgconfig +" + +VALA_MIN_API_VERSION=0.48 + +src_prepare() { + default + vala_setup +} + +pkg_postinst() { + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_schemas_update + xdg_pkg_postrm +}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/ Date: Thu, 17 Aug 2023 11:42:44 +0000 (UTC) [thread overview] Message-ID: <1692272502.1da61ea7aa45bf74e06fc77b962a9e717e3a256e.davidroman@gentoo> (raw) Message-ID: <20230817114244.Kj1dHTsYZuMQkTP4AodTRbRxntE_obfK4sWKS28v0J4@z> (raw) commit: 1da61ea7aa45bf74e06fc77b962a9e717e3a256e Author: Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de> AuthorDate: Wed Aug 16 18:50:45 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 17 11:41:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1da61ea7 net-misc/tuba: add 0.4.1 Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de> Closes: https://github.com/gentoo/guru/pull/104 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-misc/tuba/Manifest | 1 + net-misc/tuba/tuba-0.4.1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest index 3e2d34424a..759c7a400f 100644 --- a/net-misc/tuba/Manifest +++ b/net-misc/tuba/Manifest @@ -1,2 +1,3 @@ DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5 DIST tuba-0.3.2.tar.gz 276540 BLAKE2B 7f5fa78e84b6df68400f6d4fc0cfeef153607ac1d1ed3e1760c6d330e9f30dd858db53b0fbad5119658120d39e40d888d02799b07993ade2b8698f82fcabe092 SHA512 1cac9547de7733a40fae292481551a5b231eccd51982ab041f50bdcb82e4e74742657d469c940fa8d2b745115aac55dc2202e39a66e0aaddd396b9a226a2ebbd +DIST tuba-0.4.1.tar.gz 439861 BLAKE2B bed75b909ec9c31c53c1c46973011b8396b5e4af976aa5277a1457abd1e51d5e4a13a639632ab9ed5d67339351a99d2e9a8598a04a35b08a5b27de05d6f5c01c SHA512 7804e06a29d18e1fdf88aa4e8237a8fd8c8eccaa668ec9b2057a84a9f17c855b2c378c3ffe354e157fdeb8c392128ddaf6faf92687b67319d7cc3371e4d885ab diff --git a/net-misc/tuba/tuba-0.4.1.ebuild b/net-misc/tuba/tuba-0.4.1.ebuild new file mode 100644 index 0000000000..7540a83522 --- /dev/null +++ b/net-misc/tuba/tuba-0.4.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson vala xdg + +DESCRIPTION="Mastodon client, previously known as Tooth" +HOMEPAGE="https://github.com/GeopJr/Tuba" +MY_PN="Tuba" +SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-3.0 GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND=" + >=app-crypt/libsecret-0.20 + >=dev-libs/glib-2.71.2 + >=dev-libs/json-glib-1.4.4 + >=dev-libs/libxml2-2.9.10 + >=dev-libs/libgee-0.8.5 + >=gui-libs/gtk-4.3:4 + >=gui-libs/libadwaita-1.2 + >=net-libs/libsoup-3 + gui-libs/gtksourceview:5 + >=app-text/gspell-1.12.1 +" + +DEPEND="${RDEPEND}" + +BDEPEND=" + $(vala_depend) + virtual/pkgconfig +" + +VALA_MIN_API_VERSION=0.48 + +src_prepare() { + default + vala_setup +} + +pkg_postinst() { + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_schemas_update + xdg_pkg_postrm +}
next reply other threads:[~2023-08-17 11:54 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-08-17 11:54 David Roman [this message] 2023-08-17 11:42 ` [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2023-12-11 6:50 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu 2023-11-09 3:11 Haelwenn Monnier 2023-05-22 5:17 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=1692272502.1da61ea7aa45bf74e06fc77b962a9e717e3a256e.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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