[packages/w3m] use imlib2 as imagelib
atler
atler at pld-linux.org
Tue Jan 12 21:08:33 CET 2021
commit b22ab8dc82d039c4758160203071ba8856fb75ff
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jan 12 20:47:12 2021 +0100
use imlib2 as imagelib
w3m.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/w3m.spec b/w3m.spec
index 8aca505..9aad9b9 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -32,8 +32,7 @@ BuildRequires: gc-devel
BuildRequires: gettext-tools
BuildRequires: gpm-devel
%if %{with image}
-BuildRequires: gtk+2-devel >= 1:2.0
-BuildRequires: imlib2-devel
+BuildRequires: imlib2-devel >= 1.0.5
%endif
BuildRequires: ncurses-devel >= 5.0
BuildRequires: openssl-devel >= 0.9.7d
@@ -80,6 +79,7 @@ Summary: Image display support for w3m
Summary(pl.UTF-8): Wyświetlanie obrazków dla w3m
Group: Applications/Networking
Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: imlib2 >= 1.0.5
%description imgdisplay
Install this package if you want to display images in w3m run on xterm
@@ -113,7 +113,7 @@ cp -f /usr/share/automake/config.sub .
--enable-gopher \
%if %{with image}
--enable-image="x11,fb,fb+s" \
- --with-imagelib="gdk-pixbuf" \
+ --with-imagelib="imlib2" \
%else
--disable-image \
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/w3m.git/commitdiff/ebc32427717989b1d01a222ff7a795a3a7914b59
More information about the pld-cvs-commit
mailing list