diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 08:52:57 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 10:19:44 +0000 |
commit | f00222ccb253838c6c4f9938ed897bc82225ffef (patch) | |
tree | 10949c20af9649ca9112b046a5164ced227c7cae /community/mate-system-monitor/APKBUILD | |
parent | fabaa5b538f38e269d966da7af366b95e69d8d97 (diff) | |
download | aports-f00222ccb253838c6c4f9938ed897bc82225ffef.tar.bz2 aports-f00222ccb253838c6c4f9938ed897bc82225ffef.tar.xz |
community/mate-system-monitor: upgrade to 1.20.0
Diffstat (limited to 'community/mate-system-monitor/APKBUILD')
-rw-r--r-- | community/mate-system-monitor/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index 37864c7bfc..afd5869d8c 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.19.1 +pkgver=1.20.0 pkgrel=0 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" @@ -20,8 +20,8 @@ build() { --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ - --prefix=/usr \ - --enable-all-themes + --enable-static=no \ + --prefix=/usr make } @@ -35,4 +35,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="8d9c590fcb48a89ea4a65b4d184b0e0bb900675329337cede7ed0a5f587e13972fd8bdb88b317a4d68c716e32c96cec47fe0ef828cd619704879354e7c4b04ea mate-system-monitor-1.19.1.tar.xz" +sha512sums="5676740e0d581f3e46540c90f2df6ba37fdf9661df08b32896cac03c6b3282a052bfa3c1f7e61d4a3f1a04b3aedd5162de65b64586950dc1c2841f7bfea0b2be mate-system-monitor-1.20.0.tar.xz" |