mate-base/mate-desktop: 1.12.x vbump, add gtk3 support, import from project repo
authorNP-Hardass <NP-Hardass@gentoo.org>
Thu, 11 Aug 2016 06:31:31 +0000 (02:31 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Fri, 12 Aug 2016 05:11:50 +0000 (01:11 -0400)
Package-Manager: portage-2.3.0

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

index 48f5ddf82d398d0e76f752987239b6cec235bae0..eea0d34bf3bfac73af656f23e290782bf628ae7b 100644 (file)
@@ -1 +1,2 @@
 DIST mate-desktop-1.10.2.tar.xz 9100064 SHA256 8b09bc357f8fc874cda06944fee6fa828e2e6e45730bbc07dc0bb2eeed3cbad6 SHA512 71853f3c418da826229dfaf86abd98483b0a9984d9b92cac9ec7e94f3cce5996ea6def2e69d4e20eb56bf12fe99131e886ab576d269c492a4d92f18c77a7eccd WHIRLPOOL bd611bcb8c46d188fe35e335210bedf1f4a1dec2f756b1a0fd65097c054270a4e12f49844eb6d526a00ae9c4c1fecf0d50cce749d90eca6bec6f54ffc3e6f8ac
+DIST mate-desktop-1.12.1.tar.xz 773332 SHA256 d9b96ac455340916a11b221d45a940c347e4428e5096035496d9f703eacf5a03 SHA512 bcd3731bded736cdb4e0531d9c35253c025fa654d51f3ffb72ad7768ef62a1407b6ef62c2ff6beb45b0a30c2fe85e8d72c3e13068c92716e85f99f103b562c9e WHIRLPOOL 149b970d99d684230f9ec0d31b08062d2dcc8a547973dcde105f5bc903714b0f5cbbf60f2a06c3fbb1bdf87892362bd0785784b81c7f61ceeac319feefd2a445
diff --git a/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild b/mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild
new file mode 100644 (file)
index 0000000..ae78a7a
--- /dev/null
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate multilib python-r1
+
+if [[ ${PV} != 9999 ]]; then
+       KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Libraries for the MATE desktop that are not part of the UI"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X debug gtk3 +introspection startup-notification"
+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/libX11:0
+       >=x11-libs/libXrandr-1.3:0
+       virtual/libintl:0
+       !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
+       gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+       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
+       dev-util/gtk-doc
+       dev-util/gtk-doc-am
+       >=dev-util/intltool-0.40:*
+       >=gnome-base/dconf-0.13.4:0
+       sys-devel/gettext:*
+       >=x11-proto/randrproto-1.3:0
+       x11-proto/xproto:0
+       virtual/pkgconfig:*"
+
+src_configure() {
+       mate_src_configure \
+               --enable-mate-about \
+               --disable-mate-conf-import \
+               --with-gtk=$(usex gtk3 3.0 2.0) \
+               $(use_with X x) \
+               $(use_enable debug) \
+               $(use_enable introspection) \
+               $(use_enable startup-notification)
+}
index 8f13676aba87510e8219831451f7f3bc410f3a1f..ff15747669b34c6ff167e51acdee5402c493c38d 100644 (file)
@@ -6,6 +6,7 @@
         <name>Gentoo MATE Desktop</name>
     </maintainer>
        <use>
+               <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
                <flag name="user-guide">Install MATE user guide</flag>
        </use>
     <upstream>