public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Denis Dupeyron" <calchan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/
Date: Wed, 19 Aug 2015 01:52:00 +0000 (UTC)	[thread overview]
Message-ID: <1439949082.ea79a7e1f6fa907f8f1f9159b7df2058aefa9204.calchan@gentoo> (raw)

commit:     ea79a7e1f6fa907f8f1f9159b7df2058aefa9204
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 01:51:22 2015 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 01:51:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea79a7e1

x11-themes/elementary-xfce-icon-theme: bump to 0.4_p20150808

Package-Manager: portage-2.2.20

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

diff --git a/x11-themes/elementary-xfce-icon-theme/Manifest b/x11-themes/elementary-xfce-icon-theme/Manifest
index 6e1085c..4f1aa5e 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.4_p20150327.tar.gz 7468590 SHA256 da7831641bb7bcc2a9102d38db2d88a370d7e32def1a4e4d9b686c5bb6a31f08 SHA512 8c92bf720ec2a283233726463654f8dc7293b7906616738be0952316193d868f6c62cf9a959c6bcff8684588ba083cd3450b2181d1331d5fdde658bd7e875d14 WHIRLPOOL 332524fd25999d7037e65f8259d9ba0a96719e39a1225f9b01d122092523a45de4af2d42038101416ede1f80e913b5768f11b97916de774a1cbd4dff638c643b
+DIST elementary-xfce-icon-theme-0.4_p20150808.tar.gz 7528512 SHA256 1a7e4044d39a449694823b4f2fd5b98bbb7a1bf4ab84145d06acb27cf3eff3f6 SHA512 26675e15558ddc764e1eb12b2d8a35c145c8b2b70005c9be1f600fea52b5fdd768b83463fe6e31fbe8a36dfb04ba0e5bf3ff033d2244d5f5f1938952d26eb8e4 WHIRLPOOL 31216f710d52b4fae1835fce25e77a50874e4a04a6b26d0bdd450cacf98a8da64b2f4c7a0204d863bb66cf76108eea0b73d4e69593a65e906829be300a5b3c99

diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.4_p20150808.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.4_p20150808.ebuild
new file mode 100644
index 0000000..9550d11
--- /dev/null
+++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.4_p20150808.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit gnome2-utils
+
+COMMIT="d59bd39ac41b0db96e16d045d2b8181ca66a9b01"
+
+DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
+HOMEPAGE="http://github.com/shimmerproject/elementary-xfce"
+SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+LICENSE="public-domain GPL-1 GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S=${WORKDIR}/elementary-xfce-${COMMIT}
+
+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}
+			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:[~2015-08-19  1:52 UTC|newest]

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

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=1439949082.ea79a7e1f6fa907f8f1f9159b7df2058aefa9204.calchan@gentoo \
    --to=calchan@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