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: Sun,  5 Feb 2017 18:13:36 +0000 (UTC)	[thread overview]
Message-ID: <1486318409.ea52cf16cf89a7b9af8dc609f8112e34fd92cc49.np-hardass@gentoo> (raw)

commit:     ea52cf16cf89a7b9af8dc609f8112e34fd92cc49
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 18:13:11 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 18:13:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea52cf16

x11-themes/mate-themes: Version bump to 3.22.7

Package-Manager: portage-2.3.0

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

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index baa84fc..9326018 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -5,3 +5,4 @@ DIST mate-themes-3.20.11.tar.xz 4252692 SHA256 b81845c2b1a7f4dfb273982d2380fbdb5
 DIST mate-themes-3.20.13.tar.xz 4260048 SHA256 129580613eb2059ce1e0d99655bb7d706f698ef69d2f4bb72dca17d64d94a219 SHA512 bb2d513d417ffe58e6e2b0664b63a81c3d17539f2926a99909595560f8e89c5b6122e5d0392e8c485c941a9af6194e82d52d270eeb4d2a0e2f91c68b5ae100ef WHIRLPOOL b295138a804d39d316f2a12bd028195de1a9b54fa03c1f949afe5afbeacd932a11af550ee8083f95b35c1da7f45c3f1f51b8685641dd0688263e0a3643397817
 DIST mate-themes-3.22.2.tar.xz 4260356 SHA256 979aa71069571160f7928f8a6e8ccfbd1045d6e220807d2d2d41027cce7b2446 SHA512 f3f41c99ac3e179831bcfe5518907d963dc4351816acabdef00713ed135269e7234f84fd2a2ca896f0e929203eb4f252377178c00f045d51c88cadbf82ced296 WHIRLPOOL 0d46ea47404ea34fbdec724c2bbf05aa087cc5d2d5584abefa33a40333d649d6cf370ae5ea6c7979d8a9edb17e31eb2e0705d2b0eb55c6484d270e3addce76da
 DIST mate-themes-3.22.4.tar.xz 4262100 SHA256 9c367d5c946687fb574f41bab2f2aff28de29f089e57fb5a69936c73e3e631bb SHA512 236c10d9fb9c6da4acf5d8851c5d5fd8566165ac5f728653e1c190a91ed35ced913689d16cc30cab44b7ad117995bdb74953f70b1417b74e5545555f65d9146b WHIRLPOOL 6d71929caa7610f6eb43eb0c4b92224e8f7b39dc79e10212eae6e90c927d5c94a7a2715284601c3057fabf657ff1fd4a38fec28398992d7de8a9f3325dbcf718
+DIST mate-themes-3.22.7.tar.xz 4266344 SHA256 60963bb92d2a99619aeb163c1fd486954df54dc2cc4976ba18f203dd26864cce SHA512 bf44841686461fc55238bb3d62a6bdccf41e23116b321787dae2c4995ab5c5df7c9431dc7c831473c0a78867eb10f6142554434991a7654fa59ab3f76eafdca2 WHIRLPOOL 11cddd2bf9920c671fd001f9f7702a30cba57b3eb75a4527ea00e0de507800b6b0e32e9c9962ebd34a0eb4f5a494dcaf17931cdb619fcb4b1ea47a02c5cf3b42

diff --git a/x11-themes/mate-themes/mate-themes-3.22.7.ebuild b/x11-themes/mate-themes/mate-themes-3.22.7.ebuild
new file mode 100644
index 00000000..cdadf92
--- /dev/null
+++ b/x11-themes/mate-themes/mate-themes-3.22.7.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-02-05 18:13 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-05 18:13 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26  3:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ Sam James
2024-09-17 17:50 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-04-04 20:29 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=1486318409.ea52cf16cf89a7b9af8dc609f8112e34fd92cc49.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