[gnome-sdk-images] Update to latest freedesktop-sdk-images



commit 87eed3c14a001d3dcb1ef33247f23be8a7aa9aad
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Jan 20 22:29:04 2016 +0100

    Update to latest freedesktop-sdk-images
    
    Picks up a few fixes from fd.o
    Drops the local libappdata-glib in favour of the fd.o one
    Drops the xlib stuff from gdk-pixbuf like the fd.o one

 freedesktop-sdk-images       |    2 +-
 specs/gdk-pixbuf2.spec       |    7 +--
 specs/gnome-sdk.spec         |    2 -
 specs/libappstream-glib.spec |  114 ------------------------------------------
 4 files changed, 3 insertions(+), 122 deletions(-)
---
diff --git a/freedesktop-sdk-images b/freedesktop-sdk-images
index c9522b2..f37b378 160000
--- a/freedesktop-sdk-images
+++ b/freedesktop-sdk-images
@@ -1 +1 @@
-Subproject commit c9522b213d62b470ca596a7859b2413f1e3eebf9
+Subproject commit f37b3785aeb473ecd4046093bb20124dea6e6bc0
diff --git a/specs/gdk-pixbuf2.spec b/specs/gdk-pixbuf2.spec
index 7cf25d5..7afd3eb 100644
--- a/specs/gdk-pixbuf2.spec
+++ b/specs/gdk-pixbuf2.spec
@@ -55,9 +55,9 @@ the functionality of the installed %{name} package.
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS             \
-        --with-x11                   \
+        --without-x11                \
         --without-libjasper          \
-        --with-included-loaders=png  \
+        --with-included-loaders="png,jpeg"  \
         --enable-installed-tests
 )
 make %{?_smp_mflags}
@@ -92,7 +92,6 @@ fi
 %files -f gdk-pixbuf.lang
 %doc AUTHORS COPYING NEWS
 %{_libdir}/libgdk_pixbuf-2.0.so.*
-%{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
 %{_libdir}/girepository-1.0
 %dir %{_libdir}/gdk-pixbuf-2.0
 %dir %{_libdir}/gdk-pixbuf-2.0/2.10.0
@@ -105,9 +104,7 @@ fi
 %files dev
 %{_includedir}/gdk-pixbuf-2.0
 %{_libdir}/libgdk_pixbuf-2.0.so
-%{_libdir}/libgdk_pixbuf_xlib-2.0.so
 %{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc
-%{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc
 %{_bindir}/gdk-pixbuf-csource
 %{_bindir}/gdk-pixbuf-pixdata
 %{_datadir}/gir-1.0
diff --git a/specs/gnome-sdk.spec b/specs/gnome-sdk.spec
index 303f0c5..42dcfe0 100644
--- a/specs/gnome-sdk.spec
+++ b/specs/gnome-sdk.spec
@@ -10,7 +10,6 @@ BuildArch: noarch
 
 BuildRequires: gnome-platform
 BuildRequires: freedesktop-sdk
-BuildRequires: libappstream-glib
 
 Requires: gnome-platform
 Requires: freedesktop-sdk
@@ -32,7 +31,6 @@ Requires: gtk2-dev
 Requires: gtk3-dev
 Requires: gvfs-dev
 Requires: hyphen-dev
-Requires: libappstream-glib-dev
 Requires: libcroco-dev
 Requires: libnotify-dev
 Requires: librsvg2-dev


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]