From 8cd933f8ec1aea78f97ae6608dd5197b10169215 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 2 Sep 2023 14:08:42 +0000 Subject: [PATCH] extra/mate-sensors-applet to 1.26.0-2 --- extra/mate-sensors-applet/PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/extra/mate-sensors-applet/PKGBUILD b/extra/mate-sensors-applet/PKGBUILD index bcda6b4e3..4ae7aa38a 100644 --- a/extra/mate-sensors-applet/PKGBUILD +++ b/extra/mate-sensors-applet/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Brad Fanella +# Maintainer: Alexander Epaneshnikov +# Contributor: Brad Fanella # Contributor: Martin Wimpress # ALARM: Kevin Mihelich @@ -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 }