From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C936D1382C5 for ; Sat, 16 Jan 2021 19:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DB6BE0866; Sat, 16 Jan 2021 19:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 390B9E084A for ; Sat, 16 Jan 2021 19:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEBEF340DB0 for ; Sat, 16 Jan 2021 19:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4799149D for ; Sat, 16 Jan 2021 19:03:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1610823793.15bd01769228fe8a1503625bb188a86dcfebe443.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfwm4/xfwm4-4.16.1.ebuild X-VCS-Directories: xfce-base/xfwm4/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 15bd01769228fe8a1503625bb188a86dcfebe443 X-VCS-Branch: master Date: Sat, 16 Jan 2021 19:03:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 772a4de9-f36a-40d8-ad4f-74fc644b4e70 X-Archives-Hash: 5dfc9339fd97190fcf4c9b07226930a9 commit: 15bd01769228fe8a1503625bb188a86dcfebe443 Author: David Michael gmail com> AuthorDate: Sat Jan 16 17:41:39 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 16 19:03:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bd0176 xfce-base/xfwm4: restore xcomposite USE flag Closes: https://bugs.gentoo.org/765523 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19079 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfwm4/xfwm4-4.16.1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild index 52677c1a05f..3e1e46eded7 100644 --- a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild +++ b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild @@ -12,15 +12,12 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="opengl startup-notification +xpresent" +IUSE="opengl startup-notification +xcomposite +xpresent" RDEPEND=">=dev-libs/glib-2.20 >=x11-libs/gtk+-3.22:3 x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage x11-libs/libXext - x11-libs/libXfixes x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr @@ -33,6 +30,11 @@ RDEPEND=">=dev-libs/glib-2.20 >=xfce-base/xfconf-4.13:= opengl? ( media-libs/libepoxy:=[X(+)] ) startup-notification? ( x11-libs/startup-notification ) + xcomposite? ( + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + ) xpresent? ( x11-libs/libXpresent )" # libICE/libSM: not really used anywhere but checked by configure # https://bugzilla.xfce.org/show_bug.cgi?id=11914 @@ -48,8 +50,8 @@ src_configure() { local myconf=( $(use_enable opengl epoxy) $(use_enable startup-notification) + $(use_enable xcomposite compositor) $(use_enable xpresent) - --enable-compositor --enable-randr --enable-render --enable-xi2