commit: 9807ab8d6836c1f646bc54ef3e0632687741e8cc Author: Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu> AuthorDate: Fri Jan 1 22:25:00 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 22:40:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9807ab8d
mate-extra/mate-netbook: initial commit MATE utilities for netbooks are an applet and a daemon to maximize windows and move their titles on the panel. Package-Manager: portage-2.2.24 Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org> mate-extra/mate-netbook/Manifest | 23 ++++++++++++ mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild | 43 ++++++++++++++++++++++ mate-extra/mate-netbook/metadata.xml | 12 ++++++ 3 files changed, 78 insertions(+) diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest new file mode 100644 index 0000000..83d57ef --- /dev/null +++ b/mate-extra/mate-netbook/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST mate-netbook-1.10.0.tar.xz 268792 SHA256 d84c2a6cd10b112a571e311613508b4391676f03d9bed1cea51bfca8b1dafee3 SHA512 b98b2233591b3fd0168c7250c9c993d365e0d951bb20a60e602e7999a50ee4ef8340869ff17a3a14f43fde376113864e3de0381a0751466605aa330935c81727 WHIRLPOOL 2d13427780d652ad9bbfcb5a015eb5c9a0360b4552ccc946594beeecb9b4214cd1cc2f986e8c5ecb63f0380f8021e9b958bc264b7fcfcbd99a093d11520fea67 +EBUILD mate-netbook-1.10.0.ebuild 888 SHA256 e8cde05d04a7cf2069e0a9a4749187843382fe284081e09983a241b9aeb466b2 SHA512 a881756cde658b95759dbe81844574e135f204f5ce6486f0a61c1fce04ef9f440c10b01aa838d1a5541008a16c9a67811c7a606f068cd8dc0d38954d19775da6 WHIRLPOOL eb88870f278b5d32936b3320b549c4b040bc0ac861ab6dd075c631867a0eeaf1bd773e077e10017205376fc5286a0fa142fc218b05508dd216e6a0cd249ab810 +MISC metadata.xml 435 SHA256 295c44d8401543ec411dd22acca1379d4073ef5290092e7e1512159922f8225f SHA512 faaa209460af0b3db964bf695676ac108f0d67e69a49e29360eb110bbf9048235ad80d6b739a914f8cc4b9c6057657c992df62c3b95c367304851446af941daa WHIRLPOOL 09411ba7efc5fdf3bafba46627cda9ffd6e37557d9e4b98a1f3fe8d6182701449c883863ecf2f0c1562b1967e02f814806f838fcbc3d2d8e8b356573952e7cd1 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJWhwAwAAoJEBzZQR2yrxj7WmcP/1vSz7K5G8BDZNgaraQ7QOiC +fpLF12E9cEDN4psM3nQdSN2/eBvtsx4KbBuR9P/Gi0eqMLAKyQV9ParMyTRkeV1E +lccTALpmc1yxqWSDxAAdOpuxWriVkMImLzEqPVmi7p/Y2de6/MYUK/zFSH6mLUdm +0fT8LXV4URV7RKNIxTavn1YyeaFxDYzubx6XejTLiECX1QrYFbCwZgRK6jrsJ3PJ +7xjTLMq75Q8p0Kf8FqYB66lR0a6JtwkybVvhuB6bxbUgchXZ8cjwVYCH7MXRarFj +JsRbn5KYQ0GMSwabMu4nIxrEOvKyD4GapJyLcUgD92IfiR+ifis9W47la2YvZ9Ox +XFfha1RUm3j2xCKlOo6s3AQhAEkV2CcwftQlC87QjbtTVmpCk9LNdx4AE96f5YrL +qQyTAKyBYCpnMu9mbLRdpBxI1dgI52EmOAskxZvpJKXPQ1D8blH8K3XbjMjqbwhG +v80CIQ++sg2VYUMGNLVV0YzHSTliKeevj4vU1pkxpm2V/49wAis7JrCFPBvBg5n7 +hUJL8N82AlVGDZ9X0xDpov8jpbkoFH7NBhzC5Z02SaC1nKBOD/JhGFGbU3CHv9iZ +24EzMZng58UuqGkdCdput1bc0Oo1IbkpK+hjqYsBPP0wjrmXPfjSgWMtvQbfQThy ++Qj+qP3NlGnml45OGcl/ +=lXk7 +-----END PGP SIGNATURE----- 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 0000000..8c7e029 --- /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 0000000..e1ce7ee --- /dev/null +++ b/mate-extra/mate-netbook/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>mate</herd> + <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>