Hello community,

here is the log from the commit of package wmakerconf for openSUSE:Factory 
checked in at 2016-05-08 10:45:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wmakerconf (Old)
 and      /work/SRC/openSUSE:Factory/.wmakerconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wmakerconf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wmakerconf/wmakerconf.changes    2016-03-18 
21:42:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wmakerconf.new/wmakerconf.changes       
2016-05-08 10:45:25.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 18 09:56:25 UTC 2016 - [email protected]
+
+- Add wmakerconf-link-x11.patch: link mkpreview with libX11 for
+  XOpenDisplay.
+
+-------------------------------------------------------------------

New:
----
  wmakerconf-link-x11.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wmakerconf.spec ++++++
--- /var/tmp/diff_new_pack.pBt9JN/_old  2016-05-08 10:45:26.000000000 +0200
+++ /var/tmp/diff_new_pack.pBt9JN/_new  2016-05-08 10:45:26.000000000 +0200
@@ -34,6 +34,8 @@
 Patch10:        %{name}-2.12-wmaker-0.95_support.patch
 # PATCH - Fix SUSE: implicit-pointer-decl
 Patch11:        %{name}-implicit-pointer-decl.patch
+# PATCH-FIX-UPSTREAM wmakerconf-link-x11.patch [email protected] -- Link 
mkpreview with libX11 for XOpenDisplay
+Patch12:        %{name}-link-x11.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  WindowMaker-devel
 BuildRequires:  automake
@@ -60,6 +62,7 @@
 %patch9
 %patch10
 %patch11
+%patch12 -p1
 # ---------------------------------------------------------------------------
 
 %build

++++++ wmakerconf-link-x11.patch ++++++
Index: wmakerconf-2.12/configure.ac
===================================================================
--- wmakerconf-2.12.orig/configure.ac
+++ wmakerconf-2.12/configure.ac
@@ -292,6 +292,9 @@ AC_SUBST(DATADIR)
 WWWGET=$wwwget
 AC_SUBST(WWWGET)
 
+# mkpreview requries X11 symbols XOpenDisplay
+PKG_CHECK_MODULES(X11, x11)
+
 if test -n "$www_support"; then
         AC_DEFINE(WWWREQUEST, 1, [Define if you want to use WWW requests])
 fi
Index: wmakerconf-2.12/src/Makefile.am
===================================================================
--- wmakerconf-2.12.orig/src/Makefile.am
+++ wmakerconf-2.12/src/Makefile.am
@@ -11,12 +11,12 @@
 bin_PROGRAMS           = wmakerconf @MKPREVIEW@
 EXTRA_PROGRAMS         = mkpreview
 
-wmakerconf_LDADD       = $(GDK_IMLIB_LIBS) @INTLLIBS@ @WRASTERLIBS@ @WMFUNLIBS@
+wmakerconf_LDADD       = $(GDK_IMLIB_LIBS) $(X11_LIBS) @INTLLIBS@ 
@WRASTERLIBS@ @WMFUNLIBS@
 wmakerconf_SOURCES     = dialog.c dndtree.c error.c icons.c keys.c load.c \
                          menu.c misc.c path.c previews.c rimage.c rootmenu.c \
                          shortcuts.c simple.c texture.c themebrowser.c \
                          window.c wmconfig.c
-mkpreview_LDADD                = @WRASTERLIBS@
+mkpreview_LDADD                = $(X11_LIBS) @WRASTERLIBS@
 
 noinst_HEADERS         = dndtree.h misc.h menu.h error.h window.h icons.h \
                          dialog.h path.h rootmenu.h shortcuts.h simple.h \

Reply via email to