public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/
Date: Tue,  4 Apr 2017 20:29:07 +0000 (UTC)	[thread overview]
Message-ID: <1491337737.2b55e93c9348fc98d0152f1e8488860225683468.np-hardass@gentoo> (raw)

commit:     2b55e93c9348fc98d0152f1e8488860225683468
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 20:26:52 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 20:28:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b55e93c

x11-themes/mate-themes: Bump to 3.22.8

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-themes/mate-themes/Manifest                  |  1 +
 x11-themes/mate-themes/mate-themes-3.22.8.ebuild | 58 ++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index 9e5dd58a1c1..2775e61dee0 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -4,3 +4,4 @@ DIST mate-themes-3.20.10.tar.xz 4254436 SHA256 91c114fcb14979d88dae76a7e2e3b37f4
 DIST mate-themes-3.20.11.tar.xz 4252692 SHA256 b81845c2b1a7f4dfb273982d2380fbdb53d124dfd5b91018c620db9282c5c3b2 SHA512 9c437385be1e4476d6ec5caf2dd1170c3dc700f19eb00108edfc45ca9c8a9b63ffa0f71da3b411c1f6546963b47efee28cb3a99fe5e9d9d61a4dbb65fc129c8c WHIRLPOOL 41f2b3a174132780334aae2f14dd384aad23c1ffc2df0330c9319e1466bf7feea324a26aed62df376e43a136956691c78f6b0f2d3c461e47532870840717f962
 DIST mate-themes-3.20.13.tar.xz 4260048 SHA256 129580613eb2059ce1e0d99655bb7d706f698ef69d2f4bb72dca17d64d94a219 SHA512 bb2d513d417ffe58e6e2b0664b63a81c3d17539f2926a99909595560f8e89c5b6122e5d0392e8c485c941a9af6194e82d52d270eeb4d2a0e2f91c68b5ae100ef WHIRLPOOL b295138a804d39d316f2a12bd028195de1a9b54fa03c1f949afe5afbeacd932a11af550ee8083f95b35c1da7f45c3f1f51b8685641dd0688263e0a3643397817
 DIST mate-themes-3.22.7.tar.xz 4266344 SHA256 60963bb92d2a99619aeb163c1fd486954df54dc2cc4976ba18f203dd26864cce SHA512 bf44841686461fc55238bb3d62a6bdccf41e23116b321787dae2c4995ab5c5df7c9431dc7c831473c0a78867eb10f6142554434991a7654fa59ab3f76eafdca2 WHIRLPOOL 11cddd2bf9920c671fd001f9f7702a30cba57b3eb75a4527ea00e0de507800b6b0e32e9c9962ebd34a0eb4f5a494dcaf17931cdb619fcb4b1ea47a02c5cf3b42
+DIST mate-themes-3.22.8.tar.xz 4266436 SHA256 c312684500afe066f34f250530a08ba6c2c52881f398a2fbde8586f89feb9b3f SHA512 1ee02a93ff03a2e2c50c352e9a4b2fd3f093a8d7990fce36bc0d3af65501202a281904bee74c095eda549b1be9a50bf4a293071cf0980fced8158df97d986d0e WHIRLPOOL 754622fba8f07845717d04f2ff090fb0675cb4b38d87ec717a7fed2a46741f164d16657ceb3b2927b73c79d363fd6f632d1129bd502f9964e515cf7fb39ce139

diff --git a/x11-themes/mate-themes/mate-themes-3.22.8.ebuild b/x11-themes/mate-themes/mate-themes-3.22.8.ebuild
new file mode 100644
index 00000000000..55aed57590a
--- /dev/null
+++ b/x11-themes/mate-themes/mate-themes-3.22.8.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools gnome2-utils versionator
+
+MATE_GTK_V="$(get_version_component_range 1-2)"
+MATE_GTK_NV="3.$(( ${MATE_GTK_V#3.} + 1 ))" #variable to allow negation of =$P-1*
+
+if [[ ${PV#${MATE_GTK_V}.} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/mate-desktop/${PN}.git"
+	EGIT_BRANCH="gtk${MATE_GTK_V}"
+else
+	SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+HOMEPAGE="http://mate-desktop.org"
+DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision"
+LICENSE="LGPL-2.1"
+SLOT="0/${MATE_GTK_V}"
+
+COMMON_DEPEND=">=x11-libs/gdk-pixbuf-2:2
+	>=x11-libs/gtk+-2:2
+	!<x11-libs/gtk+-${MATE_GTK_V}:3
+	!>=x11-libs/gtk+-${MATE_GTK_NV}:3
+	>=x11-themes/gtk-engines-2.15.3:2
+	x11-themes/gtk-engines-murrine"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+	>=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
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2017-04-04 20:30 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 20:29 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 17:50 [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ Andreas Sturmlechner
2024-08-30  5:57 Joonas Niilola
2024-08-30  5:57 Joonas Niilola
2024-01-20 18:48 Ulrich Müller
2024-01-19 10:53 Sam James
2024-01-19 10:53 Sam James
2024-01-19 10:53 Sam James
2024-01-19 10:53 Sam James
2024-01-19 10:53 Sam James
2023-12-22  6:46 Sam James
2022-12-16 20:39 Arthur Zamarin
2022-12-03  1:15 Sam James
2022-12-03  1:14 Sam James
2022-06-28  2:03 WANG Xuerui
2021-06-30 22:43 Adam Feldman
2021-06-30 22:43 Adam Feldman
2021-06-30 22:43 Adam Feldman
2020-04-06 17:49 Adam Feldman
2020-04-06 17:49 Adam Feldman
2019-04-22  1:47 Aaron Bauman
2019-04-14 21:25 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-04-07 10:50 Andreas Sturmlechner
2018-12-02 17:35 Mart Raudsepp
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2018-09-23 11:53 Pacho Ramos
2018-09-16  9:10 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2017-09-27  3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2017-04-04 20:29 NP Hardass
2017-04-04 20:29 NP Hardass
2017-02-05 18:13 NP Hardass
2016-11-21 11:02 Ettore Di Giacinto
2016-11-14 21:03 NP Hardass
2016-09-10 18:23 NP Hardass
2016-09-05  3:31 NP Hardass
2016-08-06  2:12 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-03-26  2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06  8:09 Mikle Kolyada
2016-02-22 20:48 NP Hardass
2015-12-31 23:37 NP Hardass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491337737.2b55e93c9348fc98d0152f1e8488860225683468.np-hardass@gentoo \
    --to=np-hardass@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox