[arch-general] Updated PKGBUILD for conky to show hwmon information after kernel upgrade
I am pasting/attaching updated PKGBUILD for conky with reference to this bug http://bugs.archlinux.org/task/16584 PKGBUILD: # $Id: PKGBUILD 50303 2009-08-25 11:05:41Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: James Rayner <james@archlinux.org> # Contributor: Partha Chowdhury <kira.laucas@gmail.com> pkgname=conky pkgver=1.7.2 pkgrel=2 pkgdesc="An advanced, highly configurable system monitor for X based on torsmo" arch=('i686' 'x86_64') url="http://conky.sourceforge.net/" license=('custom') replaces=('torsmo') depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'imlib2') makedepends=('pkgconfig') source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2 http://bazaar.launchpad.net/%7Enorsetto/%2Bjunk/conky/download/head%3A/fix_h...) build() { cd ${srcdir}/${pkgname}-${pkgver} #Apply patch to make conky look in right place in /sys/class/hwmon/ patch -Np1 < ../../fix_hwmon_for_2.6.31.patch || return 1 ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-wlan \ --enable-rss \ --enable-ibm \ --enable-imlib2 \ --disable-lua make || return 1 make DESTDIR=${pkgdir} install install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } md5sums=('cf6f5d45d42ad68c618c00271813b80d' 'efb3e188cd3879fc7b5af51b59d553ec')
On 12/10/2009, Partha Chowdhury <kira.laucas@gmail.com> wrote:
I am pasting/attaching updated PKGBUILD for conky with reference to this bug http://bugs.archlinux.org/task/16584 Hi Partha, first, you already sent this PKGBUILD in bug's comments. In second, we have a conky maintainer, so you can contact him directly without send a duple message in ours MLs.
Anyway, thanks for your contribute. -- Andrea `bash` Scarpino Arch Linux Developer
On 12/10/2009, Andrea Scarpino <andrea@archlinux.org> wrote:
Hi Partha, first, you already sent this PKGBUILD in bug's comments. In second, we have a conky maintainer, so you can contact him directly without send a duple message in ours MLs.
Anyway, thanks for your contribute.
Ok, I read now you sent the message to him and CC the message to MLs. My point was that you should wait a couple of days first to send the same message to MLs. -- Andrea `bash` Scarpino Arch Linux Developer
On Mon, Oct 12, 2009 at 02:41:44PM +0200, Andrea Scarpino wrote:
Ok, I read now you sent the message to him and CC the message to MLs. My point was that you should wait a couple of days first to send the same message to MLs.
Thanks for the pointer. In the future i will follow it.
2009/10/12, Partha Chowdhury <kira.laucas@gmail.com>:
I am pasting/attaching updated PKGBUILD for conky with reference to this bug http://bugs.archlinux.org/task/16584
Done. -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
participants (3)
-
Andrea Scarpino
-
Giovanni Scafora
-
Partha Chowdhury