mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mate-sensors-applet to 1.18.0-1
This commit is contained in:
parent
9a2f79388f
commit
9980d610c9
1 changed files with 10 additions and 12 deletions
|
@ -3,28 +3,26 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop dependency on libxnvctrl (nvidia-settings)
|
||||
|
||||
_ver=1.16
|
||||
_pkgbase=mate-sensors-applet
|
||||
pkgname=(${_pkgbase})
|
||||
pkgver=${_ver}.1
|
||||
pkgname=mate-sensors-applet
|
||||
pkgver=1.18.0
|
||||
pkgrel=1
|
||||
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version)"
|
||||
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
|
||||
url="http://mate-desktop.org"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel')
|
||||
makedepends=('docbook-xsl' 'intltool' 'itstool')
|
||||
groups=('mate-extra')
|
||||
conflicts=("${_pkgbase}-gtk3")
|
||||
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
|
||||
sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1')
|
||||
conflicts=('mate-sensors-applet-gtk3')
|
||||
replaces=('mate-sensors-applet-gtk3')
|
||||
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha1sums=('d83b760cf973ffd0fa74b520605ed50ef3b1858b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgbase}-${pkgver}"
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/${_pkgbase} \
|
||||
--with-gtk=2.0
|
||||
--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
|
||||
|
@ -33,6 +31,6 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgbase}-${pkgver}"
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue