summaryrefslogtreecommitdiff
path: root/conky/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-03-24 10:29:47 +0100
committerJuergen Daubert <jue@jue.li>2008-03-24 10:29:47 +0100
commit11c55d33820bd9aac6790192196d4e9265d20e0b (patch)
treedb1ab7dab15a4f1f2ae2958f0ba93e2c91da81e8 /conky/Pkgfile
parentb691edea1ffae41ea9191149efd96ea481fde172 (diff)
downloadopt-11c55d33820bd9aac6790192196d4e9265d20e0b.tar.gz
opt-11c55d33820bd9aac6790192196d4e9265d20e0b.tar.xz
conky: update to 1.5.0
Diffstat (limited to 'conky/Pkgfile')
-rw-r--r--conky/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/conky/Pkgfile b/conky/Pkgfile
index 9f8ab453d..e02f2bc10 100644
--- a/conky/Pkgfile
+++ b/conky/Pkgfile
@@ -4,12 +4,14 @@
# Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft
name=conky
-version=1.4.9
+version=1.5.0
release=1
-source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
+source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2 \
+ $name-$version.patch)
build() {
cd $name-$version
+ patch -p2 -i $SRC/$name-$version.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \

Generated by cgit