mate-base/mate-desktop: Import 1.10.x from Project:MATE repo
authorNP-Hardass <NP-Hardass@gentoo.org>
Tue, 9 Feb 2016 00:02:32 +0000 (19:02 -0500)
committerNP-Hardass <NP-Hardass@gentoo.org>
Tue, 9 Feb 2016 02:44:46 +0000 (21:44 -0500)
Package-Manager: portage-2.2.26

mate-base/mate-desktop/Manifest
mate-base/mate-desktop/mate-desktop-1.10.2.ebuild [new file with mode: 0644]
mate-base/mate-desktop/metadata.xml

index c374cef6700f9fc5e12fa56e56393e3ba661c7d5..b09bc0882a0eca6f830ceb2794db85337a34a8d8 100644 (file)
@@ -1 +1,2 @@
+DIST mate-desktop-1.10.2.tar.xz 9100064 SHA256 8b09bc357f8fc874cda06944fee6fa828e2e6e45730bbc07dc0bb2eeed3cbad6 SHA512 71853f3c418da826229dfaf86abd98483b0a9984d9b92cac9ec7e94f3cce5996ea6def2e69d4e20eb56bf12fe99131e886ab576d269c492a4d92f18c77a7eccd WHIRLPOOL bd611bcb8c46d188fe35e335210bedf1f4a1dec2f756b1a0fd65097c054270a4e12f49844eb6d526a00ae9c4c1fecf0d50cce749d90eca6bec6f54ffc3e6f8ac
 DIST mate-desktop-1.8.1.tar.xz 8027312 SHA256 a4e1316f9468150e30495b54024fbc9f98e12cc7f9750d972f5457f13ca908f3 SHA512 64c32ea32a0e0e88df314297b2b45c5a6da2747a3bed41437eb17bf282511a4d01bd678728005a6301f93ae2b3c09a38039af85a8666d18e51958d6ffa091d9b WHIRLPOOL f5ed8a0b338b453ccbf7fcb560dd2490f43edceff21c8b6104eb91e8df6e016890174d34a1be3eec2b20322fd34a5c9ce553d0450a533407d4ef8269ff1aa4f8
diff --git a/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild b/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild
new file mode 100644 (file)
index 0000000..deb0c14
--- /dev/null
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 multilib python-r1 versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
+DESCRIPTION="Libraries for the MATE desktop that are not part of the UI"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="X +introspection startup-notification +user-guide"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+       >=dev-libs/glib-2.36:2
+       x11-libs/cairo:0
+       >=x11-libs/gdk-pixbuf-2.4:2[introspection?]
+       >=x11-libs/gtk+-2.24:2[introspection?]
+       x11-libs/libX11:0
+       >=x11-libs/libXrandr-1.2:0
+       virtual/libintl:0
+       introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+       startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
+
+DEPEND="${RDEPEND}
+       app-text/docbook-xml-dtd:4.1.2
+       app-text/yelp-tools:0
+       >=dev-util/intltool-0.40:*
+       >=gnome-base/dconf-0.10:0
+       sys-devel/gettext:*
+       >=x11-proto/randrproto-1.2:0
+       x11-proto/xproto:0
+       virtual/pkgconfig:*"
+
+src_configure() {
+       gnome2_src_configure \
+               --enable-mate-about \
+               --enable-mate-conf-import \
+               --with-gtk=2.0 \
+               $(use_with X x) \
+               $(use_enable introspection) \
+               $(use_enable startup-notification) \
+               $(use_enable user-guide)
+}
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+src_install() {
+       gnome2_src_install
+
+       python_replicate_script "${ED}"/usr/bin/mate-conf-import
+}
index 5357a7cfa7159bb8072c9d1c13a13bae3677b52e..8f13676aba87510e8219831451f7f3bc410f3a1f 100644 (file)
@@ -1,10 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="project">
+       <maintainer type="project">
         <email>mate@gentoo.org</email>
         <name>Gentoo MATE Desktop</name>
     </maintainer>
+       <use>
+               <flag name="user-guide">Install MATE user guide</flag>
+       </use>
     <upstream>
         <remote-id type="github">mate-desktop/mate-desktop</remote-id>
     </upstream>