public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdeartwork-weatherwallpapers/, kde-base/kdeartwork-meta/, ...
Date: Mon, 30 May 2011 19:35:52 +0000 (UTC)	[thread overview]
Message-ID: <cbd4002e306b1597c988621eb961f60f1723cafa.alexxy@gentoo> (raw)

commit:     cbd4002e306b1597c988621eb961f60f1723cafa
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 19:35:04 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon May 30 19:35:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cbd4002e

[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.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KMNAME="kdeartwork"
+KMMODULE="ColorSchemes"
+inherit kde4-meta
+
+DESCRIPTION="KDE extra colorschemes"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# 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.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KMMODULE="desktopthemes"
+KMNAME="kdeartwork"
+inherit kde4-meta
+
+DESCRIPTION="Additional KDE4 Plasma themes"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""

diff --git a/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.6.80.ebuild 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=4
+
+RESTRICT="binchecks strip"
+
+KMMODULE="emoticons"
+KMNAME="kdeartwork"
+inherit kde4-meta
+
+DESCRIPTION="EmotIcons (icons for things like smilies :-) for kde"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""

diff --git a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.6.80.ebuild b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.6.80.ebuild
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=4
+
+KMNAME="kdeartwork"
+KMMODULE="IconThemes"
+inherit kde4-meta
+
+DESCRIPTION="Icon themes for kde"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# Provides nuvola icon theme
+RDEPEND="
+	!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.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KMMODULE="kscreensaver"
+KMNAME="kdeartwork"
+OPENGL_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="Extra screensavers for kde"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +eigen +kexiv2 opengl xscreensaver"
+
+# libkworkspace - only as a stub to provide KDE4Workspace config
+RDEPEND="
+	$(add_kdebase_dep kscreensaver 'opengl?')
+	$(add_kdebase_dep libkworkspace)
+	media-libs/libart_lgpl
+	opengl? ( virtual/opengl )
+	xscreensaver? ( x11-misc/xscreensaver )
+"
+DEPEND="${RDEPEND}
+	eigen? ( dev-cpp/eigen:2 )
+	kexiv2? ( $(add_kdebase_dep libkexiv2) )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-xscreensaver.patch"
+	"${FILESDIR}/${PN}-4.5.95-webcollage.patch" )
+
+src_configure() {
+	mycmakeargs=(
+		-DKSCREENSAVER_SOUND_SUPPORT=ON
+		$(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=4
 inherit kde4-meta-pkg
 
 DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="

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=4
+
+RESTRICT="binchecks strip"
+
+KMMODULE="sounds"
+KMNAME="kdeartwork"
+inherit kde4-meta
+
+DESCRIPTION="Extra sound themes for kde"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""

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=4
+
+KMMODULE="styles"
+KMNAME="kdeartwork"
+inherit kde4-meta
+
+DESCRIPTION="Extra KWin styles and window decorations"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+add_blocker kwin '<4.5.67'
+
+DEPEND="
+		$(add_kdebase_dep kwin)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRA="
+	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.ebuild
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=4
+
+RESTRICT="binchecks strip"
+
+KMMODULE="wallpapers"
+KMNAME="kdeartwork"
+inherit kde4-meta
+
+DESCRIPTION="Wallpapers from kde"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# 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="
+	HighResolutionWallpapers/
+"

diff --git a/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.6.80.ebuild b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-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=4
+
+KMNAME="kdeartwork"
+KMMODULE="WeatherWallpapers"
+inherit kde4-meta
+
+DESCRIPTION="Weather aware wallpapers. Changes with weather outside."
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+	$(add_kdebase_dep kdeartwork-wallpapers)
+"



                 reply	other threads:[~2011-05-30 19:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cbd4002e306b1597c988621eb961f60f1723cafa.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox