summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-12-17 11:02:42 +0100
committerJuergen Daubert <jue@jue.li>2007-12-17 11:06:43 +0100
commitf91284a9d05635e23ef8c561792f0354449afcb5 (patch)
treef265165ae2031e73ab2b775270aa48f8fefddb3a
parent36f3a5439fd727f914a2b60bd77b47544e40df61 (diff)
downloadopt-f91284a9d05635e23ef8c561792f0354449afcb5.tar.gz
opt-f91284a9d05635e23ef8c561792f0354449afcb5.tar.xz
conky: update to 1.4.9, added glib to deps
-rw-r--r--conky/.footprint6
-rw-r--r--conky/.md5sum2
-rw-r--r--conky/Pkgfile9
3 files changed, 8 insertions, 9 deletions
diff --git a/conky/.footprint b/conky/.footprint
index 69991d0b6..eba7cf6de 100644
--- a/conky/.footprint
+++ b/conky/.footprint
@@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/conky
+drwxr-xr-x root/root usr/etc/
+drwxr-xr-x root/root usr/etc/conky/
+-rw-r--r-- root/root usr/etc/conky/conky.conf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/conky.1.gz
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/conky/
--rwxr-xr-x root/root usr/share/conky/conkyrc.sample
diff --git a/conky/.md5sum b/conky/.md5sum
index df34c4bf4..0adf72cc9 100644
--- a/conky/.md5sum
+++ b/conky/.md5sum
@@ -1 +1 @@
-40b929889da5f237c5f2af4a70d7f765 conky-1.4.7.tar.bz2
+42d966fce5aa5c5a326575ec214bff07 conky-1.4.9.tar.bz2
diff --git a/conky/Pkgfile b/conky/Pkgfile
index cb97ffa71..9f8ab453d 100644
--- a/conky/Pkgfile
+++ b/conky/Pkgfile
@@ -1,13 +1,13 @@
# Description: a light-weight system monitor
# URL: http://conky.sourceforge.net/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
-# Depends on: xorg-libxdamage, xorg-libxext, xorg-libxft
+# Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft
name=conky
-version=1.4.7
+version=1.4.9
release=1
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
-
+
build() {
cd $name-$version
./configure --prefix=/usr \
@@ -18,6 +18,5 @@ build() {
--enable-portmon \
--enable-mpd
make
- make install DESTDIR=$PKG
- install -D doc/conkyrc.sample $PKG/usr/share/$name/conkyrc.sample
+ make DESTDIR=$PKG install
}

Generated by cgit