From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/
Date: Mon, 31 Jan 2022 03:18:53 +0000 (UTC) [thread overview]
Message-ID: <1643599128.a8bcf7b3e7441cb5658164ffb9dbc608d315dbf8.zmedico@gentoo> (raw)
commit: a8bcf7b3e7441cb5658164ffb9dbc608d315dbf8
Author: Michel Ganguin <ganguin <AT> gmail <DOT> com>
AuthorDate: Mon Jan 31 03:09:04 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 03:18:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bcf7b3
sys-apps/flatpak: add X USE flag
Closes: https://bugs.gentoo.org/832071
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
sys-apps/flatpak/flatpak-1.12.3.ebuild | 10 ++++++----
sys-apps/flatpak/flatpak-1.12.4.ebuild | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/sys-apps/flatpak/flatpak-1.12.3.ebuild b/sys-apps/flatpak/flatpak-1.12.3.ebuild
index d7ffb56ac3bc..c7dd25ec5686 100644
--- a/sys-apps/flatpak/flatpak-1.12.3.ebuild
+++ b/sys-apps/flatpak/flatpak-1.12.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://flatpak.org/"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="doc gtk kde introspection policykit seccomp systemd"
+IUSE="doc gtk kde introspection policykit seccomp systemd X"
RESTRICT+=" test"
RDEPEND="
@@ -38,9 +38,11 @@ RDEPEND="
sys-apps/dbus
>=sys-fs/fuse-2.9.9:0=
sys-apps/xdg-dbus-proxy
- x11-apps/xauth
+ X? (
+ x11-apps/xauth
+ x11-libs/libXau:=
+ )
x11-libs/gdk-pixbuf:2=
- x11-libs/libXau:=
policykit? ( >=sys-auth/polkit-0.98:= )
seccomp? ( sys-libs/libseccomp:= )
systemd? ( sys-apps/systemd:= )
@@ -86,10 +88,10 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--enable-sandboxed-triggers
- --enable-xauth
--localstatedir="${EPREFIX}"/var
--with-system-bubblewrap
--with-system-dbus-proxy
+ $(use_enable X xauth)
$(use_enable doc documentation)
$(use_enable doc gtk-doc)
$(use_enable introspection)
diff --git a/sys-apps/flatpak/flatpak-1.12.4.ebuild b/sys-apps/flatpak/flatpak-1.12.4.ebuild
index fcab58d20289..1d0d55b00eda 100644
--- a/sys-apps/flatpak/flatpak-1.12.4.ebuild
+++ b/sys-apps/flatpak/flatpak-1.12.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://flatpak.org/"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="doc gtk kde introspection policykit seccomp systemd"
+IUSE="doc gtk kde introspection policykit seccomp systemd X"
RESTRICT+=" test"
RDEPEND="
@@ -38,9 +38,11 @@ RDEPEND="
sys-apps/dbus
>=sys-fs/fuse-2.9.9:0=
sys-apps/xdg-dbus-proxy
- x11-apps/xauth
+ X? (
+ x11-apps/xauth
+ x11-libs/libXau:=
+ )
x11-libs/gdk-pixbuf:2=
- x11-libs/libXau:=
policykit? ( >=sys-auth/polkit-0.98:= )
seccomp? ( sys-libs/libseccomp:= )
systemd? ( sys-apps/systemd:= )
@@ -86,10 +88,10 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--enable-sandboxed-triggers
- --enable-xauth
--localstatedir="${EPREFIX}"/var
--with-system-bubblewrap
--with-system-dbus-proxy
+ $(use_enable X xauth)
$(use_enable doc documentation)
$(use_enable doc gtk-doc)
$(use_enable introspection)
next reply other threads:[~2022-01-31 3:18 UTC|newest]
Thread overview: 93+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-31 3:18 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 20:05 [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/ Zac Medico
2024-10-24 12:03 Arthur Zamarin
2024-10-24 11:29 Arthur Zamarin
2024-10-24 10:20 Arthur Zamarin
2024-08-17 19:09 Arthur Zamarin
2024-05-28 0:30 Zac Medico
2024-05-28 0:30 Zac Medico
2024-05-03 19:17 Maciej Mrozowski
2024-04-21 7:48 Zac Medico
2024-01-08 12:28 Sam James
2023-12-23 4:45 Zac Medico
2023-05-20 6:57 Sam James
2023-05-10 0:29 Sam James
2023-05-10 0:29 Sam James
2023-04-21 7:53 Sam James
2023-04-21 7:53 Sam James
2023-04-20 5:01 Sam James
2023-04-20 5:01 Sam James
2023-04-20 4:02 Sam James
2023-04-20 4:02 Sam James
2023-03-17 0:15 Zac Medico
2023-03-17 0:15 Zac Medico
2023-03-03 18:05 Arthur Zamarin
2023-03-03 17:46 Arthur Zamarin
2023-03-02 16:48 Arthur Zamarin
2022-12-09 2:05 Zac Medico
2022-12-09 2:05 Zac Medico
2022-11-21 20:55 Zac Medico
2022-11-17 1:22 Zac Medico
2022-11-11 22:36 Sam James
2022-10-31 2:43 WANG Xuerui
2022-10-15 23:38 Zac Medico
2022-10-12 0:43 Zac Medico
2022-10-12 0:43 Zac Medico
2022-08-26 23:44 Zac Medico
2022-06-18 0:07 Zac Medico
2022-05-17 3:37 Zac Medico
2022-05-15 18:01 Zac Medico
2022-05-15 17:54 Zac Medico
2022-03-15 0:59 Zac Medico
2022-03-15 0:59 Zac Medico
2022-03-15 0:59 Zac Medico
2022-03-05 2:14 Zac Medico
2022-02-26 19:59 Zac Medico
2022-02-12 20:15 Zac Medico
2022-01-24 3:30 Zac Medico
2022-01-21 12:42 Sam James
2022-01-20 12:12 Arthur Zamarin
2022-01-20 8:55 Jakov Smolić
2022-01-19 7:44 Agostino Sarubbo
2022-01-16 17:26 Jakov Smolić
2022-01-16 17:26 Jakov Smolić
2022-01-13 4:23 Zac Medico
2022-01-13 4:23 Zac Medico
2021-11-24 1:50 Zac Medico
2021-11-24 1:25 Zac Medico
2021-11-11 23:35 Zac Medico
2021-10-12 19:50 Zac Medico
2021-10-11 0:51 Zac Medico
2021-10-10 23:16 Sam James
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-10-10 4:31 Zac Medico
2021-10-10 3:52 Zac Medico
2021-10-10 3:52 Zac Medico
2021-10-10 3:52 Zac Medico
2021-09-19 18:03 Zac Medico
2021-09-19 18:03 Zac Medico
2021-09-16 12:32 Marek Szuba
2021-06-09 6:25 Agostino Sarubbo
2021-06-07 23:10 Sam James
2021-06-07 14:15 Agostino Sarubbo
2021-06-06 17:22 Zac Medico
2021-03-11 7:23 Zac Medico
2021-03-11 7:11 Zac Medico
2021-01-21 7:40 Agostino Sarubbo
2021-01-18 1:14 Zac Medico
2021-01-18 0:47 Sam James
2021-01-16 21:12 Sam James
2021-01-16 20:53 Zac Medico
2021-01-16 4:44 Zac Medico
2021-01-16 4:44 Zac Medico
2021-01-07 17:34 Sam James
2021-01-07 10:07 Sam James
2020-11-27 21:09 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 19:28 Zac Medico
2020-10-18 7:49 Zac Medico
2020-10-18 6:38 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=1643599128.a8bcf7b3e7441cb5658164ffb9dbc608d315dbf8.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