From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EA80138334 for ; Sun, 7 Apr 2019 10:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A065E083D; Sun, 7 Apr 2019 10:50:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1443FE083D for ; Sun, 7 Apr 2019 10:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0866335CC0 for ; Sun, 7 Apr 2019 10:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B32EA596 for ; Sun, 7 Apr 2019 10:50:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554634159.54b6efb67db117c6921e83796cf12bb23d7be7dd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-themes/Manifest x11-themes/mate-themes/mate-themes-3.22.19.ebuild X-VCS-Directories: x11-themes/mate-themes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54b6efb67db117c6921e83796cf12bb23d7be7dd X-VCS-Branch: master Date: Sun, 7 Apr 2019 10:50:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e7cc523-4179-4f9c-89ca-32989ac339f2 X-Archives-Hash: ff4f098c864eff447e9f69895445ea6c commit: 54b6efb67db117c6921e83796cf12bb23d7be7dd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 10:43:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 10:49:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b6efb6 x11-themes/mate-themes: 3.22.19 version bump Non-maintainer bump. Closes: https://bugs.gentoo.org/682132 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/mate-themes/Manifest | 1 + x11-themes/mate-themes/mate-themes-3.22.19.ebuild | 38 +++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest index 0682ae37eec..1021b83470a 100644 --- a/x11-themes/mate-themes/Manifest +++ b/x11-themes/mate-themes/Manifest @@ -1 +1,2 @@ DIST mate-themes-3.22.18.tar.xz 6103368 BLAKE2B 35cb77fc40d364e19d4e7cf25e7a168773bd8c33e256d97b4cbea91368b38c17201480f21f74c107b5c47fa6254042bdd64e4186dc1b87e00dab89e6b26ad439 SHA512 0851dee8ddb7495b43cbb7590ca3ecd1b3fa5a474f66806cb644462a70324c8221630d1d555e84beb8fa7025c080edc9524f244e47ac42c9843cc9eccc78dd74 +DIST mate-themes-3.22.19.tar.xz 5567828 BLAKE2B 8eeead9b097e2a9e76aac849e6b6fe93382a6ff6dbdf4bd3b032167744fdf35ff047cdb85d1480474e1f0fc0f06ceda04e7d9e4a6ae573b04cd78c4e4ca858f7 SHA512 3e8a5a37bb6755c65da3307957569e84cce546c9786396f5eb8cb5f84ddf64e04260b87f67cb0b03c7c7dc13b4f75790fb9afe8b971101f3556ee6c015bb585d diff --git a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild new file mode 100644 index 00000000000..ea3fd9b5779 --- /dev/null +++ b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools xdg + +MATE_GTK_V="$(ver_cut 1-2)" + +HOMEPAGE="http://mate-desktop.org" +DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" +SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" + +LICENSE="LGPL-2.1 GPL-3" +SLOT="0/${MATE_GTK_V}" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + >=x11-libs/gdk-pixbuf-2:2 + >=x11-libs/gtk+-2:2 + >=x11-themes/gtk-engines-2.15.3:2 + x11-themes/gtk-engines-murrine +" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + sys-devel/gettext + >=sys-devel/autoconf-2.53 + >=x11-misc/icon-naming-utils-0.8.7:0 + virtual/pkgconfig +" + +RESTRICT="binchecks strip" + +src_prepare() { + default + eautoreconf +}