author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:56 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:56 UTC |
parent | b56a9f0e92f0f4a6e9c511e3632bb6dd138a6340 |
.gitignore | +2 | -0 |
PKGBUILD | +4 | -2 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index cdc5099..4c8819b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,10 +6,12 @@ pkgname=(libdbusmenu-qt5) pkgver=0.9.3+16.04.20160218 pkgrel=7 pkgdesc='A library that provides a Qt implementation of the DBusMenu spec' -arch=(x86_64) +arch=(x86_64 'armv7h') url='https://github.com/desktop-app/libdbusmenu-qt' license=(GPL) -makedepends=(cmake doxygen qt5-base qt6-base) +makedepends=(cmake doxygen qt5-base +# qt6-base +) source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz) sha256sums=('a8e6358a31c44ccdf1bfc46c95a77a6bfc7fc1f536aadb913ed4f4405c570cf6')