fluxbox: bump to 1.3.5
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 20 Dec 2013 10:55:16 +0000 (11:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 20 Dec 2013 14:44:41 +0000 (15:44 +0100)
Remove obsolete patch.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fluxbox/fluxbox-1.3.2-fix-configure.patch [deleted file]
package/fluxbox/fluxbox.mk

diff --git a/package/fluxbox/fluxbox-1.3.2-fix-configure.patch b/package/fluxbox/fluxbox-1.3.2-fix-configure.patch
deleted file mode 100644 (file)
index 2cb8273..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Avoid to call the imlib2-config that may be installed on the host system
-(even when --with-imlib2-prefix or --with-imlib2-exec-prefix is passed to
-the configure script), which totally screws up the resulting linker flags.
-
-Inspired by: http://git.fluxbox.org/fluxbox.git/commit/?id=b178bed60b5bd8b2c9ed0cbc67fd729ff3820589
-
-Signed-off-by: Samuel Martin <s.martin49@gmail.com>
-
---- fluxbox-1.3.2.orig/configure.in    2012-10-21 16:11:59.445749396 +0200
-+++ fluxbox-1.3.2/configure.in 2012-10-21 16:35:27.658390856 +0200
-@@ -443,8 +443,6 @@ if test x$enable_imlib2 = "xyes"; then
-       [
-          IMLIB2=true
-          AC_DEFINE(HAVE_IMLIB2, [], [Imlib2 support])
--         IMLIB2_LIBS=`imlib2-config --libs`
--         IMLIB2_CFLAGS=`imlib2-config --cflags`
-          LIBS="$LIBS $IMLIB2_LIBS"
-          CXXFLAGS="$CXXFLAGS $IMLIB2_CFLAGS"
-        ], [ AC_MSG_RESULT(no)]
index 262cb0deaecd0bd3db63eb3f1801c3ecc2e037cb..2efa28c7ca016d588689c77898e53e182bd16013 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FLUXBOX_VERSION = 1.3.2
+FLUXBOX_VERSION = 1.3.5
 FLUXBOX_SOURCE = fluxbox-$(FLUXBOX_VERSION).tar.bz2
 FLUXBOX_SITE = http://downloads.sourceforge.net/project/fluxbox/fluxbox/$(FLUXBOX_VERSION)
 FLUXBOX_LICENSE = MIT