public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/
Date: Sat,  8 Oct 2016 22:58:24 +0000 (UTC)	[thread overview]
Message-ID: <1475967482.4da4f5fd78ccb04aaa014e47be7c632cf1549da4.eva@gentoo> (raw)

commit:     4da4f5fd78ccb04aaa014e47be7c632cf1549da4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 21:33:56 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 22:58:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da4f5fd

x11-themes/zuki-themes: initial ebuild

Replacement for zukitwo and zukitwo-shell ebuilds now that upstream is versioning etc.

Package-Manager: portage-2.3.1

 x11-themes/zuki-themes/Manifest                |  1 +
 x11-themes/zuki-themes/metadata.xml            | 16 +++++++++
 x11-themes/zuki-themes/zuki-themes-3.20.ebuild | 48 ++++++++++++++++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest
new file mode 100644
index 00000000..e72bea5
--- /dev/null
+++ b/x11-themes/zuki-themes/Manifest
@@ -0,0 +1 @@
+DIST zuki-themes-3.20.tar.gz 910945 SHA256 b1c6c60d5bc47085054c52b75c8f05b97a7abc33f922ff3af16ecf41efb03437 SHA512 ffe7044bcb1974fc9c63dd8d6e5fa7278a58956df92a943832d6c1de282552ac69593ed5ce5376500fd48a12d80cb8c7e946cb0fe45dd07e5020734f7fa42180 WHIRLPOOL 9ece85ad75599e12dddad2ed0279a46c30be87c0ee602a2fd455e5f8e9200c2f6f718cded5c17f4d8afde68bc5bd84c6640f29442c7d4827b1eda215829ea2fc

diff --git a/x11-themes/zuki-themes/metadata.xml b/x11-themes/zuki-themes/metadata.xml
new file mode 100644
index 00000000..1ac530d
--- /dev/null
+++ b/x11-themes/zuki-themes/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>gnome@gentoo.org</email>
+		<name>Gentoo GNOME Desktop</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lassekongo83/zuki-themes</remote-id>
+	</upstream>
+	<use>
+		<flag name="gnome-shell">Install theme for <pkg>gnome-base/gnome-shell</pkg></flag>
+		<flag name="mate">Install Metacity theme for <pkg>mate-base/mate</pkg></flag>
+		<flag name="xfce">Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
+	</use>
+</pkgmetadata>

diff --git a/x11-themes/zuki-themes/zuki-themes-3.20.ebuild b/x11-themes/zuki-themes/zuki-themes-3.20.ebuild
new file mode 100644
index 00000000..47d2819
--- /dev/null
+++ b/x11-themes/zuki-themes/zuki-themes-3.20.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV="${PV}-1"
+DESCRIPTION="Zuki themes for GTK, gnome-shell and more"
+HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
+SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome-shell mate xfce"
+
+RDEPEND="
+	>=x11-themes/gnome-themes-standard-3.6
+	>=x11-themes/gtk-engines-murrine-0.98.1.1
+	gnome-shell? ( media-fonts/roboto )
+	!<x11-themes/zukitwo-2016.08.08
+	!<x11-themes/zukitwo-shell-2016.08.08
+"
+DEPEND=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+	insinto /usr/share/themes/Zukitre
+	doins -r Zukitre/{index.theme,gtk-2.0,gtk-3.0}
+	use xfce && doins -r Zukitre/xfwm4
+
+	insinto /usr/share/themes/Zukitwo
+	doins -r Zukitwo/{index.theme,gtk-2.0,gtk-3.0}
+	use mate && doins -r Zukitwo/metacity-1
+	use xfce && doins -r Zukitwo/xfwm4
+
+	if use gnome-shell ; then
+		insinto /usr/share/themes
+		doins -r Zuki-shell
+	fi
+
+	default
+}


             reply	other threads:[~2016-10-08 22:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-08 22:58 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-11 18:31 [gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/ Pacho Ramos
2017-08-18  7:50 Gilles Dartiguelongue
2017-12-13  0:09 Sebastian Pipping
2018-01-18  3:18 Mikle Kolyada
2018-02-03 23:43 Mart Raudsepp
2018-09-28 13:51 Mart Raudsepp
2019-03-13 20:53 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-05-08  9:33 Mikle Kolyada
2019-05-10 17:49 Mikle Kolyada
2019-05-18 23:05 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-12-08 11:41 Mikle Kolyada
2019-12-08 11:52 Mikle Kolyada
2019-12-23 21:26 Mart Raudsepp
2022-05-09 22:09 Matt Turner
2022-07-02 20:47 Sam James
2022-07-06  1:24 Sam James
2022-07-21  2:04 Matt Turner

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=1475967482.4da4f5fd78ccb04aaa014e47be7c632cf1549da4.eva@gentoo \
    --to=eva@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