From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A82001381F1 for ; Sun, 5 Jun 2016 08:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6309254021; Sun, 5 Jun 2016 08:57:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A551254021 for ; Sun, 5 Jun 2016 08:57:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1805D340948 for ; Sun, 5 Jun 2016 08:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 111D1970 for ; Sun, 5 Jun 2016 08:57:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1465115383.2bf7cce9aa019ef4ed480de21b10eb00bef13c9f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild lxde-base/lxterminal/lxterminal-0.2.0.ebuild lxde-base/lxterminal/metadata.xml X-VCS-Directories: lxde-base/lxterminal/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 2bf7cce9aa019ef4ed480de21b10eb00bef13c9f X-VCS-Branch: master Date: Sun, 5 Jun 2016 08:57: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-Archives-Salt: e0657535-2e4b-48f1-9995-2e1fd97d8bfe X-Archives-Hash: 8ac48f5db5cbf6fbbaffdf73824a39a9 commit: 2bf7cce9aa019ef4ed480de21b10eb00bef13c9f Author: Alexey Korepanov yandex ru> AuthorDate: Fri Apr 22 10:01:16 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jun 5 08:29:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf7cce9 lxde-base/lxterminal: Version bump. Add gtk3 USE flag. Closes: https://github.com/gentoo/gentoo/pull/1323 Signed-off-by: Patrice Clement gentoo.org> ...rminal-0.2.0.ebuild => lxterminal-0.2.0-r1.ebuild} | 19 ++++++++++--------- lxde-base/lxterminal/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/lxde-base/lxterminal/lxterminal-0.2.0.ebuild b/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild similarity index 64% rename from lxde-base/lxterminal/lxterminal-0.2.0.ebuild rename to lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild index 83a43a1..d2c87cc 100644 --- a/lxde-base/lxterminal/lxterminal-0.2.0.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" HOMEPAGE="http://lxde.sf.net/" @@ -11,17 +11,18 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" -IUSE="" +IUSE="gtk3" -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2 - x11-libs/vte:0" +RDEPEND="dev-libs/glib:2 + !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 ) + gtk3? ( x11-libs/gtk+:3 x11-libs/vte:2.90 )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40.0" -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS README +DOCS=( AUTHORS README ) + +src_configure() { + econf $(use_enable gtk3) } diff --git a/lxde-base/lxterminal/metadata.xml b/lxde-base/lxterminal/metadata.xml index b31e527..be43ebb 100644 --- a/lxde-base/lxterminal/metadata.xml +++ b/lxde-base/lxterminal/metadata.xml @@ -5,6 +5,9 @@ lxde@gentoo.org Gentoo LXDE Project + + Use GTK+3 instead of GTK+2 + lxde