Update to st 0.2.1.
ok sebastia@
This commit is contained in:
parent
373e14caa0
commit
3395d80f40
@ -1,13 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2011/09/26 09:32:46 sthen Exp $
|
# $OpenBSD: Makefile,v 1.4 2012/07/09 16:37:00 zinke Exp $
|
||||||
|
|
||||||
COMMENT= simple X terminal
|
COMMENT= simple X terminal
|
||||||
|
|
||||||
DISTNAME= 0.1.1
|
DISTNAME= 0.2.1
|
||||||
PKGNAME= st-${DISTNAME}
|
PKGNAME= st-${DISTNAME}
|
||||||
DIST_SUBDIR= st
|
DIST_SUBDIR= st
|
||||||
|
|
||||||
REVISION= 0
|
|
||||||
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
HOMEPAGE= http://st.suckless.org/
|
HOMEPAGE= http://st.suckless.org/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (st/0.1.1.tar.gz) = 69tSB3M/euBmwxSxDU2OKg==
|
MD5 (st/0.2.1.tar.gz) = HjJJ2hxOUolM+ksPEeNVmQ==
|
||||||
RMD160 (st/0.1.1.tar.gz) = 8Xitw0vcdYGb5luT7dsyOT8vJxs=
|
RMD160 (st/0.2.1.tar.gz) = VY7amX7T1L39C/2UUsFat6/u6dY=
|
||||||
SHA1 (st/0.1.1.tar.gz) = aSF/SUm9cAWGF3DEuYjpYeKDj6k=
|
SHA1 (st/0.2.1.tar.gz) = D5On8EnNegpyssh3RVpoqj7IadY=
|
||||||
SHA256 (st/0.1.1.tar.gz) = VYmPgLP74TAMy7ILz5TUvmMZJFi8InQprir+fvh38rs=
|
SHA256 (st/0.2.1.tar.gz) = S/WBdIPTJ0+umiBeaSswil/Qz8tV7Z83YdLFZLT32Jc=
|
||||||
SIZE (st/0.1.1.tar.gz) = 17210
|
SIZE (st/0.2.1.tar.gz) = 19804
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
$OpenBSD: patch-config_def_h,v 1.1.1.1 2011/09/23 14:41:31 zinke Exp $
|
$OpenBSD: patch-config_def_h,v 1.2 2012/07/09 16:37:00 zinke Exp $
|
||||||
--- config.def.h.orig Sun Apr 3 21:04:45 2011
|
--- config.def.h.orig Thu Feb 16 01:05:14 2012
|
||||||
+++ config.def.h Fri Sep 16 12:47:24 2011
|
+++ config.def.h Mon Jul 9 11:44:48 2012
|
||||||
@@ -14,7 +14,7 @@ static const char *colorname[] = {
|
@@ -18,7 +18,7 @@ static const char *colorname[] = {
|
||||||
"blue2",
|
"blue2",
|
||||||
"magenta3",
|
"magenta3",
|
||||||
"cyan3",
|
"cyan3",
|
||||||
- "gray90",
|
- "gray90",
|
||||||
+ "gray",
|
+ "gray",
|
||||||
"gray50",
|
|
||||||
"red",
|
|
||||||
"green",
|
|
||||||
@@ -29,7 +29,7 @@ static const char *colorname[] = {
|
|
||||||
/* foreground, background, cursor */
|
|
||||||
#define DefaultFG 7
|
|
||||||
#define DefaultBG 0
|
|
||||||
-#define DefaultCS 1
|
|
||||||
+#define DefaultCS 12
|
|
||||||
|
|
||||||
/* Special keys */
|
/* 8 bright colors */
|
||||||
static Key key[] = {
|
"gray50",
|
||||||
|
@@ -41,7 +41,7 @@ static const char *colorname[] = {
|
||||||
|
foreground, background, cursor, unfocused cursor */
|
||||||
|
#define DefaultFG 7
|
||||||
|
#define DefaultBG 0
|
||||||
|
-#define DefaultCS 256
|
||||||
|
+#define DefaultCS 12
|
||||||
|
#define DefaultUCS 257
|
||||||
|
|
||||||
|
/* Special keys (change & recompile st.info accordingly)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-config_mk,v 1.1.1.1 2011/09/23 14:41:31 zinke Exp $
|
$OpenBSD: patch-config_mk,v 1.2 2012/07/09 16:37:00 zinke Exp $
|
||||||
--- config.mk.orig Sun Apr 3 21:04:45 2011
|
--- config.mk.orig Thu Feb 16 01:05:14 2012
|
||||||
+++ config.mk Wed Sep 21 14:26:26 2011
|
+++ config.mk Mon Jul 9 11:43:16 2012
|
||||||
@@ -4,20 +4,20 @@ VERSION = 0.1.1
|
@@ -4,20 +4,20 @@ VERSION = 0.2.1
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user