aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-system-monitor
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 20:46:01 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-25 00:01:50 -0300
commite511bd6df917396acf8182441659beb6a3814861 (patch)
treeb1c9719173e7df9bcf89db9a9065b90b13025b3c /community/mate-system-monitor
parentd38673e539b5432e63777f9675b24ca08e6aee7b (diff)
downloadaports-e511bd6df917396acf8182441659beb6a3814861.tar.bz2
aports-e511bd6df917396acf8182441659beb6a3814861.tar.xz
community/mate-system-monitor: upgrade to 1.22.2
Diffstat (limited to 'community/mate-system-monitor')
-rw-r--r--community/mate-system-monitor/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD
index d5caade7a6..d618e69dbe 100644
--- a/community/mate-system-monitor/APKBUILD
+++ b/community/mate-system-monitor/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-system-monitor
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=0
pkgdesc="A system monitor for MATE"
url="https://github.com/mate-desktop/mate-system-monitor"
@@ -11,8 +11,7 @@ depends="mate-icon-theme"
makedepends="gtk+3.0-dev libwnck3-dev gtkmm3-dev libgtop-dev
librsvg-dev glibmm-dev itstool linux-headers libxml2-utils"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-system-monitor-$pkgver.tar.xz"
build() {
./configure \
@@ -20,7 +19,7 @@ build() {
--host=$CHOST \
--sysconfdir=/etc \
--enable-static=no \
- --prefix=/usr
+ --prefix=/usr
make
}
@@ -29,7 +28,7 @@ check() {
}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="ce5c514c333b85d6dd94b9fa212b51ed78212781da9719f730c50fc61fcf433e1a7df1d2665fe90e9529fba08207df59858b66f982bcd070845f62b22f8bd82f mate-system-monitor-1.22.1.tar.xz"
+sha512sums="47ccb38e27906c4de0cc18abc9d43ffc3b2c8f2f33b3f4cea3e47fd82c48870f03927fab39d323b61b9b871614b24bb2bc258d1c547650cdfb6b8eef65cb0de3 mate-system-monitor-1.22.2.tar.xz"