From 2c932afe6d7b668f3da1cd68232f0786c0678e8d Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Tue, 4 May 2010 10:43:22 -0400 Subject: PKGBUILD, added warning for terminus font --- PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 0155310..91671d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: Dannny pkgname=mt-git -pkgver=20100426 +pkgver=20100504 pkgrel=1 -pkgdesc="mt - multi tabbed, a minimal GTK and VTE based terminal aiming to b e clean and concise" +pkgdesc="mt - multi term, a minimal GTK and VTE based terminal aiming to be clean and concise" arch=('any') url="http://github.com/mutantturkey/mt/" license=('GPL' 'MIT/X') @@ -33,4 +33,6 @@ build() { cd "$srcdir/$_gitname" make || return 1 make DESTDIR="$pkgdir" install || return 1 + + msg "terminus is the default font, if it is not installed, another font will be picked" } -- cgit v1.2.3