]> git.pld-linux.org Git - packages/netsurf.git/commitdiff
- fixed build with gdk-pixbuf 2.31.x auto/th/netsurf-3.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Dec 2014 20:57:30 +0000 (21:57 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Dec 2014 20:57:30 +0000 (21:57 +0100)
- libglade no longer needed

netsurf.spec

index cb5c343889bc256ac4515fab4b3fae16cb1a6a41..4a42066ba4ff0767c121f29ba77281e2b72c2638 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without gstreamer       # GStreamer-based video support
-%bcond_without js              # Javascript
+%bcond_without js              # JavaScript support
 %bcond_with    pdf             # PDF export and GTK+ printing support via libharu [needs update?]
 %bcond_without webp            # WebP image support
 #
@@ -27,7 +27,6 @@ BuildRequires:        gtk+2-devel >= 2.0
 %{?with_js:BuildRequires:      js185-devel}
 BuildRequires: libCSS-devel >= 0.4.0
 BuildRequires: libdom-devel >= 0.1.1
-BuildRequires: libglade2-devel
 %{?with_pdf:BuildRequires:     libharu-devel}
 BuildRequires: libhubbub-devel >= 0.3.0
 BuildRequires: libjpeg-devel
@@ -155,6 +154,8 @@ EOF
 # GStreamer 0.10 uses now deprecated glib mutex APIs
 %{__sed} -i -e '/-DG_DISABLE_DEPRECATED/d' gtk/Makefile.target
 %endif
+# gdk-pixbuf 2.31 deprecates GdkPixdata
+%{__sed} -i -e '/-DGDK_PIXBUF_DISABLE_DEPRECATED/d' gtk/Makefile.target
 
 %build
 export CC="%{__cc}"
This page took 0.091465 seconds and 4 git commands to generate.