From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/flatpak-builder/
Date: Thu, 25 Sep 2025 01:36:35 +0000 (UTC) [thread overview]
Message-ID: <1758764168.12edc128c8b560019522dcb953c69425beeeed0d.zmedico@gentoo> (raw)
commit: 12edc128c8b560019522dcb953c69425beeeed0d
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Wed Sep 24 17:16:24 2025 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 01:36:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12edc128
dev-util/flatpak-builder: bump 1.4.6
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
Closes: https://github.com/gentoo/gentoo/pull/43926
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-util/flatpak-builder/Manifest | 1 +
.../flatpak-builder/flatpak-builder-1.4.6.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-util/flatpak-builder/Manifest b/dev-util/flatpak-builder/Manifest
index df9045c8cc33..dbd798759b3b 100644
--- a/dev-util/flatpak-builder/Manifest
+++ b/dev-util/flatpak-builder/Manifest
@@ -1 +1,2 @@
DIST flatpak-builder-1.4.4.tar.xz 530300 BLAKE2B ffc956cb60ddc085c478a3da78a2d0eb5f13e7add9d4246a316cb37a405a02e21e547ee3dd13a78a0cd1d90789ef6c0eeefdc7c2735c6c7147451997a2f38c70 SHA512 7ccc6c9cf464f1637063d2f7ca32464c81c148b50f5479a49c80fc364781ba82ab2e57135e4902f9e00dad25ac70000658c20c7e8c0a10a519eb1d3a86dad35a
+DIST flatpak-builder-1.4.6.tar.xz 621076 BLAKE2B 065bc01bd1fec181454d32de8280f55990c3a5a4f160c4af25722aca4d1942f38fce84f419c558e9c61a386f43ff7b8ea90058c8fb9ddafb7966b2f486e0b04e SHA512 be065fc5ccd7b6669cc852b5687d725d7b5aba40a492522c8ce4e9498310048d24cfa3f3e8ee5e24d990e73eb915becaa0cd181ced78508623d7696ea737f7a8
diff --git a/dev-util/flatpak-builder/flatpak-builder-1.4.6.ebuild b/dev-util/flatpak-builder/flatpak-builder-1.4.6.ebuild
new file mode 100644
index 000000000000..63c98370e206
--- /dev/null
+++ b/dev-util/flatpak-builder/flatpak-builder-1.4.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
+DESCRIPTION="Tool to build flatpaks from source"
+HOMEPAGE="http://flatpak.org/"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc +yaml"
+
+RDEPEND="
+ >=sys-apps/flatpak-0.99.1
+ >=dev-util/ostree-2019.5:=
+ >=dev-libs/elfutils-0.8.12:=
+ >=dev-libs/glib-2.44:2=
+ >=dev-libs/libxml2-2.4:=
+ dev-libs/json-glib:=
+ net-misc/curl:=
+ yaml? ( dev-libs/libyaml:= )
+ dev-libs/appstream[compose(-)]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=sys-devel/gettext-0.18.2
+ virtual/pkgconfig
+ doc? (
+ app-text/xmlto
+ dev-libs/libxslt
+ )
+"
+
+PATCHES=("${FILESDIR}/flatpak-builder-1.2.2-musl.patch")
+
+src_configure() {
+ econf \
+ $(use_enable doc documentation) \
+ $(use_enable doc docbook-docs) \
+ $(use_with yaml)
+}
next reply other threads:[~2025-09-25 1:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 1:36 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 1:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/flatpak-builder/ Zac Medico
2025-09-30 1:19 Zac Medico
2025-09-26 0:35 Zac Medico
2025-09-26 0:35 Zac Medico
2025-09-25 1:36 Zac Medico
2025-01-19 23:55 Zac Medico
2025-01-19 23:40 Zac Medico
2023-05-26 4:24 Zac Medico
2023-05-26 4:24 Zac Medico
2023-02-04 5:07 Zac Medico
2022-11-17 1:22 Zac Medico
2022-11-17 1:22 Zac Medico
2022-04-07 1:35 Zac Medico
2020-11-13 0:32 Thomas Deutschmann
2020-10-29 18:24 Georgy Yakovlev
2020-10-28 16:23 Sam James
2020-10-20 8:18 Sam James
2020-10-18 7:39 Zac Medico
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=1758764168.12edc128c8b560019522dcb953c69425beeeed0d.zmedico@gentoo \
--to=zmedico@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