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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Apr 11 19:25:39 UTC 2014


    Date: Friday, April 11, 2014 @ 21:25:39
  Author: arodseth
Revision: 109217

Implemented feature request FS#39818

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-11 19:22:38 UTC (rev 109216)
+++ PKGBUILD	2014-04-11 19:25:39 UTC (rev 109217)
@@ -6,7 +6,7 @@
 
 pkgname=tint2
 pkgver=0.11
-pkgrel=7
+pkgrel=8
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='http://code.google.com/p/tint2/'
@@ -14,8 +14,8 @@
 conflicts=('ttm-svn' 'tint')
 replaces=('tint')
 depends=('gtk2' 'imlib2')
-optdepends=('pygtk: for tint2wizard')
-makedepends=('pygtk' 'cmake')
+optdepends=('pygtk: for tint2wizard' 'python2')
+makedepends=('pygtk' 'cmake' 'python2')
 provides=('tint')
 source=("http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2"
         'add-power-now-support.patch'
@@ -53,7 +53,7 @@
   cd build
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_TINT2CONF=0
+    -DENABLE_TINT2CONF=1
   make 
 }
 




More information about the arch-commits mailing list