summaryrefslogtreecommitdiff
path: root/community/tint2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
commitd8679f0250762892ab1e1a6d71badc2e9d42a526 (patch)
tree2c5893ffb5a88532e043973210221d10ce07f808 /community/tint2
parent10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff)
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/tint2')
-rw-r--r--community/tint2/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/tint2/PKGBUILD b/community/tint2/PKGBUILD
index 899e9b240..a3ff06aea 100644
--- a/community/tint2/PKGBUILD
+++ b/community/tint2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 107237 2014-03-15 10:43:27Z arodseth $
+# $Id: PKGBUILD 109218 2014-04-11 19:25:53Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Blue Peppers <bluepeppers@archlinux.us>
@@ -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 @@ license=('GPL2')
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 @@ build() {
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_TINT2CONF=0
+ -DENABLE_TINT2CONF=1
make
}