fluxbox: bump to 1.3.5

Remove obsolete patch.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov 2013-12-20 11:55:16 +01:00 committed by Peter Korsgaard
parent 9dc1bbe5ea
commit cdc12b9b62
2 changed files with 1 additions and 20 deletions

View File

@ -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)]

View 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