[arch-commits] Commit in fbterm/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sun Mar 30 05:05:31 UTC 2014


    Date: Sunday, March 30, 2014 @ 07:05:31
  Author: fyan
Revision: 108610

upgpkg: fbterm 1.7.0-6

- enable gpm support

Modified:
  fbterm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-30 02:00:54 UTC (rev 108609)
+++ PKGBUILD	2014-03-30 05:05:31 UTC (rev 108610)
@@ -4,13 +4,15 @@
 
 pkgname=fbterm
 pkgver=1.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast terminal emulator for linux with frame buffer device or VESA video card"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fbterm/"
 license=('GPL2')
+makedepends=('gpm')
 depends=('gcc-libs' 'fontconfig')
-optdepends=('libx86: for VESA video card support')
+optdepends=('libx86: for VESA video card support'
+            'gpm: for mouse support')
 install=fbterm.install
 source=("http://fbterm.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
 
@@ -17,7 +19,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver%.?}"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-gpm
   make
 }
 




More information about the arch-commits mailing list