diff options
author | Thomas Penteker <tek@serverop.de> | 2009-09-17 00:32:59 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2009-09-17 00:32:59 +0200 |
commit | 49eb9ff4d08d6335ed1944a3627dde4778e1dba3 (patch) | |
tree | 433ec4416774d6f2e59cc912af3c941c3e341fdd /fluxbox | |
parent | cd1bd733f95a7988c9659abc8b61d1701c8a7349 (diff) | |
download | contrib-49eb9ff4d08d6335ed1944a3627dde4778e1dba3.tar.gz contrib-49eb9ff4d08d6335ed1944a3627dde4778e1dba3.tar.xz |
fluxbox: 1.0.0 -> 1.1.1
Diffstat (limited to 'fluxbox')
-rw-r--r-- | fluxbox/.footprint | 6 | ||||
-rw-r--r-- | fluxbox/.md5sum | 3 | ||||
-rw-r--r-- | fluxbox/Pkgfile | 5 | ||||
-rw-r--r-- | fluxbox/fluxbox-gcc43.patch | 18 |
4 files changed, 9 insertions, 23 deletions
diff --git a/fluxbox/.footprint b/fluxbox/.footprint index a5883782f..8cd6048d9 100644 --- a/fluxbox/.footprint +++ b/fluxbox/.footprint @@ -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 diff --git a/fluxbox/.md5sum b/fluxbox/.md5sum index 781d6bd37..b08eadeb6 100644 --- a/fluxbox/.md5sum +++ b/fluxbox/.md5sum @@ -1,2 +1 @@ -990e276ead0d04421dce4080f485caca fluxbox-1.0.0.tar.bz2 -b279eaea94403da8eed68b5dc127d3ab fluxbox-gcc43.patch +fa9fa8fe9a44f86522de5754f8b285ca fluxbox-1.1.1.tar.bz2 diff --git a/fluxbox/Pkgfile b/fluxbox/Pkgfile index 72b5916ee..db4b9e3c5 100644 --- a/fluxbox/Pkgfile +++ b/fluxbox/Pkgfile @@ -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 \ diff --git a/fluxbox/fluxbox-gcc43.patch b/fluxbox/fluxbox-gcc43.patch deleted file mode 100644 index b7f20ba31..000000000 --- a/fluxbox/fluxbox-gcc43.patch +++ /dev/null @@ -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> - |