# Maintainer (Arch): Brad Fanella # Contributor (Arch): Martin Wimpress # Contributor (Hyperbola): André Silva # Maintainer: Omar Vega Ramos pkgname=mate-sensors-applet pkgver=1.22.0 pkgrel=1 pkgrel+=.par1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" pkgdesc+=", without nonfree libxnvctrl support" url="https://mate-desktop.org" arch=('x86_64') arch+=('i686' 'armv7h') license=('GPL') depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel') makedepends=('docbook-xsl' 'intltool' 'itstool') groups=('mate-extra') conflicts=('mate-sensors-applet-gtk3') replaces=('mate-sensors-applet-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") sha256sums=('3305bf0be16e13da1f83e710df12e7be46c144db05db1a29a138bdf6ef3dc071') build() { cd "${pkgname}-${pkgver}" ./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 make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }