calchan 15/04/21 03:50:08
Added: ristretto-0.8.0-fix-appdata-validation.patch
ristretto-0.8.0-fix-icon-installation.patch
Log:
Fix bug #542604, thanks to Coacher.
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1
media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch?rev=1.1&content-type=text/plain
Index: ristretto-0.8.0-fix-appdata-validation.patch
===================================================================
>From 3ae341ba0bbf5c0fefcdb02a3674061a6b73f7db Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <[email protected]>
Date: Mon, 2 Mar 2015 15:41:11 +0300
Subject: appdata fails validation (Bug #11622)
appstream-util fails with "cannot contain a hyperlink".
Signed-off-by: Eric Koegel <[email protected]>
diff --git a/ristretto.appdata.xml.in b/ristretto.appdata.xml.in
index 0ff8b22..ea7a96f 100644
--- a/ristretto.appdata.xml.in
+++ b/ristretto.appdata.xml.in
@@ -66,7 +66,7 @@
<release version="0.6.0" timestamp="1335662454">
<description>
<_p>This version comes with several changes such as online
documentation on
- http://docs.xfce.org, the option to limit the maximum image-quality
to
+ docs.xfce.org, the option to limit the maximum image-quality to
the screen dimensions to improve memory-usage and performance - now
ristretto
renders at full quality with this option disabled, only one toolbar
- instead
of two, a quick-launch button on the toolbar to execute an editor,
the option
--
cgit v0.10.1
1.1
media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch?rev=1.1&content-type=text/plain
Index: ristretto-0.8.0-fix-icon-installation.patch
===================================================================
This should normally patch Makefile.am and use autotools.eclass to re-run
autoreconf. However, this does not work out of the box and pulling out the big
artillery to fix a simple typo which will be gone in the next release wasn't
worth the trouble.
See https://bugs.gentoo.org/542604.
Denis Dupeyron <[email protected]>
--- icons/128x128/Makefile.in.orig 2015-04-20 21:16:04.376497095 -0600
+++ icons/128x128/Makefile.in 2015-04-20 21:16:23.423138219 -0600
@@ -337,7 +337,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
icons_DATA = ristretto.png
EXTRA_DIST = $(icons_DATA)
all: all-am