public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/
Date: Fri, 13 May 2022 20:04:13 +0000 (UTC)	[thread overview]
Message-ID: <1652472223.56c3fc5d0a648f8e0c48354b01d7639999b650e5.sam@gentoo> (raw)

commit:     56c3fc5d0a648f8e0c48354b01d7639999b650e5
Author:     Alexander Kurakin <kuraga333 <AT> mail <DOT> ru>
AuthorDate: Tue Apr 26 16:02:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 13 20:03:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c3fc5d

x11-themes/elementary-xfce-icon-theme: bump to version 0.16

Closes: https://bugs.gentoo.org/841029
Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/25214
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/elementary-xfce-icon-theme/Manifest     |  1 +
 .../elementary-xfce-icon-theme-0.16.ebuild         | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-themes/elementary-xfce-icon-theme/Manifest b/x11-themes/elementary-xfce-icon-theme/Manifest
index e0f95d6eaaec..1a609f388ccd 100644
--- a/x11-themes/elementary-xfce-icon-theme/Manifest
+++ b/x11-themes/elementary-xfce-icon-theme/Manifest
@@ -1,2 +1,3 @@
 DIST elementary-xfce-0.15.1.tar.gz 6198394 BLAKE2B 18638aa2c55a01a48fc342a836c9271aeb09524ee1032bc8237fc864e92fa09f8784439ab793f474311465ef40710ac7665217496ce98444ae146c7c526d43da SHA512 e28524c0a1f3b2b35a43428ab4de58e0e7635b5ca4e57f88d44de356965dd978d34aeb514440d7413dd8cdaf1b869bd5024e63cb3bd668fe9b47b52872de9445
 DIST elementary-xfce-0.15.2.tar.gz 6215682 BLAKE2B 917f9b8f555a02d01807695b67857e4f31b3a1d6229727f992c299f119641c1ec2c62098473f7617a77cd25ba8e385cbb2209d2bf73554cb6934faf610a18b00 SHA512 c7d62dc38295ed9fa66e9e21f06d18bdd095aaa6f5f012065e70517117d8daa05c3a25942185fdfcd5a2b79e510c55983a09dee79568e95e8f22e6199ec28ef0
+DIST elementary-xfce-0.16.tar.gz 6983116 BLAKE2B e33f244d6a19ba447149981e57cc5a41a98f17039ba0ae546945b75dabefde3bc15288fb8d09b00c500de8cf11ed37160b0b35d7d653d9a8eb29ed6117edb723 SHA512 d1f1338e3b6d2835741835be04db03154bef8fc53dd365855f646c3668f108f1a6d2ea7c7e8b07152f79cfcf29dc9959b2363417ca19b425da908c913fdab960

diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.16.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.16.ebuild
new file mode 100644
index 000000000000..036ea4f33508
--- /dev/null
+++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.16.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg toolchain-funcs
+
+MY_P="${PN%-icon-theme}-${PV}"
+DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
+HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
+SRC_URI="https://github.com/shimmerproject/elementary-xfce/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="public-domain GPL-1 GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="
+	media-gfx/optipng
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3"
+
+src_prepare() {
+	sed -i -e 's:-Werror -O0 -pipe:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:' \
+		svgtopng/Makefile || die
+	default
+}
+
+src_configure() {
+	# custom script
+	./configure --prefix="${EPREFIX}/usr" || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	default
+	# delete dangling doc links
+	find -L "${D}" -type l -delete || die
+}


             reply	other threads:[~2022-05-13 20:04 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 20:04 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  6:31 [gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/ 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-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-10-14 21:15 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=1652472223.56c3fc5d0a648f8e0c48354b01d7639999b650e5.sam@gentoo \
    --to=sam@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