public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/
Date: Sat,  8 Dec 2018 10:35:09 +0000 (UTC)	[thread overview]
Message-ID: <1544265284.aa5dfa5e093d5efe5cf22c488b1c94344238cc8a.tomjbe@gentoo> (raw)

commit:     aa5dfa5e093d5efe5cf22c488b1c94344238cc8a
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 10:33:55 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 10:34:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5dfa5e

media-radio/xlog: Fix broken .png files

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/670616
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/xlog/xlog-2.0.15.ebuild | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/media-radio/xlog/xlog-2.0.15.ebuild b/media-radio/xlog/xlog-2.0.15.ebuild
index 122b4ea8208..41a2bb14fd6 100644
--- a/media-radio/xlog/xlog-2.0.15.ebuild
+++ b/media-radio/xlog/xlog-2.0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ RDEPEND="media-libs/hamlib
 	dev-libs/glib:2
 	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
+	media-libs/libpng:0
 	sys-devel/gettext
 	virtual/pkgconfig"
 
@@ -37,6 +38,16 @@ src_prepare() {
 	sed -i -e "s:HAMLIB_LIBS@:HAMLIB_LIBS@ -lm:g" src/Makefile.am || die
 	eautoreconf
 
+	# Fix broken png files<<
+	einfo "Fixing broken png files."
+	pushd "${S}"/data/doc/manual/output/html
+	for png in xlog-clock.png xlog-dropdown.png xlog-editbox.png; do
+		pngfix -q --out=out.png ${png}
+		mv -f out.png "${png}" || die
+	done
+	popd
+	einfo "done ..."
+
 	eapply_user
 }
 


             reply	other threads:[~2018-12-08 10:35 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-08 10:35 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25 20:07 [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/ Sam James
2024-11-25 19:01 Sam James
2024-10-08 18:29 Thomas Beierlein
2024-01-15 13:41 Thomas Beierlein
2021-12-14 18:31 Thomas Beierlein
2021-11-11 18:55 Jakov Smolić
2021-11-11 17:57 Jakov Smolić
2021-10-09  7:23 Thomas Beierlein
2021-09-26 15:07 Thomas Beierlein
2021-06-24  5:21 Thomas Beierlein
2021-06-24  5:21 Thomas Beierlein
2021-05-30  0:06 Sam James
2021-05-30  0:06 Sam James
2021-04-19 23:12 Sam James
2021-04-18 14:32 Thomas Beierlein
2021-04-18 14:32 Thomas Beierlein
2021-03-28 18:18 Sam James
2021-03-28 18:18 Sam James
2021-03-11 15:40 Thomas Beierlein
2021-02-04 17:52 Thomas Beierlein
2021-02-04 17:49 Thomas Beierlein
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-07-08 17:22 Thomas Beierlein
2020-07-08 17:22 Thomas Beierlein
2019-05-20 11:43 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-03-11 14:17 Thomas Beierlein
2018-06-02  0:57 Aaron Bauman
2018-01-23  6:22 Thomas Beierlein
2018-01-02  0:36 Mikle Kolyada
2017-12-19 15:46 Thomas Deutschmann
2017-11-14 17:06 Thomas Beierlein
2017-06-08 10:16 Agostino Sarubbo
2017-05-01 13:19 Thomas Beierlein
2017-03-06 18:40 Thomas Beierlein
2017-01-26 14:53 Agostino Sarubbo
2017-01-26 14:45 Agostino Sarubbo
2015-12-27 16:08 Thomas Beierlein
2015-12-27 15:59 Thomas Beierlein
2015-12-27 15:57 Thomas Beierlein

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=1544265284.aa5dfa5e093d5efe5cf22c488b1c94344238cc8a.tomjbe@gentoo \
    --to=tomjbe@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