diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-02-28 13:15:03 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-02-28 13:15:03 +0000 |
commit | 762f9eb56db22af5ee12cea6af1f701331d48800 (patch) | |
tree | 019f15987c4b76a4b797ae6bc587cd0947dfd6d3 /mate-base | |
parent | Mask app-text/mate-doc-utils and mate-base/libmatekbd for MATE introduction. (diff) | |
download | gentoo-2-762f9eb56db22af5ee12cea6af1f701331d48800.tar.gz gentoo-2-762f9eb56db22af5ee12cea6af1f701331d48800.tar.bz2 gentoo-2-762f9eb56db22af5ee12cea6af1f701331d48800.zip |
New ebuild for mate-base/libmatekbd, MATE keyboard configuration library; imported from the mate-overlay, reviewed and adjusted.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/libmatekbd/ChangeLog | 10 | ||||
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.6.2.ebuild | 46 | ||||
-rw-r--r-- | mate-base/libmatekbd/metadata.xml | 8 |
3 files changed, 64 insertions, 0 deletions
diff --git a/mate-base/libmatekbd/ChangeLog b/mate-base/libmatekbd/ChangeLog new file mode 100644 index 000000000000..8b9ab3927cf6 --- /dev/null +++ b/mate-base/libmatekbd/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mate-base/libmatekbd +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mate-base/libmatekbd/ChangeLog,v 1.1 2014/02/28 13:15:03 tomwij Exp $ + +*libmatekbd-1.6.2 (28 Feb 2014) + + 28 Feb 2014; Tom Wijsman <TomWij@gentoo.org> +libmatekbd-1.6.2.ebuild, + +metadata.xml: + New ebuild for mate-base/libmatekbd, MATE keyboard configuration library; + imported from the mate-overlay, reviewed and adjusted. diff --git a/mate-base/libmatekbd/libmatekbd-1.6.2.ebuild b/mate-base/libmatekbd/libmatekbd-1.6.2.ebuild new file mode 100644 index 000000000000..87ae22f3961f --- /dev/null +++ b/mate-base/libmatekbd/libmatekbd-1.6.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mate-base/libmatekbd/libmatekbd-1.6.2.ebuild,v 1.1 2014/02/28 13:15:03 tomwij Exp $ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +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="MATE keyboard configuration library" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="X test" + +RDEPEND=">=dev-libs/glib-2.18:2 + sys-libs/glibc:2.2 + x11-libs/cairo:0 + >=x11-libs/gdk-pixbuf-2.18:2 + >=x11-libs/gtk+-2.18:2 + x11-libs/libX11:0 + >=x11-libs/libxklavier-5.0:0 + x11-libs/pango:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + sys-devel/gettext:0 + >=dev-util/intltool-0.35:0 + virtual/pkgconfig:0" + +src_configure() { + gnome2_src_configure \ + --with-gtk=2.0 \ + $(use_enable test tests) \ + $(use_with X x) +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-base/libmatekbd/metadata.xml b/mate-base/libmatekbd/metadata.xml new file mode 100644 index 000000000000..dca1781cb290 --- /dev/null +++ b/mate-base/libmatekbd/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> |