commit: 5dc4b0221b538b169d482204c045fad6d1612c67 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Jul 9 15:52:33 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 15:52:33 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5dc4b022
[kde-base/plasma-workspace-wallpapers] New package. Package-Manager: portage-2.2.10 --- kde-base/plasma-workspace-wallpapers/metadata.xml | 5 +++++ .../plasma-workspace-wallpapers-4.98.0.ebuild | 16 ++++++++++++++++ .../plasma-workspace-wallpapers-9999.ebuild | 16 ++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/kde-base/plasma-workspace-wallpapers/metadata.xml b/kde-base/plasma-workspace-wallpapers/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-base/plasma-workspace-wallpapers/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> diff --git a/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.ebuild b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.ebuild new file mode 100644 index 0000000..5bdd667 --- /dev/null +++ b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +KDE_SCM="svn" +inherit kde5 + +DESCRIPTION="Additional wallpapers for the Plasma workspace" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-libs/extra-cmake-modules" diff --git a/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild new file mode 100644 index 0000000..97fc946 --- /dev/null +++ b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +KDE_SCM="svn" +inherit kde5 + +DESCRIPTION="Additional wallpapers for the Plasma workspace" +KEYWORDS="" +IUSE="" + +DEPEND="dev-libs/extra-cmake-modules"
