summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892021-06-19 14:20:32 +0200
committerPhoton892021-06-19 14:20:32 +0200
commitf4822b2e569820fcfdc56ddb5ebeb7e087a31d8b (patch)
tree4d441bd833b7ccf755d43a1b1c73b035d3b1af29 /PKGBUILD
parent9c72033c9335db7106502f53f89057663a0c8633 (diff)
downloadaur-multiload-ng-common.tar.gz
Switched to gtk3 and added it to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57ab24eb7f7e..84b78795f26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname='multiload-ng-common'
pkgdesc='Modern graphical system monitor, common files'
pkgver=1.5.2
-pkgrel=3
+pkgrel=4
-makedepends=('intltool')
+makedepends=('intltool' 'gtk3')
depends=()
conflicts=('multiload-ng-common-git')
@@ -25,7 +25,7 @@ build() {
cd "multiload-ng-$pkgver"
patch -p1 -i $srcdir/build-fix.patch
./autogen.sh
- ./configure --prefix=/usr --with-gtk=2.0 --without-awn --without-indicator --without-lxpanel --without-mate --without-standalone --without-systray --without-xfce4
+ ./configure --prefix=/usr --with-gtk=3.0 --without-awn --without-indicator --without-lxpanel --without-mate --without-standalone --without-systray --without-xfce4
make
}