summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-01-22 13:32:45 +0100
committerJuergen Daubert <jue@jue.li>2010-01-22 13:32:45 +0100
commitffde5ce1d3cd5a1602a33dd6ec18df3e2753c3af (patch)
tree087aca204f8e5642a467734727dd21cc8fb573fa
parent6cac37ec62bba278b6c5e0919642a1b3dfd39e95 (diff)
downloadopt-ffde5ce1d3cd5a1602a33dd6ec18df3e2753c3af.tar.gz
opt-ffde5ce1d3cd5a1602a33dd6ec18df3e2753c3af.tar.xz
ratpoison: update to 1.4.5
-rw-r--r--ratpoison/.md5sum2
-rw-r--r--ratpoison/Pkgfile6
2 files changed, 4 insertions, 4 deletions
diff --git a/ratpoison/.md5sum b/ratpoison/.md5sum
index a5abc262f..631c51adf 100644
--- a/ratpoison/.md5sum
+++ b/ratpoison/.md5sum
@@ -1 +1 @@
-8ee91678b0086f16be3daf196f7e6166 ratpoison-1.4.4.tar.gz
+330a08dbed6be88cab54f6947e9f0b60 ratpoison-1.4.5.tar.gz
diff --git a/ratpoison/Pkgfile b/ratpoison/Pkgfile
index f56d43715..1c0384488 100644
--- a/ratpoison/Pkgfile
+++ b/ratpoison/Pkgfile
@@ -1,17 +1,17 @@
# Description: Rodent-independent window manager
# URL: http://ratpoison.nongnu.org/
# Maintainer: Antti Nykanen, aon at iki dot fi
-# Depends on: xorg-libxinerama, xorg-libxtst
+# Depends on: readline, xorg-libxinerama, xorg-libxtst
name=ratpoison
-version=1.4.4
+version=1.4.5
release=1
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
- make
+ make CFLAGS="$CFLAGS -DHAVE_GETLINE"
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}

Generated by cgit