From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/fragments/ Date: Sat, 11 Jan 2025 22:19:46 +0000 (UTC) [thread overview] Message-ID: <1736633972.56b796ea13946ffbf262c4df9508b84463ae4b17.julien@gentoo> (raw) commit: 56b796ea13946ffbf262c4df9508b84463ae4b17 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Jan 11 21:39:05 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Jan 11 22:19:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56b796ea net-p2p/fragments: add missing RDEPEND Closes: https://bugs.gentoo.org/945528 Signed-off-by: Julien Roy <julien <AT> jroy.ca> net-p2p/fragments/fragments-3.0.1-r2.ebuild | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/net-p2p/fragments/fragments-3.0.1-r2.ebuild b/net-p2p/fragments/fragments-3.0.1-r2.ebuild new file mode 100644 index 000000000..383beea07 --- /dev/null +++ b/net-p2p/fragments/fragments-3.0.1-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson rust xdg + +UPLOADHASH="4a5dcb11cec0b0438ad575db08aa755c" +DESCRIPTION="Fragments is an easy to use BitTorrent client" +HOMEPAGE="https://gitlab.gnome.org/World/Fragments" +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${UPLOADHASH}/${P}.tar.xz" +BUILD_DIR="${S}/build" + +LICENSE="GPL-3+" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 +" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-libs/glib-2.76.0:2 + >=dev-libs/openssl-1.0.0:= + >=gui-libs/gtk-4.12.0:4[wayland] + >=gui-libs/libadwaita-1.5.0:1 + net-p2p/transmission + sys-apps/dbus + sys-libs/zlib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/pango +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/gettext +" + +# Rust package +QA_FLAGS_IGNORED="usr/bin/${PN}" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}
WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/fragments/ Date: Sat, 11 Jan 2025 23:38:11 +0000 (UTC) [thread overview] Message-ID: <1736633972.56b796ea13946ffbf262c4df9508b84463ae4b17.julien@gentoo> (raw) Message-ID: <20250111233811.buy3wNTjnaqaZN6LeSlvAD3mo7DR6hKHkb_kVvR0Ork@z> (raw) commit: 56b796ea13946ffbf262c4df9508b84463ae4b17 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Jan 11 21:39:05 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Jan 11 22:19:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56b796ea net-p2p/fragments: add missing RDEPEND Closes: https://bugs.gentoo.org/945528 Signed-off-by: Julien Roy <julien <AT> jroy.ca> net-p2p/fragments/fragments-3.0.1-r2.ebuild | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/net-p2p/fragments/fragments-3.0.1-r2.ebuild b/net-p2p/fragments/fragments-3.0.1-r2.ebuild new file mode 100644 index 000000000..383beea07 --- /dev/null +++ b/net-p2p/fragments/fragments-3.0.1-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson rust xdg + +UPLOADHASH="4a5dcb11cec0b0438ad575db08aa755c" +DESCRIPTION="Fragments is an easy to use BitTorrent client" +HOMEPAGE="https://gitlab.gnome.org/World/Fragments" +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${UPLOADHASH}/${P}.tar.xz" +BUILD_DIR="${S}/build" + +LICENSE="GPL-3+" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 +" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-libs/glib-2.76.0:2 + >=dev-libs/openssl-1.0.0:= + >=gui-libs/gtk-4.12.0:4[wayland] + >=gui-libs/libadwaita-1.5.0:1 + net-p2p/transmission + sys-apps/dbus + sys-libs/zlib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/pango +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/gettext +" + +# Rust package +QA_FLAGS_IGNORED="usr/bin/${PN}" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}
next reply other threads:[~2025-01-11 22:19 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-01-11 22:19 Julien Roy [this message] 2025-01-11 23:38 ` [gentoo-commits] repo/proj/guru:master commit in: net-p2p/fragments/ Julien Roy -- strict thread matches above, loose matches on Subject: below -- 2024-11-22 23:11 [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-11-11 15:06 Takuya Wakazono 2024-06-07 23:48 [gentoo-commits] repo/proj/guru:master " Julien Roy 2024-06-07 23:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-06-07 23:32 Julien Roy 2024-06-07 23:29 Julien Roy 2024-05-14 19:07 Julien Roy 2023-05-29 13:09 Julien Roy 2023-03-31 18:48 Anna Vyalkova 2023-03-31 1:41 Julien Roy 2023-03-31 1:41 Julien Roy
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=1736633972.56b796ea13946ffbf262c4df9508b84463ae4b17.julien@gentoo \ --to=julien@jroy.ca \ --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