public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/sweet-folders-icon-theme/
Date: Thu, 11 Jun 2020 01:28:38 +0000 (UTC)	[thread overview]
Message-ID: <1591838911.a525fda283499c20a6c6715e46245dc497bc7dec.epsilon-0@gentoo> (raw)

commit:     a525fda283499c20a6c6715e46245dc497bc7dec
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Jun 11 01:28:31 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Jun 11 01:28:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a525fda2

x11-themes/sweet-folders-icon-theme: sweet gradient folder icons

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 x11-themes/sweet-folders-icon-theme/Manifest       |  1 +
 x11-themes/sweet-folders-icon-theme/metadata.xml   |  8 +++++++
 .../sweet-folders-icon-theme-0_pre20200227.ebuild  | 28 ++++++++++++++++++++++
 .../sweet-folders-icon-theme-9999.ebuild           | 28 ++++++++++++++++++++++
 4 files changed, 65 insertions(+)

diff --git a/x11-themes/sweet-folders-icon-theme/Manifest b/x11-themes/sweet-folders-icon-theme/Manifest
new file mode 100644
index 0000000..43d978a
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST sweet-folders-icon-theme-0_pre20200227.tar.gz 1475423 BLAKE2B e64b5b018a8e56f0ee107b36b203299addf4816a5525560056dae322c634cccb52c314ac2b86b3678a26c27bd65ceb2d5c9afc98b119bc2f68f2cfd33a77ea8c SHA512 4c4a06c5ddbe50a2030ba4b5cf57429ec7525a3e7db0c5ae9b10fbdc99f21cbd04c045a37d49c77e0a8fe55aa2c76a45340a99e9a227c1a89879cb4f46f36867

diff --git a/x11-themes/sweet-folders-icon-theme/metadata.xml b/x11-themes/sweet-folders-icon-theme/metadata.xml
new file mode 100644
index 0000000..a3865a3
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>gentoo@aisha.cc</email>
+        <name>Aisha Tammy</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
new file mode 100644
index 0000000..c416d3b
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PN="Sweet-folders"
+
+DESCRIPTION="sweet gradient icons"
+
+HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
+
+if [[ "${PV}" == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
+else
+	COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
+	SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+	S="${WORKDIR}/${MY_PN}-${COMMIT}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+	insinto /usr/share/icons/
+	doins -r Sweet-*
+}

diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
new file mode 100644
index 0000000..c416d3b
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PN="Sweet-folders"
+
+DESCRIPTION="sweet gradient icons"
+
+HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
+
+if [[ "${PV}" == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
+else
+	COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
+	SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+	S="${WORKDIR}/${MY_PN}-${COMMIT}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+	insinto /usr/share/icons/
+	doins -r Sweet-*
+}


             reply	other threads:[~2020-06-11  1:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11  1:28 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-13 13:00 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/sweet-folders-icon-theme/ Aisha Tammy
2020-11-12 18:48 Aisha Tammy

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=1591838911.a525fda283499c20a6c6715e46245dc497bc7dec.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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