community/mate-sensors-applet to 1.20.3-1

This commit is contained in:
Kevin Mihelich 2019-01-10 13:33:46 +00:00
parent 60349bacb4
commit f561550010

View file

@ -5,8 +5,8 @@
# - drop dependency on libxnvctrl (nvidia-settings) # - drop dependency on libxnvctrl (nvidia-settings)
pkgname=mate-sensors-applet pkgname=mate-sensors-applet
pkgver=1.20.2 pkgver=1.20.3
pkgrel=2 pkgrel=1
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
url="https://mate-desktop.org" url="https://mate-desktop.org"
arch=('x86_64') arch=('x86_64')
@ -17,10 +17,10 @@ groups=('mate-extra')
conflicts=('mate-sensors-applet-gtk3') conflicts=('mate-sensors-applet-gtk3')
replaces=('mate-sensors-applet-gtk3') replaces=('mate-sensors-applet-gtk3')
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('cb0458deeac0d83ce94cce3d225186d0708af7b61e4469544df7092725ff1d4e') sha256sums=('e609e83c4774caa95866156c95b0ba1a33001aced739dc0bfc29e62987c72869')
build() { build() {
cd ${pkgname}-${pkgver} cd "${pkgname}-${pkgver}"
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--libexecdir=/usr/lib/${pkgname} --libexecdir=/usr/lib/${pkgname}
@ -32,6 +32,6 @@ build() {
} }
package() { package() {
cd ${pkgname}-${pkgver} cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install
} }