From 9cc2e9de380756c38beb37e54e4a5828a1f18a57 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 12:14:01 +0200 Subject: [PATCH] tabbed-git: update to 20140531 --- srcpkgs/tabbed-git/files/config.h | 2 ++ srcpkgs/tabbed-git/template | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tabbed-git/files/config.h b/srcpkgs/tabbed-git/files/config.h index ceda9f70453..b3da7f039bd 100644 --- a/srcpkgs/tabbed-git/files/config.h +++ b/srcpkgs/tabbed-git/files/config.h @@ -6,6 +6,8 @@ static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#cccccc"; static const char* selbgcolor = "#555555"; static const char* selfgcolor = "#ffffff"; +static const char* urgbgcolor = "#111111"; +static const char* urgfgcolor = "#cc0000"; static const char before[] = "<"; static const char after[] = ">"; static const int tabwidth = 200; diff --git a/srcpkgs/tabbed-git/template b/srcpkgs/tabbed-git/template index eb072181e53..97a077dedf1 100644 --- a/srcpkgs/tabbed-git/template +++ b/srcpkgs/tabbed-git/template @@ -1,6 +1,6 @@ # Template file for 'tabbed-git' pkgname=tabbed-git -version=20140317 +version=20140531 revision=1 build_style=gnu-makefile make_build_args="INCS=-I. LIBS=-lX11"