author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:51:21 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:51:21 UTC |
parent | dcf4cdb7236f3161c3b988625bb5af83ddfc43b7 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4c8819b..2ee8c24 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='A library that provides a Qt implementation of the DBusMenu spec' arch=(x86_64 'armv7h') url='https://github.com/desktop-app/libdbusmenu-qt' license=(GPL) -makedepends=(cmake doxygen qt5-base +makedepends=(cmake doxygen qt5-base dbus # qt6-base ) source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz) @@ -23,7 +23,7 @@ build() { } package_libdbusmenu-qt5() { - depends=(qt5-base) + depends=(qt5-base dbus) DESTDIR="$pkgdir" cmake --install build }