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 11302138334 for ; Mon, 18 Nov 2019 13:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25BC9E082D; Mon, 18 Nov 2019 13:17:37 +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 C8DD1E082D for ; Mon, 18 Nov 2019 13:17:36 +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 4E85D34CF6E for ; Mon, 18 Nov 2019 13:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA2DA889 for ; Mon, 18 Nov 2019 13:17:32 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1574083045.81b5d7628b70b63a9b5743e7ac2437d1c1a30822.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/icewm/icewm-1.6.2-r1.ebuild x11-wm/icewm/icewm-1.6.2.ebuild x11-wm/icewm/metadata.xml X-VCS-Directories: x11-wm/icewm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 81b5d7628b70b63a9b5743e7ac2437d1c1a30822 X-VCS-Branch: master Date: Mon, 18 Nov 2019 13:17:32 +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: 8e5636fb-20ab-426e-8d82-50f8a9715589 X-Archives-Hash: 2152a6ec87c54aeaff95548a658bcec9 commit: 81b5d7628b70b63a9b5743e7ac2437d1c1a30822 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 18 13:14:12 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 18 13:17:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b5d762 x11-wm/icewm: Revbump for massive dependencies overhaul Thanks-to: Yury Martynov linxon.ru> Bug: https://bugs.gentoo.org/700474 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler gentoo.org> .../{icewm-1.6.2.ebuild => icewm-1.6.2-r1.ebuild} | 33 ++++++++++++++++------ x11-wm/icewm/metadata.xml | 3 ++ 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/x11-wm/icewm/icewm-1.6.2.ebuild b/x11-wm/icewm/icewm-1.6.2-r1.ebuild similarity index 81% rename from x11-wm/icewm/icewm-1.6.2.ebuild rename to x11-wm/icewm/icewm-1.6.2-r1.ebuild index 869277de7f9..4c87bc3f612 100644 --- a/x11-wm/icewm/icewm-1.6.2.ebuild +++ b/x11-wm/icewm/icewm-1.6.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="+alsa ao bidi debug nls truetype uclibc xinerama" +IUSE="+alsa ao bidi debug +gdk-pixbuf nls truetype uclibc xinerama" # Tests broken in all versions, patches welcome, bug #323907, #389533 RESTRICT="test" @@ -22,15 +22,25 @@ REQUIRED_USE="|| ( alsa ao )" #fix for icewm preversion package names S="${WORKDIR}/${P/_}" -RDEPEND=" +# These are the core dependencies of icewm. +# Look into configure.ac and search for PKG_CHECK_MODULES([CORE] +CORE_DEPEND=" media-libs/fontconfig - x11-libs/gdk-pixbuf:2[X] + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender +" + +RDEPEND=" + ${CORE_DEPEND} x11-libs/libICE x11-libs/libSM - x11-libs/libX11 x11-libs/libXft + x11-libs/libXpm x11-libs/libXrandr - x11-libs/libXrender alsa? ( media-libs/alsa-lib media-libs/libsndfile[alsa] @@ -40,15 +50,22 @@ RDEPEND=" media-libs/libsndfile ) bidi? ( dev-libs/fribidi ) - truetype? ( x11-libs/libXext ) + gdk-pixbuf? ( + x11-libs/gdk-pixbuf:2[X] + ) + !gdk-pixbuf? ( + media-libs/libpng:0= + virtual/jpeg + ) xinerama? ( x11-libs/libXinerama ) " DEPEND=" ${RDEPEND} $(unpacker_src_uri_depends) + dev-libs/glib:2 gnome-base/librsvg x11-base/xorg-proto - truetype? ( >=media-libs/freetype-2.0.9 ) + gdk-pixbuf? ( gnome-base/librsvg:2 ) " BDEPEND=" @@ -76,7 +93,6 @@ src_configure() { fi local myconf=( - --enable-gdk-pixbuf --enable-logevents --enable-xrandr --with-cfgdir=/etc/icewm @@ -85,6 +101,7 @@ src_configure() { --with-libdir=/usr/share/icewm $(use_enable bidi fribidi) $(use_enable debug) + $(use_enable gdk-pixbuf) $(use_enable nls i18n) $(use_enable nls) $(use_enable xinerama) diff --git a/x11-wm/icewm/metadata.xml b/x11-wm/icewm/metadata.xml index 43abc08bd4b..7b0cfd7e082 100644 --- a/x11-wm/icewm/metadata.xml +++ b/x11-wm/icewm/metadata.xml @@ -5,6 +5,9 @@ polynomial-c@gentoo.org Lars Wendler + + Enable gdk-pixbuf rendering + IceWM is a window manager designed for speed, usability, and consistency. It is able to emulate the looks of Motif, OS/2, and Windows, and allows you