diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-02-08 20:37:35 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-02-08 21:46:38 -0500 |
commit | 87fe393a3efa9afeb605d1f11ca6e1a5e3710f3e (patch) | |
tree | 775d20911143e36f0d806eaebdf3ecce1dfa6d1b /mate-extra/mate-netbook | |
parent | mate-extra/mate-indicator-applet: Import 1.10.x from Project:MATE repo (diff) | |
download | gentoo-87fe393a3efa9afeb605d1f11ca6e1a5e3710f3e.tar.gz gentoo-87fe393a3efa9afeb605d1f11ca6e1a5e3710f3e.tar.bz2 gentoo-87fe393a3efa9afeb605d1f11ca6e1a5e3710f3e.zip |
mate-extra/mate-netbook: Import 1.10.x from Project:MATE repo
Package-Manager: portage-2.2.26
Diffstat (limited to 'mate-extra/mate-netbook')
-rw-r--r-- | mate-extra/mate-netbook/Manifest | 1 | ||||
-rw-r--r-- | mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild | 43 | ||||
-rw-r--r-- | mate-extra/mate-netbook/metadata.xml | 15 |
3 files changed, 59 insertions, 0 deletions
diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest new file mode 100644 index 000000000000..5913a0418266 --- /dev/null +++ b/mate-extra/mate-netbook/Manifest @@ -0,0 +1 @@ +DIST mate-netbook-1.10.0.tar.xz 268792 SHA256 d84c2a6cd10b112a571e311613508b4391676f03d9bed1cea51bfca8b1dafee3 SHA512 b98b2233591b3fd0168c7250c9c993d365e0d951bb20a60e602e7999a50ee4ef8340869ff17a3a14f43fde376113864e3de0381a0751466605aa330935c81727 WHIRLPOOL 2d13427780d652ad9bbfcb5a015eb5c9a0360b4552ccc946594beeecb9b4214cd1cc2f986e8c5ecb63f0380f8021e9b958bc264b7fcfcbd99a093d11520fea67 diff --git a/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild b/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild new file mode 100644 index 000000000000..8c7e029f0ceb --- /dev/null +++ b/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="MATE utilities for netbooks" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=mate-base/mate-desktop-1.10.0:0 + >=mate-base/mate-panel-1.10.0:0 + >=dev-libs/glib-2.36:2 + dev-libs/libunique:1 + x11-libs/gtk+:2 + x11-libs/libwnck:1 + x11-libs/libfakekey:0 + x11-libs/libXtst:0 + x11-libs/libX11:0 + x11-libs/cairo:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + x11-proto/xproto:0 + >=dev-util/intltool-0.34:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure --with-gtk=2.0 +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/mate-netbook/metadata.xml b/mate-extra/mate-netbook/metadata.xml new file mode 100644 index 000000000000..cc0beef683b1 --- /dev/null +++ b/mate-extra/mate-netbook/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>mate@gentoo.org</email> + <name>Gentoo MATE Desktop</name> + </maintainer> + <longdescription> + MATE utilities for netbooks are an applet and a daemon to + maximize windows and move their titles on the panel. + </longdescription> + <upstream> + <remote-id type="github">mate-desktop/mate-netbook</remote-id> + </upstream> +</pkgmetadata> |