update to blackbox 0.70.0
from Alexandre Anriot <aanriot at atlantilde.com>
This commit is contained in:
parent
dd526e7e2b
commit
0953490b7d
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2005/02/07 19:01:50 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2005/06/23 20:35:23 sturm Exp $
|
||||
|
||||
COMMENT= "small & pretty window manager for 8 and more bits displays"
|
||||
|
||||
VERSION= 0.65.0
|
||||
DISTNAME= blackbox-${VERSION}
|
||||
DISTNAME= blackbox-0.70.0
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://blackboxwm.sourceforge.net/
|
||||
@ -15,7 +14,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext c m stdc++
|
||||
WANTLIB= X11 Xext Xft Xrender c m fontconfig freetype stdc++
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (blackbox-0.65.0.tar.gz) = 08560fa287c68d65fbe894696d04deaf
|
||||
RMD160 (blackbox-0.65.0.tar.gz) = d88d9c5d9375274da149c77d3c63bb9c92470f26
|
||||
SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
|
||||
SIZE (blackbox-0.65.0.tar.gz) = 292950
|
||||
MD5 (blackbox-0.70.0.tar.gz) = 033a92af3eecaa10bcb689e55a1ceadc
|
||||
RMD160 (blackbox-0.70.0.tar.gz) = 64b857aed8cbd49bb6c5168f5f1fc65c609b4e75
|
||||
SHA1 (blackbox-0.70.0.tar.gz) = f700efa5d284f97ba4c7aa27d1a3425cb26baf7b
|
||||
SIZE (blackbox-0.70.0.tar.gz) = 583527
|
||||
|
12
x11/blackbox/patches/patch-lib_Unicode_cc
Normal file
12
x11/blackbox/patches/patch-lib_Unicode_cc
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_Unicode_cc,v 1.1 2005/06/23 20:35:23 sturm Exp $
|
||||
--- lib/Unicode.cc.orig Mon Jan 3 10:42:53 2005
|
||||
+++ lib/Unicode.cc Tue Jun 7 07:33:56 2005
|
||||
@@ -166,7 +166,7 @@ bool bt::hasUnicode() {
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
|
||||
-#ifdef HAVE_NL_LANGINFO
|
||||
+#if defined(HAVE_NL_LANGINFO) && ! defined(__OpenBSD__)
|
||||
codeset = nl_langinfo(CODESET);
|
||||
#else
|
||||
std::string locale = setlocale(LC_CTYPE, 0);
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Util_cc,v 1.1 2002/12/28 22:51:42 pvalchev Exp $
|
||||
--- src/Util.cc.orig Sat Dec 28 13:59:59 2002
|
||||
+++ src/Util.cc Sat Dec 28 14:00:18 2002
|
||||
@@ -159,7 +159,7 @@ void bexec(const string& command, const
|
||||
assert(ret != -1);
|
||||
string cmd = "exec ";
|
||||
cmd += command;
|
||||
- ret = execl("/bin/sh", "/bin/sh", "-c", cmd.c_str(), NULL);
|
||||
+ ret = execl("/bin/sh", "/bin/sh", "-c", cmd.c_str(), (void *)NULL);
|
||||
exit(ret);
|
||||
}
|
||||
#else // __EMX__
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Window_cc,v 1.1 2004/01/01 15:18:37 espie Exp $
|
||||
--- src/Window.cc.orig 2004-01-01 16:08:10.000000000 +0100
|
||||
+++ src/Window.cc 2004-01-01 16:09:38.000000000 +0100
|
||||
@@ -42,6 +42,8 @@ extern "C" {
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif // HAVE_STDLIB_H
|
||||
+
|
||||
+#include <assert.h>
|
||||
}
|
||||
|
||||
#include "i18n.hh"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_blackbox_cc,v 1.1 2002/12/28 22:51:42 pvalchev Exp $
|
||||
--- src/blackbox.cc.orig Sat Dec 28 14:00:06 2002
|
||||
+++ src/blackbox.cc Sat Dec 28 14:00:32 2002
|
||||
@@ -915,7 +915,7 @@ void Blackbox::restart(const char *prog)
|
||||
|
||||
if (prog) {
|
||||
putenv(const_cast<char *>(screenList.front()->displayString().c_str()));
|
||||
- execlp(prog, prog, NULL);
|
||||
+ execlp(prog, prog, (void *)NULL);
|
||||
perror(prog);
|
||||
}
|
||||
|
@ -1,87 +1,43 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2004/09/18 13:19:26 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2005/06/23 20:35:23 sturm Exp $
|
||||
@conflict fluxbox-*
|
||||
@conflict openbox-*
|
||||
bin/blackbox
|
||||
bin/bsetbg
|
||||
bin/bsetroot
|
||||
bin/bstyleconvert
|
||||
include/bt/
|
||||
include/bt/Application.hh
|
||||
include/bt/Bitmap.hh
|
||||
include/bt/Color.hh
|
||||
include/bt/Display.hh
|
||||
include/bt/EWMH.hh
|
||||
include/bt/EventHandler.hh
|
||||
include/bt/Font.hh
|
||||
include/bt/Image.hh
|
||||
include/bt/Menu.hh
|
||||
include/bt/Pen.hh
|
||||
include/bt/PixmapCache.hh
|
||||
include/bt/Rect.hh
|
||||
include/bt/Resource.hh
|
||||
include/bt/Texture.hh
|
||||
include/bt/Timer.hh
|
||||
include/bt/Unicode.hh
|
||||
include/bt/Util.hh
|
||||
lib/libbt.a
|
||||
lib/libbt.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libbt.pc
|
||||
@man man/man1/blackbox.1
|
||||
@man man/man1/bsetbg.1
|
||||
@man man/man1/bsetroot.1
|
||||
share/blackbox/
|
||||
share/blackbox/menu
|
||||
share/blackbox/nls/
|
||||
share/blackbox/nls/C/
|
||||
share/blackbox/nls/C/blackbox.cat
|
||||
share/blackbox/nls/POSIX
|
||||
share/blackbox/nls/US_ASCII
|
||||
share/blackbox/nls/da_DK/
|
||||
share/blackbox/nls/da_DK/blackbox.cat
|
||||
share/blackbox/nls/de
|
||||
share/blackbox/nls/de_DE/
|
||||
share/blackbox/nls/de_DE/blackbox.cat
|
||||
share/blackbox/nls/en
|
||||
share/blackbox/nls/en_GB
|
||||
share/blackbox/nls/en_US
|
||||
share/blackbox/nls/es
|
||||
share/blackbox/nls/es_AR/
|
||||
share/blackbox/nls/es_AR/blackbox.cat
|
||||
share/blackbox/nls/es_ES/
|
||||
share/blackbox/nls/es_ES/blackbox.cat
|
||||
share/blackbox/nls/es_MX
|
||||
share/blackbox/nls/fr
|
||||
share/blackbox/nls/fr_FR/
|
||||
share/blackbox/nls/fr_FR/blackbox.cat
|
||||
share/blackbox/nls/hu_HU/
|
||||
share/blackbox/nls/hu_HU/blackbox.cat
|
||||
share/blackbox/nls/it
|
||||
share/blackbox/nls/it_IT/
|
||||
share/blackbox/nls/it_IT/blackbox.cat
|
||||
share/blackbox/nls/ja_JP/
|
||||
share/blackbox/nls/ja_JP/blackbox.cat
|
||||
share/blackbox/nls/ko_KR/
|
||||
share/blackbox/nls/ko_KR/blackbox.cat
|
||||
share/blackbox/nls/lv_LV/
|
||||
share/blackbox/nls/lv_LV/blackbox.cat
|
||||
share/blackbox/nls/nl
|
||||
share/blackbox/nls/nl_NL/
|
||||
share/blackbox/nls/nl_NL/blackbox.cat
|
||||
share/blackbox/nls/no_NO/
|
||||
share/blackbox/nls/no_NO/blackbox.cat
|
||||
share/blackbox/nls/pl_PL/
|
||||
share/blackbox/nls/pl_PL/blackbox.cat
|
||||
share/blackbox/nls/pt_BR/
|
||||
share/blackbox/nls/pt_BR/blackbox.cat
|
||||
share/blackbox/nls/ro_RO/
|
||||
share/blackbox/nls/ro_RO/blackbox.cat
|
||||
share/blackbox/nls/ru_RU/
|
||||
share/blackbox/nls/ru_RU/blackbox.cat
|
||||
share/blackbox/nls/sk_SK/
|
||||
share/blackbox/nls/sk_SK/blackbox.cat
|
||||
share/blackbox/nls/sl_SI/
|
||||
share/blackbox/nls/sl_SI/blackbox.cat
|
||||
share/blackbox/nls/sv_SE/
|
||||
share/blackbox/nls/sv_SE/blackbox.cat
|
||||
share/blackbox/nls/uk_UA/
|
||||
share/blackbox/nls/uk_UA/blackbox.cat
|
||||
share/blackbox/nls/zh_CN/
|
||||
share/blackbox/nls/zh_CN/blackbox.cat
|
||||
share/blackbox/nls/zh_TW/
|
||||
share/blackbox/nls/zh_TW/blackbox.cat
|
||||
share/blackbox/styles/
|
||||
share/blackbox/styles/Artwiz
|
||||
share/blackbox/styles/Cthulhain
|
||||
share/blackbox/styles/Flux
|
||||
share/blackbox/styles/Minimal
|
||||
share/blackbox/styles/Nyz
|
||||
share/blackbox/styles/Operation
|
||||
share/blackbox/styles/Outcomes
|
||||
share/blackbox/styles/Rampage
|
||||
share/blackbox/styles/Rancor
|
||||
share/blackbox/styles/Results
|
||||
share/blackbox/styles/Shade
|
||||
share/blackbox/styles/Spiff
|
||||
share/blackbox/styles/TDF
|
||||
share/blackbox/styles/Twice
|
||||
share/blackbox/styles/Blue
|
||||
share/blackbox/styles/Gray
|
||||
share/blackbox/styles/Green
|
||||
share/blackbox/styles/Purple
|
||||
share/blackbox/styles/Red
|
||||
share/doc/blackbox/
|
||||
share/doc/blackbox/README
|
||||
share/doc/blackbox/README.bsetbg
|
||||
|
Loading…
x
Reference in New Issue
Block a user