summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892020-07-30 23:06:52 +0200
committerPhoton892020-07-30 23:06:52 +0200
commitaa99900220c2e7b84400f7120ec3e97ad578bf8c (patch)
treed3b91c20c46e106fb317ea87d3a61b6a6abfbff8 /PKGBUILD
parentc183b2beb1e66df9619be5822f0d5144048e6f27 (diff)
downloadaur-multiload-ng-indicator-gtk2.tar.gz
Silent update: Added patch to fix build errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2627a5615ae0..354f0e0b124f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,9 @@ depends=('gtk2>=2.20.0' 'cairo' 'libappindicator-gtk2>=0.4.92' 'multiload-ng-com
conflicts=('multiload-ng-indicator-gtk3' 'multiload-ng-indicator-gtk2-git' 'multiload-ng-indicator-gtk3-git')
-source=("https://github.com/udda/multiload-ng/archive/v$pkgver.tar.gz")
-md5sums=('bdb9344d696324bd4db04a8bce6d7ec0')
+source=("https://github.com/udda/multiload-ng/archive/v$pkgver.tar.gz" "build-fix.patch")
+md5sums=('bdb9344d696324bd4db04a8bce6d7ec0'
+'b474387e4532bdd6a639f721a51d2587')
arch=('i686' 'x86_64')
url='https://udda.github.io/multiload-ng/'
@@ -22,6 +23,7 @@ license=('GPL2')
build() {
cd "multiload-ng-$pkgver"
+ patch -p1 -i $srcdir/build-fix.patch
./autogen.sh
./configure --prefix=/usr --with-gtk=2.0 --without-awn --with-indicator --without-lxpanel --without-mate --without-standalone --without-systray --without-xfce4
make