diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:07:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | b5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch) | |
tree | ba48db1aed717196c3f9a0632703d67a86e38cdf /community/gnome-system-monitor | |
parent | e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff) | |
download | aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2 aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz |
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/gnome-system-monitor')
-rw-r--r-- | community/gnome-system-monitor/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gnome-system-monitor/APKBUILD b/community/gnome-system-monitor/APKBUILD index 5ab13bc538..a3b04e7a8d 100644 --- a/community/gnome-system-monitor/APKBUILD +++ b/community/gnome-system-monitor/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-system-monitor pkgver=3.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME system monitor" url="https://www.gnome.org/" arch="all !s390x" @@ -18,6 +18,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --datadir=/usr/share \ + --buildtype=plain \ -Dsystemd=false \ output . ninja -C output |