mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/sensors-applet to 3.0.0-8
This commit is contained in:
parent
ca1cc1a0ac
commit
66ffda125f
1 changed files with 12 additions and 8 deletions
|
@ -6,31 +6,35 @@
|
|||
|
||||
pkgname=sensors-applet
|
||||
pkgver=3.0.0
|
||||
_gitrev=1e38ad607b6a6a0f370dd67f5e94c8a11e03eae5
|
||||
pkgrel=7
|
||||
_gitrev=07284262768e3a7066da09845370d78526be6bc1
|
||||
pkgrel=8
|
||||
pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://sensors-applet.sourceforge.net/"
|
||||
license=('GPL')
|
||||
depends=('gnome-panel' 'libatasmart' 'lm_sensors')
|
||||
makedepends=('gnome-common' 'intltool' 'yelp-tools')
|
||||
makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
|
||||
optdepends=('hddtemp: get HDD temperatures'
|
||||
'udisks: get HDD temperatures')
|
||||
source=(https://sourceforge.net/code-snapshots/git/s/se/$pkgname/code.git/$pkgname-code-$_gitrev.zip)
|
||||
sha256sums=('7515f7f8a2da15763d2f58add5a91b1c5ac72f622d14ad47d0a9c11183b08edd')
|
||||
source=($pkgname::git://git.code.sf.net/p/sensors-applet/code#commit=$_gitrev)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-code-$_gitrev
|
||||
cd $pkgname
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-code-$_gitrev
|
||||
cd $pkgname
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname
|
||||
|
||||
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-code-$_gitrev
|
||||
cd $pkgname
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue