tabbed-git: update to 20140531
This commit is contained in:
parent
317c498bf9
commit
9cc2e9de38
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ static const char* normbgcolor = "#222222";
|
||||||
static const char* normfgcolor = "#cccccc";
|
static const char* normfgcolor = "#cccccc";
|
||||||
static const char* selbgcolor = "#555555";
|
static const char* selbgcolor = "#555555";
|
||||||
static const char* selfgcolor = "#ffffff";
|
static const char* selfgcolor = "#ffffff";
|
||||||
|
static const char* urgbgcolor = "#111111";
|
||||||
|
static const char* urgfgcolor = "#cc0000";
|
||||||
static const char before[] = "<";
|
static const char before[] = "<";
|
||||||
static const char after[] = ">";
|
static const char after[] = ">";
|
||||||
static const int tabwidth = 200;
|
static const int tabwidth = 200;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tabbed-git'
|
# Template file for 'tabbed-git'
|
||||||
pkgname=tabbed-git
|
pkgname=tabbed-git
|
||||||
version=20140317
|
version=20140531
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="INCS=-I. LIBS=-lX11"
|
make_build_args="INCS=-I. LIBS=-lX11"
|
||||||
|
|
Loading…
Reference in a new issue