diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-07-19 10:43:08 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-09-13 18:41:37 +0200 |
commit | a489a8a06e9acd1accd073f612a42a68d9c4936b (patch) | |
tree | 236c996d50bdafec89dd340d889269a43562800b /tint2 | |
parent | abc6f482accf89522c81f7febf69225392eb37a1 (diff) | |
download | contrib-a489a8a06e9acd1accd073f612a42a68d9c4936b.tar.gz contrib-a489a8a06e9acd1accd073f612a42a68d9c4936b.tar.xz |
tint2: updated to 0.11
Diffstat (limited to 'tint2')
-rw-r--r-- | tint2/.md5sum | 2 | ||||
-rw-r--r-- | tint2/Pkgfile | 19 |
2 files changed, 12 insertions, 9 deletions
diff --git a/tint2/.md5sum b/tint2/.md5sum index 9c8cb0855..634709ce9 100644 --- a/tint2/.md5sum +++ b/tint2/.md5sum @@ -1 +1 @@ -81e44e02cab2c313aa436ff25b2e2499 tint2-0.10.tar.gz +6fc5731e7425125fa84a2add5cef4bff tint2-0.11.tar.bz2 diff --git a/tint2/Pkgfile b/tint2/Pkgfile index 11c991d68..6e117e17b 100644 --- a/tint2/Pkgfile +++ b/tint2/Pkgfile @@ -2,20 +2,23 @@ # URL: http://tint2.googlecode.com # Packager: Vitaly Sinilin, vs at kp4 dot ru # Maintainer: Jose V Beneyto, sepen at crux dot nu -# Depends on: imlib2 pango +# Depends on: cmake imlib2 pango name=tint2 -version=0.10 -release=2 -source=(http://$name.googlecode.com/files/$name-$version.tar.gz) +version=0.11 +release=1 +source=(http://$name.googlecode.com/files/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/usr/etc \ - --mandir=/usr/man \ - --disable-tint2conf + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_BATTERY=ON \ + -DENABLE_EXAMPLES=OFF \ + -DENABLE_TINT2CONF=OFF \ + -DMANDIR=/usr/man \ + -DSYSCONFDIR=/usr/etc make make DESTDIR=$PKG install |