conky: update to 1.5.0
This commit is contained in:
parent
b691edea1f
commit
11c55d3382
@ -1 +1,2 @@
|
||||
42d966fce5aa5c5a326575ec214bff07 conky-1.4.9.tar.bz2
|
||||
881c419371021f42ca12b621a8548b66 conky-1.5.0.patch
|
||||
07fa339276289ddc31303a8081c85214 conky-1.5.0.tar.bz2
|
||||
|
@ -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 \
|
||||
|
14
conky/conky-1.5.0.patch
Normal file
14
conky/conky-1.5.0.patch
Normal file
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user