forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mate-extra/mate-netbook: version bump to 1.16.1
Package-Manager: portage-2.3.1
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
} |