mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/sensors-applet to 3.0.0+13+g0728426-1
This commit is contained in:
parent
c3b7d94fc9
commit
1d74f42086
1 changed files with 10 additions and 5 deletions
|
@ -5,19 +5,24 @@
|
|||
# - drop dependency on libxnvctrl (nvidia-settings)
|
||||
|
||||
pkgname=sensors-applet
|
||||
pkgver=3.0.0
|
||||
_gitrev=07284262768e3a7066da09845370d78526be6bc1
|
||||
pkgrel=11
|
||||
pkgver=3.0.0+13+g0728426
|
||||
pkgrel=1
|
||||
pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://sensors-applet.sourceforge.net/"
|
||||
license=('GPL')
|
||||
depends=('gnome-panel' 'libatasmart' 'lm_sensors')
|
||||
makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
|
||||
optdepends=('hddtemp: get HDD temperatures')
|
||||
source=($pkgname::git://git.code.sf.net/p/sensors-applet/code#commit=$_gitrev)
|
||||
_commit=07284262768e3a7066da09845370d78526be6bc1 # master
|
||||
source=("$pkgname::git+https://git.code.sf.net/p/sensors-applet/code#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --tags | sed 's/-/+/g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue