author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:53 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:53 UTC |
parent | 1909796a66e5376067d182499e096081839ae450 |
.gitignore | +2 | -0 |
PKGBUILD | +1 | -1 |
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 6398c4d..b0d9b5c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 arch=('any') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') -makedepends=('qt5-tools' 'python' 'pciutils' 'libxtst' 'libxcursor' 'libxrandr' 'libxss' 'libxcomposite' 'libxkbfile' +makedepends=('qt5-tools' 'python' 'libxtst' 'libxcursor' 'libxrandr' 'libxss' 'libxcomposite' 'libxkbfile' 'gperf' 'nss' 'clang' 'nodejs') groups=('qt5') _pkgfqn="qt-everywhere-opensource-src-${pkgver}"