mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/mate-sensors-applet to 1.26.0-2
This commit is contained in:
parent
de1c7211b2
commit
8cd933f8ec
1 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Maintainer: Brad Fanella <cesura@archlinux.org>
|
# Maintainer: Alexander Epaneshnikov <alex19ep@archlinux.org>
|
||||||
|
# Contributor: Brad Fanella <cesura@archlinux.org>
|
||||||
# Contributor: Martin Wimpress <code@flexion.org>
|
# Contributor: Martin Wimpress <code@flexion.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
@ -6,12 +7,12 @@
|
||||||
|
|
||||||
pkgname=mate-sensors-applet
|
pkgname=mate-sensors-applet
|
||||||
pkgver=1.26.0
|
pkgver=1.26.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel' 'gettext')
|
depends=('udisks2' 'libnotify' 'lm_sensors' 'mate-panel' 'gettext')
|
||||||
makedepends=('docbook-xsl' 'itstool')
|
makedepends=('docbook-xsl' 'itstool')
|
||||||
groups=('mate-extra')
|
groups=('mate-extra')
|
||||||
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
|
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
|
||||||
|
@ -19,17 +20,17 @@ sha256sums=('4c437c3ff04488543e2cf0c4627fe265c48b4ad8f4946fd9de9845edc0c82968')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/lib/${pkgname}
|
--libexecdir=/usr/lib/${pkgname}
|
||||||
|
|
||||||
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue