From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SnGaa-0002B4-0p for garchives@archives.gentoo.org; Fri, 06 Jul 2012 22:01:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7644BE0512; Fri, 6 Jul 2012 22:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3DCC1E0512 for ; Fri, 6 Jul 2012 22:01:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 830271B4013 for ; Fri, 6 Jul 2012 22:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D56FE5436 for ; Fri, 6 Jul 2012 22:01:14 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1341611944.b6cb9acab5d3a2cd37950977ea4e0dee17a6dd22.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/bespin/ X-VCS-Repository: proj/kde X-VCS-Files: x11-themes/bespin/bespin-9999.ebuild x11-themes/bespin/metadata.xml X-VCS-Directories: x11-themes/bespin/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: b6cb9acab5d3a2cd37950977ea4e0dee17a6dd22 X-VCS-Branch: master Date: Fri, 6 Jul 2012 22:01:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e2141588-41bc-46ad-8ede-569db161e015 X-Archives-Hash: 7840e2129358cf44636a4a0c198ae69c commit: b6cb9acab5d3a2cd37950977ea4e0dee17a6dd22 Author: Chris Reffett gmail com> AuthorDate: Fri Jul 6 21:57:31 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Fri Jul 6 21:59:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Db6cb9aca [x11-themes/bespin] Changed description, added windeco, kde and plasma US= Es, and made KDE optional (since package does not require it). Credit to = Franz Fellner (alpine.art.de googlemail.com) (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest comm= it) --- x11-themes/bespin/bespin-9999.ebuild | 24 ++++++++++++++++++------ x11-themes/bespin/metadata.xml | 3 +++ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/x11-themes/bespin/bespin-9999.ebuild b/x11-themes/bespin/bes= pin-9999.ebuild index b9701a7..2931d2a 100644 --- a/x11-themes/bespin/bespin-9999.ebuild +++ b/x11-themes/bespin/bespin-9999.ebuild @@ -3,23 +3,35 @@ # $Header: $ =20 EAPI=3D4 - +KDE_REQUIRED=3D"optional" inherit kde4-base =20 -DESCRIPTION=3D"A KDE4 follow-up to Baghira KDE Theme Engine, which resem= bles Mac OS X" +DESCRIPTION=3D"Very configurable Qt4/KDE4 style derived from the Oxygen = project." HOMEPAGE=3D"http://cloudcity.sourceforge.net/" ESVN_REPO_URI=3D"https://cloudcity.svn.sourceforge.net/svnroot/cloudcity= " =20 LICENSE=3D"GPL-2" KEYWORDS=3D"" SLOT=3D"4" -IUSE=3D"debug" +IUSE=3D"debug kde plasma windeco" + +REQUIRED_USE=3D" + windeco? ( kde ) + plasma? ( kde ) +" + +DEPEND=3D" + x11-libs/qt-core + x11-libs/qt-gui + windeco? ( $(add_kdebase_dep kwin) ) + plasma? ( $(add_kdebase_dep kdelibs) x11-libs/qt-gui[dbus] ) +" =20 src_configure() { - # these two are no-deps options - # no need to have them useflaged mycmakeargs=3D( - -DENABLE_XBAR=3DON + $(cmake-utils_use_enable kde KDE) + $(cmake-utils_use_enable windeco KWIN) + $(cmake-utils_use_enable plasma XBAR) -DENABLE_ARGB=3DON ) =20 diff --git a/x11-themes/bespin/metadata.xml b/x11-themes/bespin/metadata.= xml index 8d1e86a..d545f0b 100644 --- a/x11-themes/bespin/metadata.xml +++ b/x11-themes/bespin/metadata.xml @@ -2,4 +2,7 @@ kde + + Enable window decoration for KWin. +