From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
Date: Thu, 20 Apr 2017 16:35:08 +0000 (UTC) [thread overview]
Message-ID: <1492706074.196e67aaba8fab696b8e67edb60540d027a1766e.perfinion@gentoo> (raw)
commit: 196e67aaba8fab696b8e67edb60540d027a1766e
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 05:19:19 2017 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:34:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196e67aa
x11-themes/greybird: bump to 3.22.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-themes/greybird/Manifest | 1 +
x11-themes/greybird/greybird-3.22.3.ebuild | 54 ++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index ba44f20f7c0..edb88f5d420 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -3,3 +3,4 @@ DIST greybird-1.3.4.tar.gz 116901 SHA256 d4c3ea3445d191f639fd045feea43f7139375da
DIST greybird-1.5.3.tar.gz 118732 SHA256 856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae WHIRLPOOL c7b724e11a7f2a4098b83744bba06e93f7c04fb5725b25a6d373f0b11438df9cbdd7db07fbe93e43f173b4ed6de2221eef0702622a3601a0f72c049c2bc54c8c
DIST greybird-3.18.0.tar.gz 133088 SHA256 85a2d6bb73c32fb1caba2e5881dcf604af5b394bb8818058df874398e6dfe96f SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d WHIRLPOOL 74ed3e6e7c0bd7cccec71e908e77758b649ca1c112368db0f6474c13a2cbb4b509894f79b51fb9b73fbdbc4376ae40dd542a7488b7ce65fb9b2328c2a4a0b9e7
DIST greybird-3.20.1.tar.gz 193824 SHA256 31da67ba87e90e28b37ebe5f29e0250b1c3478be96ef3f0131409c333f9d5c11 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e WHIRLPOOL a5e6dac032585c32e66a6bb700c0d936895b6a8ac9f7718549f66ba0e38dd2bed91a24fd9070b965f41f39bff8da709f9d447f5c44c00ab45c8f57ab461e92aa
+DIST greybird-3.22.3.tar.gz 194488 SHA256 7b81451f6157c49e4a8b01c4889668c3bc7653fc0a910e536a615705fbb5aec3 SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b WHIRLPOOL a8706cf2ef13ec8b2134c229e8caaeb029d4ac20e588062857048502e96a276bfbab956a29e50a28302fa47ecbe2c86cc6c38dc8bd54c7757fc40fe8ead4a6dc
diff --git a/x11-themes/greybird/greybird-3.22.3.ebuild b/x11-themes/greybird/greybird-3.22.3.ebuild
new file mode 100644
index 00000000000..8f8ce5e67bf
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ayatana gnome"
+
+RDEPEND="
+ >=x11-themes/gtk-engines-murrine-0.90
+ >=x11-libs/gtk+-3.22:3
+"
+DEPEND="${RDEPEND}
+ dev-ruby/sass
+ dev-libs/glib:2
+"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+#RESTRICT="binchecks strip"
+
+src_prepare() {
+ eapply_user
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+ use ayatana || rm -rf unity
+ use gnome || rm -rf metacity-1
+ popd > /dev/null || die
+}
+
+pkg_postinst() {
+ if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+ elog "For upstream's default icon theme, please emerge"
+ elog "x11-themes/elementary-xfce-icon-theme"
+ fi
+ if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+ elog "For upstream's default cursor theme, please emerge"
+ elog "x11-themes/vanilla-dmz-xcursors"
+ fi
+}
next reply other threads:[~2017-04-20 16:35 UTC|newest]
Thread overview: 35+ 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 --
2021-12-30 3:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/ Jonas Stein
2021-04-04 18:55 Andreas Sturmlechner
2021-02-01 5:55 Joonas Niilola
2021-02-01 4:42 Sam James
2021-01-30 10:02 Sam James
2021-01-29 11:25 Joonas Niilola
2021-01-29 11:25 Joonas Niilola
2021-01-29 11:25 Joonas Niilola
2020-09-04 8:46 Jeroen Roovers
2020-06-13 12:29 Mart Raudsepp
2020-05-23 10:08 Pacho Ramos
2020-02-10 9:52 Jeroen Roovers
2020-02-10 9:52 Jeroen Roovers
2019-08-25 7:35 Jeroen Roovers
2019-08-25 7:35 Jeroen Roovers
2019-03-02 19:56 Sergei Trofimovich
2019-02-03 12:27 Jeroen Roovers
2018-07-10 17:38 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-04-02 7:36 Jason Zaman
2016-12-05 20:34 Pacho Ramos
2016-10-12 14:20 Ian Stakenvicius
2016-10-12 14:20 Ian Stakenvicius
2016-10-11 20:23 Ian Stakenvicius
2016-10-11 19:16 Ian Stakenvicius
2016-08-03 14:06 Jeroen Roovers
2016-07-24 20:18 Jeroen Roovers
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=1492706074.196e67aaba8fab696b8e67edb60540d027a1766e.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