public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/
Date: Thu, 20 Apr 2017 16:35:08 +0000 (UTC)	[thread overview]
Message-ID: <1492706077.1aa26498c89086867a0fec40a6cde6401cc4ec28.perfinion@gentoo> (raw)

commit:     1aa26498c89086867a0fec40a6cde6401cc4ec28
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 06:42:15 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:34:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa26498

x11-themes/elementary-xfce-icon-theme: bump to 0.8

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-themes/elementary-xfce-icon-theme/Manifest     |  1 +
 .../elementary-xfce-icon-theme-0.8.ebuild          | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-themes/elementary-xfce-icon-theme/Manifest b/x11-themes/elementary-xfce-icon-theme/Manifest
index 5de1231fd7b..fa55db407f9 100644
--- a/x11-themes/elementary-xfce-icon-theme/Manifest
+++ b/x11-themes/elementary-xfce-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST elementary-xfce-icon-theme-0.7_p20160321.tar.gz 7464404 SHA256 177b520d986b9b63909cd9c575cb025ff5acd1c033bdad5ffe7f58a3e634e494 SHA512 5d96cb987d322e5689181498f3c1bbf9a9ddc16bbf919378c31e34df10596607fe09d5b619b5e0f3b066c8db33992c5554ca1631286836dbeb68aad5505ee800 WHIRLPOOL b5feab559d28a48bcb2169e6ed5f3b6fb6098e3ff8f09b3aacd12aac5c5a74ce906e8b133f1d36ac5ccc86475f92554f4ea7ea626b8f5a3c0525048c17d04810
+DIST elementary-xfce-icon-theme-0.8.tar.gz 7517799 SHA256 15f08395b89e955f479faf9bc9eaab7bc56f4d4f7d365a38b4b282a443a79c1a SHA512 6abf95e6b4aa41722848ac818f482eec3de012f69ed76db4396d9e572d6032d2ba32a6ed399b9446fb872c1d2f54baf862a0a55fc49ea15ba781ad54b91cd8f5 WHIRLPOOL 35d83601f6fd3a09de5c271140e55395e07c18c30b568ea7c7d8fb7da7bdc6aa994d3b73b4ac92f800e16b34846b6100c8771706cd7c8f50e2bd135476e7a842

diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8.ebuild
new file mode 100644
index 00000000000..c9b20a3f467
--- /dev/null
+++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils
+
+MY_PN="${PN/-icon-theme/}"
+
+DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
+HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="public-domain GPL-1 GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+	insinto /usr/share/icons/
+	dodoc README
+	for shade in elementary-xfce*; do
+		for doc in {AUTHORS,CONTRIBUTORS,LICENSE}; do
+			if [[ -f ${shade}/${doc} ]]; then
+				newdoc ${shade}/${doc} ${shade}-${doc}
+				rm -f ${shade}/${doc} || die
+			elif [[ -L ${shade}/${doc} ]]; then
+				unlink ${shade}/${doc} || die
+			fi
+		done
+		doins -r ${shade}
+	done
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }


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

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 16:35 Jason Zaman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  6:31 [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/ Michał Górny
2024-10-09  6:31 Michał Górny
2023-09-06 12:26 Michał Górny
2022-12-28 18:35 Sebastian Pipping
2022-05-13 20:04 Sam James
2022-01-06 10:39 David Seifert
2021-06-02  2:42 Yixun Lan
2021-01-11  9:21 Michał Górny
2021-01-11  9:21 Michał Górny
2021-01-10 23:19 Michał Górny
2020-07-19 14:19 Michał Górny
2020-06-22 15:36 Michał Górny
2020-05-04  9:40 Michał Górny
2020-03-24  7:55 Michał Górny
2019-10-04 13:48 Michał Górny
2019-07-09 22:24 Denis Dupeyron
2018-11-11 19:07 Michał Górny
2018-04-23  5:26 Jason Zaman
2017-10-15 11:17 Jason Zaman
2017-07-28 16:03 Denis Dupeyron
2017-06-09  7:39 Michał Górny
2017-05-09  7:24 Jason Zaman
2017-04-20 20:22 Denis Dupeyron
2016-04-02 23:57 Denis Dupeyron
2016-03-18 19:49 Denis Dupeyron
2016-03-18 17:56 Denis Dupeyron
2015-12-10 21:48 Denis Dupeyron
2015-10-14 21:16 Denis Dupeyron
2015-10-14 21:15 Denis Dupeyron
2015-09-17 20:15 Denis Dupeyron
2015-08-19 14:51 Denis Dupeyron
2015-08-19 14:50 Denis Dupeyron
2015-08-19  1:52 Denis Dupeyron

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=1492706077.1aa26498c89086867a0fec40a6cde6401cc4ec28.perfinion@gentoo \
    --to=perfinion@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