author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:03 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:03 UTC |
parent | e3f6f179c2d2a516c25c4a7a9e967d99382fafdd |
.gitignore | +2 | -0 |
PKGBUILD | +4 | -5 |
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 be75d37..d09fe18 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=(gnuplot pkgver=6.0.1 pkgrel=1 pkgdesc='Plotting package which outputs to X11, PostScript, PNG, GIF, and others' -arch=(x86_64) +arch=(x86_64 'armv7h') url='http://www.gnuplot.info' license=(LicenseRef-Gnuplot) depends=(cairo @@ -24,14 +24,13 @@ depends=(cairo libx11 lua pango - qt6-5compat - qt6-base - qt6-svg + qt5-base + qt5-svg readline wxwidgets-common wxwidgets-gtk3) makedepends=(emacs - qt6-tools + qt5-tools texlive-latexextra) source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz lua53_compat.patch)