1
0
forked from ports/contrib

fluxbox: 1.0.0 -> 1.1.1

This commit is contained in:
Thomas Penteker 2009-09-17 00:32:59 +02:00
parent cd1bd733f9
commit 49eb9ff4d0
4 changed files with 9 additions and 23 deletions

View File

@ -13,14 +13,19 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/fbrun.1.gz
-rw-r--r-- root/root usr/man/man1/fbsetbg.1.gz
-rw-r--r-- root/root usr/man/man1/fbsetroot.1.gz
-rw-r--r-- root/root usr/man/man1/fluxbox-remote.1.gz
-rw-r--r-- root/root usr/man/man1/fluxbox.1.gz
-rw-r--r-- root/root usr/man/man1/fluxstyle.1.gz
-rw-r--r-- root/root usr/man/man1/startfluxbox.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/fluxbox-keys.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fluxbox/
-rw-r--r-- root/root usr/share/fluxbox/apps
-rw-r--r-- root/root usr/share/fluxbox/init
-rw-r--r-- root/root usr/share/fluxbox/keys
-rw-r--r-- root/root usr/share/fluxbox/menu
-rw-r--r-- root/root usr/share/fluxbox/overlay
drwxr-xr-x root/root usr/share/fluxbox/styles/
-rw-r--r-- root/root usr/share/fluxbox/styles/Artwiz
drwxr-xr-x root/root usr/share/fluxbox/styles/BlueFlux/
@ -166,3 +171,4 @@ drwxr-xr-x root/root usr/share/fluxbox/styles/zimek_darkblue/
-rw-r--r-- root/root usr/share/fluxbox/styles/zimek_darkblue/theme.cfg
drwxr-xr-x root/root usr/share/fluxbox/styles/zimek_green/
-rw-r--r-- root/root usr/share/fluxbox/styles/zimek_green/theme.cfg
-rw-r--r-- root/root usr/share/fluxbox/windowmenu

View File

@ -1,2 +1 @@
990e276ead0d04421dce4080f485caca fluxbox-1.0.0.tar.bz2
b279eaea94403da8eed68b5dc127d3ab fluxbox-gcc43.patch
fa9fa8fe9a44f86522de5754f8b285ca fluxbox-1.1.1.tar.bz2

View File

@ -4,14 +4,13 @@
# Depends on: xorg, imlib2
name=fluxbox
version=1.0.0
version=1.1.1
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 $name-gcc43.patch)
source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
patch -p1 -i ../fluxbox-gcc43.patch
./configure \
--prefix=/usr \
--disable-nls \

View File

@ -1,18 +0,0 @@
diff --git a/src/main.cc b/src/main.cc
index e4e16ac..ab18f6c 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -45,6 +45,12 @@
#include <stdlib.h>
#endif
+#ifdef HAVE_CSTRING
+ #include <cstring>
+#else
+ #include <string.h>
+#endif
+
#include <iostream>
#include <fstream>
#include <stdexcept>