From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-icon-theme-faenza/
Date: Fri, 17 Jun 2016 17:39:12 +0000 (UTC) [thread overview]
Message-ID: <1466184908.4149f8c2fa6761d9bfef3574342b4bd76f5382ba.np-hardass@gentoo> (raw)
commit: 4149f8c2fa6761d9bfef3574342b4bd76f5382ba
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 00:31:42 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 17:35:08 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4149f8c2
x11-themes/mate-icon-theme-faenza: Version bump to 1.12.0, add 9999
Package-Manager: portage-2.2.26
x11-themes/mate-icon-theme-faenza/Manifest | 1 +
.../mate-icon-theme-faenza-1.12.0.ebuild | 32 ++++++++++++++++++++++
.../mate-icon-theme-faenza-9999.ebuild | 32 ++++++++++++++++++++++
3 files changed, 65 insertions(+)
diff --git a/x11-themes/mate-icon-theme-faenza/Manifest b/x11-themes/mate-icon-theme-faenza/Manifest
index 1c92ea6..ab185d5 100644
--- a/x11-themes/mate-icon-theme-faenza/Manifest
+++ b/x11-themes/mate-icon-theme-faenza/Manifest
@@ -1 +1,2 @@
DIST mate-icon-theme-faenza-1.10.1.tar.xz 38659648 SHA256 5bc7d90042df975b3229b64a0a1077226d961f6dfc90775623399bb6d41b246a SHA512 f214c32f113d3da1d9705e7fcfa5523791759db2a674446fd3e664ba0a4168658edd8549f5c26853f648bcd4a6754f0d15da4b55921bde7244e70334d58b1ee3 WHIRLPOOL fa5fe173e21096d840f2f0a520774fb22546565057441ebf4e49cadbec33d647ee5f3abc15f269de27e5675177bac774f2b7553bf5f66797477e8aa7d0dd5cfe
+DIST mate-icon-theme-faenza-1.12.0.tar.xz 19058516 SHA256 c8f6eaac54fdd6d3a81e5cbf18e2bb342c51fd07e0d3deaafc7ca2180bf0b97c SHA512 58c26458027bc9938ca01f88942faedce5189b090302adb3c4f63f1c042616fb4fb8f53f1454a9d7de1b642af1074fa3f7a1a75eeaacbc675a4467dad9b95be4 WHIRLPOOL 06caf42f694c25a92c0206476711361208d7dba71da7daaed802242a1bd020bfb6280bec45e1cb35e17cc53d0d60c01ae12951a671548d29eceb015a2da2c4d6
diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.12.0.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.12.0.ebuild
new file mode 100644
index 0000000..0ac36b7
--- /dev/null
+++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.12.0.ebuild
@@ -0,0 +1,32 @@
+# 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="Faenza icon theme, that was adapted for MATE desktop"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="minimal"
+
+RDEPEND="x11-themes/hicolor-icon-theme:0
+ !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
+
+RESTRICT="binchecks strip"
+
+# https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
+FORCE_AUTORECONF=true
+
+src_prepare() {
+ # Remove broken libreoffice icons (dangling symlinks).
+ rm matefaenza/apps/16/*libreoffice* || die
+
+ mate_src_prepare
+}
diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-9999.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-9999.ebuild
new file mode 100644
index 0000000..0ac36b7
--- /dev/null
+++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-9999.ebuild
@@ -0,0 +1,32 @@
+# 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="Faenza icon theme, that was adapted for MATE desktop"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="minimal"
+
+RDEPEND="x11-themes/hicolor-icon-theme:0
+ !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
+
+RESTRICT="binchecks strip"
+
+# https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
+FORCE_AUTORECONF=true
+
+src_prepare() {
+ # Remove broken libreoffice icons (dangling symlinks).
+ rm matefaenza/apps/16/*libreoffice* || die
+
+ mate_src_prepare
+}
next reply other threads:[~2016-06-17 17:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-17 17:39 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-02 5:55 [gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-icon-theme-faenza/ Adam Feldman
2017-09-27 3:18 NP Hardass
2017-05-14 10:22 Ettore Di Giacinto
2017-03-16 16:08 [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto
2017-03-16 16:17 ` [gentoo-commits] proj/gentoo-mate:master " Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-22 11:11 Ettore Di Giacinto
2016-10-15 2:22 NP Hardass
2016-09-10 18:56 NP Hardass
2016-07-26 8:45 NP Hardass
2016-03-26 2:37 NP Hardass
2016-02-09 15:23 NP Hardass
2015-12-31 6:27 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=1466184908.4149f8c2fa6761d9bfef3574342b4bd76f5382ba.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