git » startup-notification.git » commit 2dc800f

startup-notification 0.12

author Urja (ARMLFS builder)
2024-07-12 17:47:56 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:47:56 UTC
parent 87fcda5a1cbfc9baf6e68bf75b70919e80a81e3d

startup-notification 0.12

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7dcaf19..2e6d549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=startup-notification
 pkgver=0.12
 pkgrel=8
 pkgdesc='Libary to monitor and display application startup'
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url='https://www.freedesktop.org/wiki/Software/startup-notification/'
 license=('LGPL-2.0-or-later')
 depends=('glibc' 'libx11' 'libxcb' 'xcb-util')
@@ -15,7 +15,7 @@ sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --build=$CHOST --host=$CHOST
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }