From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/faenza-icon-theme/
Date: Fri, 12 Mar 2021 20:49:30 +0000 (UTC) [thread overview]
Message-ID: <1615582162.776ba48c2578c4a3b669fcddbd83cf7f558b1c14.asturm@gentoo> (raw)
commit: 776ba48c2578c4a3b669fcddbd83cf7f558b1c14
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb 4 18:08:04 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:49:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776ba48c
x11-themes/faenza-icon-theme: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
....1.ebuild => faenza-icon-theme-1.3.1-r1.ebuild} | 26 +++++++++-------------
x11-themes/faenza-icon-theme/metadata.xml | 18 +++++++++------
2 files changed, 21 insertions(+), 23 deletions(-)
diff --git a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild b/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1-r1.ebuild
similarity index 57%
rename from x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild
rename to x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1-r1.ebuild
index ed16020b395..34116d7b4b3 100644
--- a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1.ebuild
+++ b/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.1-r1.ebuild
@@ -1,30 +1,28 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit gnome2-utils
+EAPI=7
+
+inherit xdg
MY_P=${PN}_${PV}
DESCRIPTION="A scalable icon theme called Faenza"
-HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
+HOMEPAGE="https://tiheum.deviantart.com/art/Faenza-Icons-173323228"
# Use Ubuntu repo which has a proper faenza-icon-theme tarball
-#SRC_URI="https://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz"
-SRC_URI="https://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-RESTRICT="binchecks strip"
+#SRC_URI="https://faenza-icon-theme.googlecode.com/files/${MY_P}.tar.gz"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="minimal"
-RDEPEND="!minimal? ( x11-themes/adwaita-icon-theme )
- x11-themes/hicolor-icon-theme"
+RDEPEND="x11-themes/hicolor-icon-theme"
-S=${WORKDIR}/${PN}-${PV%.*}
+S="${WORKDIR}"/${PN}-${PV%.*}
src_prepare() {
+ xdg_src_prepare
local res x
for x in Faenza Faenza-Dark; do
for res in 22 24 32 48 64 96; do
@@ -44,7 +42,3 @@ src_install() {
# insinto ${somewhere}
# doins -r emesene dockmanager rhythmbox
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
diff --git a/x11-themes/faenza-icon-theme/metadata.xml b/x11-themes/faenza-icon-theme/metadata.xml
index a31537d9052..585a6d74632 100644
--- a/x11-themes/faenza-icon-theme/metadata.xml
+++ b/x11-themes/faenza-icon-theme/metadata.xml
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">faenza-icon-theme</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="google-code">faenza-icon-theme</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2021-03-12 20:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 20:49 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-21 12:32 [gentoo-commits] repo/gentoo:master commit in: x11-themes/faenza-icon-theme/ Pacho Ramos
2017-02-12 15:44 Agostino Sarubbo
2017-02-04 15:21 Agostino Sarubbo
2016-11-27 11:21 Pacho Ramos
2016-08-06 10:17 Pacho Ramos
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=1615582162.776ba48c2578c4a3b669fcddbd83cf7f558b1c14.asturm@gentoo \
--to=asturm@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