extra/mate-sensors-applet to 1.26.0-2

This commit is contained in:
Kevin Mihelich 2023-09-02 14:08:42 +00:00
parent de1c7211b2
commit 8cd933f8ec

View file

@ -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>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
@ -6,12 +7,12 @@
pkgname=mate-sensors-applet
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"
url="https://mate-desktop.org"
arch=('x86_64')
license=('GPL')
depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel' 'gettext')
depends=('udisks2' 'libnotify' 'lm_sensors' 'mate-panel' 'gettext')
makedepends=('docbook-xsl' 'itstool')
groups=('mate-extra')
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
@ -19,17 +20,17 @@ sha256sums=('4c437c3ff04488543e2cf0c4627fe265c48b4ad8f4946fd9de9845edc0c82968')
build() {
cd "${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname}
./configure \
--prefix=/usr \
--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
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make
}
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}