summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892020-07-30 23:05:43 +0200
committerPhoton892020-07-30 23:05:43 +0200
commita4679f38e4116d4337410423c81fe768afd622cd (patch)
tree5f60340925a6c8df483378511d7b3a36a966f28f /PKGBUILD
parent07141c782510fdf8cab76cb32302ee8a9d977214 (diff)
downloadaur-lxpanel-multiload-ng-plugin-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 41dcc8b3eb32..56749bf2c260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,9 @@ conflicts=('lxpanel-multiload-ng-plugin-gtk2' 'lxpanel-multiload-ng-plugin-gtk2-
replaces=('lxpanel-multiload-ng-applet-gtk3')
-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/'
@@ -24,6 +25,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 --with-lxpanel --without-mate --without-standalone --without-systray --without-xfce4
make