summaryrefslogtreecommitdiff
path: root/conky
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
parentb691edea1ffae41ea9191149efd96ea481fde172 (diff)
downloadopt-11c55d33820bd9aac6790192196d4e9265d20e0b.tar.gz
opt-11c55d33820bd9aac6790192196d4e9265d20e0b.tar.xz
conky: update to 1.5.0
Diffstat (limited to 'conky')
-rw-r--r--conky/.md5sum3
-rw-r--r--conky/Pkgfile6
-rw-r--r--conky/conky-1.5.0.patch14
3 files changed, 20 insertions, 3 deletions
diff --git a/conky/.md5sum b/conky/.md5sum
index 0adf72cc9..7a7b87974 100644
--- a/conky/.md5sum
+++ b/conky/.md5sum
@@ -1 +1,2 @@
-42d966fce5aa5c5a326575ec214bff07 conky-1.4.9.tar.bz2
+881c419371021f42ca12b621a8548b66 conky-1.5.0.patch
+07fa339276289ddc31303a8081c85214 conky-1.5.0.tar.bz2
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 \
diff --git a/conky/conky-1.5.0.patch b/conky/conky-1.5.0.patch
new file mode 100644
index 000000000..94bb46ca3
--- /dev/null
+++ b/conky/conky-1.5.0.patch
@@ -0,0 +1,14 @@
+https://sourceforge.net/tracker/?func=detail&atid=757308&aid=1923552&group_id=143975
+
+--- trunk/conky1/src/linux.c 2008/03/22 21:10:43 1034
++++ trunk/conky1/src/linux.c 2008/03/24 03:38:28 1042
+@@ -52,6 +52,9 @@
+ #include <linux/sockios.h>
+ #include <net/if.h>
+ #include <arpa/inet.h>
++#ifdef _NET_IF_H
++#define _LINUX_IF_H
++#endif
+ #include <linux/route.h>
+ #include <math.h>
+

Generated by cgit