diff options
author | Paul Bredbury <brebs@sent.com> | 2019-06-16 10:34:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 12:19:44 +0000 |
commit | a125206732d59f9882befaadade1bae1df183902 (patch) | |
tree | 8554f856e51b59c46efb721f090b86017a16ec36 /community/mate-system-monitor/APKBUILD | |
parent | e9f7af2164b3e451e6cd65cf6cd8927de9286ace (diff) | |
download | aports-a125206732d59f9882befaadade1bae1df183902.tar.bz2 aports-a125206732d59f9882befaadade1bae1df183902.tar.xz |
community/mate-system-monitor: upgrade to 1.22.1
Remove patch, is applied upstream.
Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-system-monitor/APKBUILD')
-rw-r--r-- | community/mate-system-monitor/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index f0692812d4..d5caade7a6 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.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" @@ -11,12 +11,10 @@ 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 - install-sh.patch" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,14 +25,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" install } -sha512sums="6f97f934626b49320ea0dbb4e14743c4f33b12a85671b69465f689765f3003f00e51685b616e34a482c3ec0ca09ca4e13cbdb2e3eb4719c0d1fc7b25b24436a7 mate-system-monitor-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="ce5c514c333b85d6dd94b9fa212b51ed78212781da9719f730c50fc61fcf433e1a7df1d2665fe90e9529fba08207df59858b66f982bcd070845f62b22f8bd82f mate-system-monitor-1.22.1.tar.xz" |