public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/
Date: Sun, 23 Sep 2018 11:53:08 +0000 (UTC)	[thread overview]
Message-ID: <1537703580.b4ef8aa46177bfdb9612407706cb13f8e4cf098e.pacho@gentoo> (raw)

commit:     b4ef8aa46177bfdb9612407706cb13f8e4cf098e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 11:50:46 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 11:53:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ef8aa4

x11-themes/mate-themes: Version bump, don't block newer gtk (#665568)

Add missing LICENSE (#599654)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-themes/mate-themes/Manifest                   |  1 +
 x11-themes/mate-themes/mate-themes-3.22.18.ebuild | 50 +++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index 9a6b8a029b6..7f72500350e 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1,3 +1,4 @@
 DIST mate-themes-3.22.11.tar.xz 4268704 BLAKE2B 7a85bc6987b2d530d4ecdeebb7d1d9c4833a86ec01b7d734d0b88b8ef829035d4e4f9c5c2afda06a91c85f06db5c96fb6c0944539b0053f450d51ca0dee62c05 SHA512 e8f36ed93485b8229370cb9a009e2473695477574ef2d70f638ecc5757b4d387a0e59a5eadfad5a5c240460cd61f594ee56be015730cdaf62490fc66a652c234
+DIST mate-themes-3.22.18.tar.xz 6103368 BLAKE2B 35cb77fc40d364e19d4e7cf25e7a168773bd8c33e256d97b4cbea91368b38c17201480f21f74c107b5c47fa6254042bdd64e4186dc1b87e00dab89e6b26ad439 SHA512 0851dee8ddb7495b43cbb7590ca3ecd1b3fa5a474f66806cb644462a70324c8221630d1d555e84beb8fa7025c080edc9524f244e47ac42c9843cc9eccc78dd74
 DIST mate-themes-3.22.7.tar.xz 4266344 BLAKE2B 4ae92fdea650bae3bcbe9be324b5457b5df4617dcb572c25637cc94228b452c792dc99b15430ba288941dc76c7caa643970bb7336856a1ede8c5468a3cd6c157 SHA512 bf44841686461fc55238bb3d62a6bdccf41e23116b321787dae2c4995ab5c5df7c9431dc7c831473c0a78867eb10f6142554434991a7654fa59ab3f76eafdca2
 DIST mate-themes-3.22.8.tar.xz 4266436 BLAKE2B 65e6ab39455b791f58a05319367106ba424ad4797d0e376c3578e6296bf51733d782a7ee1be5811103d966f8c53735840bccc233cf62515a42eb444207bfbd43 SHA512 1ee02a93ff03a2e2c50c352e9a4b2fd3f093a8d7990fce36bc0d3af65501202a281904bee74c095eda549b1be9a50bf4a293071cf0980fced8158df97d986d0e

diff --git a/x11-themes/mate-themes/mate-themes-3.22.18.ebuild b/x11-themes/mate-themes/mate-themes-3.22.18.ebuild
new file mode 100644
index 00000000000..76fcc6df404
--- /dev/null
+++ b/x11-themes/mate-themes/mate-themes-3.22.18.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eapi7-ver gnome2-utils
+
+MATE_GTK_V="$(ver_cut 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+HOMEPAGE="http://mate-desktop.org"
+DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision"
+LICENSE="LGPL-2.1 GPL-3"
+SLOT="0/${MATE_GTK_V}"
+
+COMMON_DEPEND="
+	>=x11-libs/gdk-pixbuf-2:2
+	>=x11-libs/gtk+-2:2
+	>=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:[~2018-09-23 11:53 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-23 11:53 Pacho Ramos [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-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
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=1537703580.b4ef8aa46177bfdb9612407706cb13f8e4cf098e.pacho@gentoo \
    --to=pacho@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