blackbox: dropped

This commit is contained in:
Fredrik Rinnestam 2018-02-10 00:41:16 +01:00
parent 6022fbfd53
commit 7a684ca86e
5 changed files with 0 additions and 185 deletions

View File

@ -1,45 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/blackbox
-rwxr-xr-x root/root usr/bin/bsetbg
-rwxr-xr-x root/root usr/bin/bsetroot
-rwxr-xr-x root/root usr/bin/bstyleconvert
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/bt/
-rw-r--r-- root/root usr/include/bt/Application.hh
-rw-r--r-- root/root usr/include/bt/Bitmap.hh
-rw-r--r-- root/root usr/include/bt/Color.hh
-rw-r--r-- root/root usr/include/bt/Display.hh
-rw-r--r-- root/root usr/include/bt/EWMH.hh
-rw-r--r-- root/root usr/include/bt/EventHandler.hh
-rw-r--r-- root/root usr/include/bt/Font.hh
-rw-r--r-- root/root usr/include/bt/Image.hh
-rw-r--r-- root/root usr/include/bt/Menu.hh
-rw-r--r-- root/root usr/include/bt/Pen.hh
-rw-r--r-- root/root usr/include/bt/PixmapCache.hh
-rw-r--r-- root/root usr/include/bt/Rect.hh
-rw-r--r-- root/root usr/include/bt/Resource.hh
-rw-r--r-- root/root usr/include/bt/Texture.hh
-rw-r--r-- root/root usr/include/bt/Timer.hh
-rw-r--r-- root/root usr/include/bt/Unicode.hh
-rw-r--r-- root/root usr/include/bt/Util.hh
-rw-r--r-- root/root usr/include/bt/XDG.hh
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libbt.a
-rwxr-xr-x root/root usr/lib/libbt.la
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libbt.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/blackbox/
-rw-r--r-- root/root usr/share/blackbox/menu
drwxr-xr-x root/root usr/share/blackbox/styles/
-rw-r--r-- root/root usr/share/blackbox/styles/Blue
-rw-r--r-- root/root usr/share/blackbox/styles/Gray
-rw-r--r-- root/root usr/share/blackbox/styles/Green
-rw-r--r-- root/root usr/share/blackbox/styles/Purple
-rw-r--r-- root/root usr/share/blackbox/styles/Red
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/blackbox.1.gz
-rw-r--r-- root/root usr/share/man/man1/bsetbg.1.gz
-rw-r--r-- root/root usr/share/man/man1/bsetroot.1.gz

View File

@ -1,2 +0,0 @@
b3ecb2911f4c469bf8527ed7070e664c blackbox-0.70.1-include-fix.diff
53b84260b9d38b35fb25b4baf7bb795a blackbox-0.70.1.tar.bz2

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/W7t5Qp4TOi8SfSOYxctaU+ElTeI4muJGQaIBU19wiRZr6/yP4E+Z624YC5kPqkGRdegduJDDSdlA1XZqBQ8Ogk=
SHA256 (Pkgfile) = 61e829ec0a79d8faa79c723dafba948f20c63a1bf72fddb2942a37b999ae9654
SHA256 (.footprint) = ce444f08b2599bf8c869d49d94ccdc72b1630c35800e6eaa6af03fb909a752b2
SHA256 (blackbox-0.70.1.tar.bz2) = 92c2be347253f29b10063d579b4267a21516cb322a41b5e83d770fa6d44afd21
SHA256 (blackbox-0.70.1-include-fix.diff) = 8fe78fcaa298bdb2027119e6a689a5c1463e468d4884c6974e29b261e4cf9506

View File

@ -1,24 +0,0 @@
# Description: Fast and small window manager
# URL: http://blackboxwm.sourceforge.net
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Johannes Winkelmann, jw at smts dot ch
# Depends on: xorg-libxft xorg-libxt
name=blackbox
version=0.70.1
release=3
source=(http://download.sourceforge.net/blackboxwm/$name-$version.tar.bz2
$name-$version-include-fix.diff)
build () {
cd $name-$version
patch -p1 -i $SRC/blackbox-0.70.1-include-fix.diff
./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-nls
make
make DESTDIR=$PKG install
}

View File

@ -1,108 +0,0 @@
--- blackbox-0.70.1/lib/Image.cc.orig 2008-10-03 09:23:56.000000000 +0200
+++ blackbox-0.70.1/lib/Image.cc 2008-10-03 09:24:08.000000000 +0200
@@ -44,6 +44,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
// #define COLORTABLE_DEBUG
// #define MITSHM_DEBUG
--- blackbox-0.70.1.orig/lib/Resource.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/lib/Resource.cc 2008-10-07 18:34:05.000000000 +0200
@@ -29,6 +29,7 @@
#include <X11/Xresource.h>
#include <stdio.h>
+#include <strings.h>
bt::Resource::Resource(void)
--- blackbox-0.70.1.orig/lib/XDG.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/lib/XDG.cc 2008-10-07 18:47:25.000000000 +0200
@@ -26,7 +26,7 @@
#include "XDG.hh"
#include <stdlib.h>
-
+#include <algorithm>
// make sure directory names end with a slash
static std::string terminateDir(const std::string &string)
--- blackbox-0.70.1.orig/src/BlackboxResource.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/src/BlackboxResource.cc 2008-10-07 18:48:13.000000000 +0200
@@ -33,6 +33,7 @@
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
+#include <strings.h>
BlackboxResource::BlackboxResource(const std::string& rc): rc_file(rc) {
screen_resources = 0;
--- blackbox-0.70.1.orig/src/ScreenResource.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/src/ScreenResource.cc 2008-10-07 18:49:10.000000000 +0200
@@ -32,7 +32,7 @@
#include <Resource.hh>
#include <assert.h>
-
+#include <strings.h>
static const int iconify_width = 9;
static const int iconify_height = 9;
--- blackbox-0.70.1.orig/src/Screen.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/src/Screen.cc 2008-10-07 18:50:01.000000000 +0200
@@ -47,7 +47,7 @@
#include <assert.h>
#include <ctype.h>
#include <dirent.h>
-
+#include <string.h>
static bool running = true;
static int anotherWMRunning(Display *, XErrorEvent *) {
--- blackbox-0.70.1.orig/src/main.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/src/main.cc 2008-10-07 18:50:48.000000000 +0200
@@ -35,7 +35,7 @@
#include "../version.h"
#include <stdio.h>
-
+#include <string.h>
static void showHelp(int exitval) {
// print version - this should not be localized!
--- blackbox-0.70.1.orig/util/bsetroot.cc 2008-10-07 18:32:55.000000000 +0200
+++ blackbox-0.70.1/util/bsetroot.cc 2008-10-07 18:52:33.000000000 +0200
@@ -31,7 +31,8 @@
#include <X11/Xatom.h>
#include <stdio.h>
-
+#include <string.h>
+#include <stdlib.h>
// ignore all X errors
static int x11_error(::Display *, XErrorEvent *)
--- blackbox-0.70.1.orig/lib/Util.hh
+++ blackbox-0.70.1/lib/Util.hh
@@ -25,6 +25,8 @@
#ifndef __Util_hh
#define __Util_hh
+#include <X11/Xutil.h>
+
#include <limits.h>
#include <string>
@@ -94,10 +96,8 @@
std::string tolower(const std::string &string);
-#ifdef _XUTIL_H_
std::string textPropertyToString(::Display *display,
::XTextProperty& text_prop);
-#endif
} // namespace bt