summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892020-07-30 23:08:01 +0200
committerPhoton892020-07-30 23:08:01 +0200
commitd36e82c9370707fe14a4611125161c5dc31d6e62 (patch)
treeb5d42ca06c56c01307ff5279c4f4ce6ca63289ed /PKGBUILD
parenta1dbfff58ad58fb86a1758618155d3268adf1c66 (diff)
downloadaur-multiload-ng-standalone-gtk3.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 cc0a2aaa669d..10bc1e5e5b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,9 @@ depends=('gtk3' 'cairo' 'multiload-ng-common')
conflicts=('multiload-ng-standalone-gtk2' 'multiload-ng-standalone-gtk2-git' 'multiload-ng-standalone-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=3.0 --disable-deprecations --without-awn --without-indicator --without-lxpanel --without-mate --with-standalone --without-systray --without-xfce4
make