diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-11 01:39:53 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-11 01:39:53 +0000 |
commit | 9c6ca408a9efa00d8aec7627a200993281857c93 (patch) | |
tree | 9fcd8395861f8057b9b5077cd1af28e93f12376f /x11-themes | |
parent | EAPI bump. (diff) | |
download | gentoo-2-9c6ca408a9efa00d8aec7627a200993281857c93.tar.gz gentoo-2-9c6ca408a9efa00d8aec7627a200993281857c93.tar.bz2 gentoo-2-9c6ca408a9efa00d8aec7627a200993281857c93.zip |
New ebuild for x11-themes/mate-backgrounds, a set of backgrounds packaged with the MATE desktop; imported from the mate-overlay, reviewed and adjusted.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild | 24 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/metadata.xml | 8 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/ChangeLog b/x11-themes/mate-backgrounds/ChangeLog new file mode 100644 index 000000000000..4310a4ad1d1e --- /dev/null +++ b/x11-themes/mate-backgrounds/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-themes/mate-backgrounds +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog,v 1.1 2014/03/11 01:39:53 tomwij Exp $ + +*mate-backgrounds-1.6.1 (11 Mar 2014) + + 11 Mar 2014; Tom Wijsman <TomWij@gentoo.org> +mate-backgrounds-1.6.1.ebuild, + +metadata.xml: + New ebuild for x11-themes/mate-backgrounds, a set of backgrounds packaged with + the MATE desktop; imported from the mate-overlay, reviewed and adjusted. diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild new file mode 100644 index 000000000000..fc306a2f55e1 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild,v 1.1 2014/03/11 01:39:53 tomwij Exp $ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="A set of backgrounds packaged with the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=dev-util/intltool-0.35:* + sys-devel/gettext:*" + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/x11-themes/mate-backgrounds/metadata.xml b/x11-themes/mate-backgrounds/metadata.xml new file mode 100644 index 000000000000..dca1781cb290 --- /dev/null +++ b/x11-themes/mate-backgrounds/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>TomWij@gentoo.org</email> + <name>Tom Wijsman</name> + </maintainer> +</pkgmetadata> |