* [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-netbook/
@ 2016-11-10 21:09 Ettore Di Giacinto
0 siblings, 0 replies; 2+ messages in thread
From: Ettore Di Giacinto @ 2016-11-10 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 36170f694c3d68da5696a4a2efff17d5e681d7c7
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 20:56:31 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 20:56:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=36170f69
mate-extra/mate-netbook: version bump to 1.16.1
Package-Manager: portage-2.3.1
| 1 +
| 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
--git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest
index b539321..69a6655 100644
--- a/mate-extra/mate-netbook/Manifest
+++ b/mate-extra/mate-netbook/Manifest
@@ -1,2 +1,3 @@
DIST mate-netbook-1.12.0.tar.xz 268632 SHA256 96f65b971b03932fc10060a8f8745c29bcd2db48fb5b4b396048f0cbcf87d7d3 SHA512 3f46e537b48833fe3bd599dcaa6af89a265dacac4fc077d46ca87b5a35c2368810824747411d263541e2685e2700311996f8741aa9321122d6d306c1ad8fc15b WHIRLPOOL 4eb462cd69ca82752ecee3da3b8d57e27c4518ae05f1b1c441872e5b3a6b8e7d360b894f0cff2293ceb04c8369ee69e949c9955b61b6dede661ba133bad9e0af
DIST mate-netbook-1.14.0.tar.xz 284248 SHA256 4236ed28f2aa33b9ec4be2c9bd72410b908eefba5674280273b252354b4ce0c0 SHA512 aa5d5ed1a8c31df4b7e84cad8efaaf326f7bf2a9a392b34b053c30287404949ddd5f27d438d028bc569cbedc177dc1236af32e869b0418677021e7a6ef17dfe1 WHIRLPOOL c1ac9862ddba339de5409d0175d712cc8fe7049da1a08ddf9b281fed19e3769b97d48c4fc2f85c07671f2d03a824f944f927b9c24a72d8046ec82f2a6397fbe7
+DIST mate-netbook-1.16.1.tar.xz 287092 SHA256 911f0a92c190bd377a29458ce3a70ad2e47fbae145509c2cb42ef02ae4ffea76 SHA512 9f79ed82210254b11be0ccbabed3089e82070056d3d096c16dd0c092a3cc4621fd8449d38b2db5781a460ed9f6b6974d9ee59b8c40b554bbb13eae282cb8a74d WHIRLPOOL 1c678cbc459744c5e0857595cc5af2c0ff9de8c37fa0c0ffa7b4f82d181f604e89980d07d5966fadd255d6bffdfac8afa4a07dd29bc2c7a62b398b36a065eff2
--git a/mate-extra/mate-netbook/mate-netbook-1.16.1.ebuild b/mate-extra/mate-netbook/mate-netbook-1.16.1.ebuild
new file mode 100644
index 0000000..aa5fedb
--- /dev/null
+++ b/mate-extra/mate-netbook/mate-netbook-1.16.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE utilities for netbooks"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.36:2
+ >=mate-base/mate-panel-1.8[gtk3(-)=]
+ x11-libs/libfakekey:0
+ x11-libs/libXtst:0
+ x11-libs/libX11:0
+ x11-libs/cairo:0
+ virtual/libintl:0
+ !gtk3? (
+ x11-libs/gtk+:2
+ x11-libs/libwnck:1
+ )
+ gtk3? (
+ x11-libs/gtk+:3
+ x11-libs/libwnck:3
+ )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ x11-proto/xproto:0
+ >=dev-util/intltool-0.50.1:*
+ sys-devel/gettext:*
+ virtual/pkgconfig:*"
+
+src_configure() {
+ mate_src_configure \
+ --with-gtk=$(usex gtk3 3.0 2.0)
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-netbook/
@ 2016-11-10 21:09 Ettore Di Giacinto
0 siblings, 0 replies; 2+ messages in thread
From: Ettore Di Giacinto @ 2016-11-10 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 13b580ea6c60222a51c4bf2a748f640c9950a569
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 20:57:18 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 20:57:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=13b580ea
mate-extra/mate-netbook: update live ebuild dependencies
Package-Manager: portage-2.3.1
| 3 ---
1 file changed, 3 deletions(-)
--git a/mate-extra/mate-netbook/mate-netbook-9999.ebuild b/mate-extra/mate-netbook/mate-netbook-9999.ebuild
index 052b0e8..aa5fedb 100644
--- a/mate-extra/mate-netbook/mate-netbook-9999.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-9999.ebuild
@@ -18,7 +18,6 @@ IUSE="gtk3"
COMMON_DEPEND="
>=dev-libs/glib-2.36:2
- >=mate-base/mate-desktop-1.9[gtk3(-)=]
>=mate-base/mate-panel-1.8[gtk3(-)=]
x11-libs/libfakekey:0
x11-libs/libXtst:0
@@ -26,12 +25,10 @@ COMMON_DEPEND="
x11-libs/cairo:0
virtual/libintl:0
!gtk3? (
- dev-libs/libunique:1
x11-libs/gtk+:2
x11-libs/libwnck:1
)
gtk3? (
- dev-libs/libunique:3
x11-libs/gtk+:3
x11-libs/libwnck:3
)"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-10 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 21:09 [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-netbook/ Ettore Di Giacinto
-- strict thread matches above, loose matches on Subject: below --
2016-11-10 21:09 Ettore Di Giacinto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox