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 7E4A91382C5 for ; Tue, 12 Jan 2021 18:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69850E0AC6; Tue, 12 Jan 2021 18:33:42 +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 4C596E0AC6 for ; Tue, 12 Jan 2021 18:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D4E1E340C5B for ; Tue, 12 Jan 2021 18:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 790A7496 for ; Tue, 12 Jan 2021 18:33:39 +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: <1610476416.05fefac10ba726e61a5e92f250584ec5dbc169c7.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: 05fefac10ba726e61a5e92f250584ec5dbc169c7 X-VCS-Branch: master Date: Tue, 12 Jan 2021 18:33:39 +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: 9c08ac96-9111-4f84-ab41-250ba2a1e074 X-Archives-Hash: 5023a74205722edb888183c9e334234d commit: 05fefac10ba726e61a5e92f250584ec5dbc169c7 Author: David Michael gmail com> AuthorDate: Fri Jan 8 00:17:59 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 12 18:33:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fefac1 xfce-base/xfwm4: enable libXi and drop the exo dep The exo dependency appears to have been for calling exo-csource, which was replaced with xdt-csource from xfce4-dev-tools, but this is only used in maintainer mode, so just drop it. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18988 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfwm4/xfwm4-4.16.1.ebuild | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild index 0a4b9d4fdac..52677c1a05f 100644 --- a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild +++ b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild @@ -12,12 +12,16 @@ 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 +xcomposite +xpresent" +IUSE="opengl startup-notification +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 x11-libs/libXrender @@ -29,12 +33,7 @@ RDEPEND=">=dev-libs/glib-2.20 >=xfce-base/xfconf-4.13:= opengl? ( media-libs/libepoxy:=[X(+)] ) startup-notification? ( x11-libs/startup-notification ) - xpresent? ( x11-libs/libXpresent ) - 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 DEPEND="${RDEPEND} @@ -43,18 +42,18 @@ DEPEND="${RDEPEND} BDEPEND=" dev-util/intltool sys-devel/gettext - xfce-base/exo virtual/pkgconfig" src_configure() { local myconf=( $(use_enable opengl epoxy) $(use_enable startup-notification) - --enable-xsync - --enable-render - --enable-randr $(use_enable xpresent) - $(use_enable xcomposite compositor) + --enable-compositor + --enable-randr + --enable-render + --enable-xi2 + --enable-xsync ) econf "${myconf[@]}"