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, 14 Oct 2015 21:15:31 +0000 (UTC) [thread overview]
Message-ID: <1444857314.7a1ccd54ecd7dfeed38f0a6b287be5d2814dfd3c.calchan@gentoo> (raw)
commit: 7a1ccd54ecd7dfeed38f0a6b287be5d2814dfd3c
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 21:14:15 2015 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 21:15:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1ccd54
x11-themes/elementary-xfce-icon-theme: bump to 0.7_p20150920
x11-themes/elementary-xfce-icon-theme/Manifest | 1 +
...elementary-xfce-icon-theme-0.7_p20150920.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 2561df6..76b6920 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_p20150909.tar.gz 7513890 SHA256 e93922cde51a04c0074101a145c590c71b2209fd8ad9b6cf86ff097a14a8bc4b SHA512 840385c2da596774e42b62c2db786915abe7acaa95d317ab32ed07b8d370ca4d39fde494fcf6b998e3316a56d9b952ce48cc17c8fa0985f0faaa89640e81eb37 WHIRLPOOL e179c29a3149d2ad47f7e7c94617738aec0b9d93e458472498e93025df608c739eefe3d13bd8cf7a28e18b391a642dad43694f15da40bcf48e93dc241691932d
+DIST elementary-xfce-icon-theme-0.7_p20150920.tar.gz 7545853 SHA256 bfa837d6775d0e3949e631473830a40a63e61addd443fe45f4c020ac62d8e6d8 SHA512 113c505c4f7a0a7ebffebbaf6d64a02da14ef95af854f2e985f288078deec849aa665069f691c00c321deb0196b211379072db52fa1bf6160679fedcbed00d94 WHIRLPOOL 92e26edabc7aace55c628bd02c4bb4c28884c47994e9f2e17c493447426db83cc5e29525ec30ef7a56e7266c4a96e13daab215c265924243d64c6d9c4ae77ab1
diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20150920.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20150920.ebuild
new file mode 100644
index 0000000..dd9491f
--- /dev/null
+++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20150920.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="b19b0b26fc2aba875fef5b06173423af48cbe563"
+
+DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
+HOMEPAGE="https://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; }
next reply other threads:[~2015-10-14 21:15 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 21:15 Denis Dupeyron [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 20:23 [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/ Arthur Zamarin
2025-06-21 17:07 Michał Górny
2025-03-08 10:56 Michał Górny
2025-03-08 7:24 Michał Górny
2025-03-08 7:24 Michał Górny
2025-02-06 4:10 Michał Górny
2024-10-09 6:31 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
2017-04-20 16:35 Jason Zaman
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-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=1444857314.7a1ccd54ecd7dfeed38f0a6b287be5d2814dfd3c.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