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.60) (envelope-from ) id 1QR8Ft-0005J8-TK for garchives@archives.gentoo.org; Mon, 30 May 2011 19:36:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 650E81C084; Mon, 30 May 2011 19:35:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C2001C084 for ; Mon, 30 May 2011 19:35:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79CE31B4006 for ; Mon, 30 May 2011 19:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E0C2780508 for ; Mon, 30 May 2011 19:35:52 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdeartwork-weatherwallpapers/, kde-base/kdeartwork-meta/, ... X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.6.80.ebuild kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-4.6.80.ebuild kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.6.80.ebuild kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.6.80.ebuild kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.6.80.ebuild kde-base/kdeartwork-meta/kdeartwork-meta-4.6.80.ebuild kde-base/kdeartwork-sounds/kdeartwork-sounds-4.6.80.ebuild kde-base/kdeartwork-styles/kdeartwork-styles-4.6.80.ebuild kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.6.80.ebuild kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.6.80.ebuild X-VCS-Directories: kde-base/kdeartwork-weatherwallpapers/ kde-base/kdeartwork-meta/ kde-base/kdeartwork-styles/ kde-base/kdeartwork-desktopthemes/ kde-base/kdeartwork-kscreensaver/ kde-base/kdeartwork-sounds/ kde-base/kdeartwork-colorschemes/ kde-base/kdeartwork-iconthemes/ kde-base/kdeartwork-emoticons/ kde-base/kdeartwork-wallpapers/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: cbd4002e306b1597c988621eb961f60f1723cafa Date: Mon, 30 May 2011 19:35:52 +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: X-Archives-Hash: 441a3043d959e4150324c5ba25ec4f95 commit: cbd4002e306b1597c988621eb961f60f1723cafa Author: Alexey Shvetsov gentoo org> AuthorDate: Mon May 30 19:35:04 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon May 30 19:35:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dcbd4002e [kde-base] Add kdeartwork --- .../kdeartwork-colorschemes-4.6.80.ebuild | 16 +++++++ .../kdeartwork-desktopthemes-4.6.80.ebuild | 13 ++++++ .../kdeartwork-emoticons-4.6.80.ebuild | 15 +++++++ .../kdeartwork-iconthemes-4.6.80.ebuild | 21 ++++++++++ .../kdeartwork-kscreensaver-4.6.80.ebuild | 42 ++++++++++++++= ++++++ .../kdeartwork-meta/kdeartwork-meta-4.6.80.ebuild | 2 +- .../kdeartwork-sounds-4.6.80.ebuild | 15 +++++++ .../kdeartwork-styles-4.6.80.ebuild | 25 ++++++++++++ .../kdeartwork-wallpapers-4.6.80.ebuild | 23 +++++++++++ .../kdeartwork-weatherwallpapers-4.6.80.ebuild | 17 ++++++++ 10 files changed, 188 insertions(+), 1 deletions(-) diff --git a/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.6= .80.ebuild b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.6= .80.ebuild new file mode 100644 index 0000000..dcda002 --- /dev/null +++ b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.6.80.ebu= ild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMNAME=3D"kdeartwork" +KMMODULE=3D"ColorSchemes" +inherit kde4-meta + +DESCRIPTION=3D"KDE extra colorschemes" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" + +# Moved here in 4.7 +add_blocker kdeaccessibility-colorschemes diff --git a/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-4= .6.80.ebuild b/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes= -4.6.80.ebuild new file mode 100644 index 0000000..82b1abb --- /dev/null +++ b/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-4.6.80.e= build @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMMODULE=3D"desktopthemes" +KMNAME=3D"kdeartwork" +inherit kde4-meta + +DESCRIPTION=3D"Additional KDE4 Plasma themes" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" diff --git a/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.6.80.eb= uild b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.6.80.ebuild new file mode 100644 index 0000000..2e532a3 --- /dev/null +++ b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.6.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +RESTRICT=3D"binchecks strip" + +KMMODULE=3D"emoticons" +KMNAME=3D"kdeartwork" +inherit kde4-meta + +DESCRIPTION=3D"EmotIcons (icons for things like smilies :-) for kde" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" diff --git a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.6.80.= ebuild b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.6.80.ebui= ld new file mode 100644 index 0000000..1893ff7 --- /dev/null +++ b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.6.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMNAME=3D"kdeartwork" +KMMODULE=3D"IconThemes" +inherit kde4-meta + +DESCRIPTION=3D"Icon themes for kde" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" + +# Provides nuvola icon theme +RDEPEND=3D" + !kdeprefix? ( !x11-themes/nuvola ) +" + +# Moved here in 4.7 +add_blocker kdeaccessibility-iconthemes diff --git a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.6= .80.ebuild b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.6= .80.ebuild new file mode 100644 index 0000000..9c150fd --- /dev/null +++ b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.6.80.ebu= ild @@ -0,0 +1,42 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMMODULE=3D"kscreensaver" +KMNAME=3D"kdeartwork" +OPENGL_REQUIRED=3D"optional" +inherit kde4-meta + +DESCRIPTION=3D"Extra screensavers for kde" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug +eigen +kexiv2 opengl xscreensaver" + +# libkworkspace - only as a stub to provide KDE4Workspace config +RDEPEND=3D" + $(add_kdebase_dep kscreensaver 'opengl?') + $(add_kdebase_dep libkworkspace) + media-libs/libart_lgpl + opengl? ( virtual/opengl ) + xscreensaver? ( x11-misc/xscreensaver ) +" +DEPEND=3D"${RDEPEND} + eigen? ( dev-cpp/eigen:2 ) + kexiv2? ( $(add_kdebase_dep libkexiv2) ) +" + +PATCHES=3D( "${FILESDIR}/${PN}-xscreensaver.patch" + "${FILESDIR}/${PN}-4.5.95-webcollage.patch" ) + +src_configure() { + mycmakeargs=3D( + -DKSCREENSAVER_SOUND_SUPPORT=3DON + $(cmake-utils_use_with eigen Eigen2) + $(cmake-utils_use_with kexiv2 Kexiv2) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xscreensaver) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kdeartwork-meta/kdeartwork-meta-4.6.80.ebuild b/kde= -base/kdeartwork-meta/kdeartwork-meta-4.6.80.ebuild index fabaea6..af9c17e 100644 --- a/kde-base/kdeartwork-meta/kdeartwork-meta-4.6.80.ebuild +++ b/kde-base/kdeartwork-meta/kdeartwork-meta-4.6.80.ebuild @@ -6,7 +6,7 @@ EAPI=3D4 inherit kde4-meta-pkg =20 DESCRIPTION=3D"kdeartwork - merge this to pull in all kdeartwork-derived= packages" -KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=3D"" =20 RDEPEND=3D" diff --git a/kde-base/kdeartwork-sounds/kdeartwork-sounds-4.6.80.ebuild b= /kde-base/kdeartwork-sounds/kdeartwork-sounds-4.6.80.ebuild new file mode 100644 index 0000000..319dd87 --- /dev/null +++ b/kde-base/kdeartwork-sounds/kdeartwork-sounds-4.6.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +RESTRICT=3D"binchecks strip" + +KMMODULE=3D"sounds" +KMNAME=3D"kdeartwork" +inherit kde4-meta + +DESCRIPTION=3D"Extra sound themes for kde" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" diff --git a/kde-base/kdeartwork-styles/kdeartwork-styles-4.6.80.ebuild b= /kde-base/kdeartwork-styles/kdeartwork-styles-4.6.80.ebuild new file mode 100644 index 0000000..68ce666 --- /dev/null +++ b/kde-base/kdeartwork-styles/kdeartwork-styles-4.6.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMMODULE=3D"styles" +KMNAME=3D"kdeartwork" +inherit kde4-meta + +DESCRIPTION=3D"Extra KWin styles and window decorations" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug" + +add_blocker kwin '<4.5.67' + +DEPEND=3D" + $(add_kdebase_dep kwin) +" +RDEPEND=3D"${DEPEND}" + +KMEXTRA=3D" + aurorae/ + kwin-styles/ +" diff --git a/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.6.80.= ebuild b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.6.80.ebui= ld new file mode 100644 index 0000000..447ff9a --- /dev/null +++ b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.6.80.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +RESTRICT=3D"binchecks strip" + +KMMODULE=3D"wallpapers" +KMNAME=3D"kdeartwork" +inherit kde4-meta + +DESCRIPTION=3D"Wallpapers from kde" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" + +# Please bump this as needed (probably at least for every minor version) +add_blocker kdebase-wallpapers '<4.6.0' +add_blocker kdeartwork-weatherwallpapers '<4.6.0' + +KMEXTRA=3D" + HighResolutionWallpapers/ +" diff --git a/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwall= papers-4.6.80.ebuild b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-w= eatherwallpapers-4.6.80.ebuild new file mode 100644 index 0000000..946037d --- /dev/null +++ b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-= 4.6.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KMNAME=3D"kdeartwork" +KMMODULE=3D"WeatherWallpapers" +inherit kde4-meta + +DESCRIPTION=3D"Weather aware wallpapers. Changes with weather outside." +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" + +RDEPEND=3D" + $(add_kdebase_dep kdeartwork-wallpapers) +"