PKGBUILDs/qt6-imageformats/static-compat/PKGBUILD.sh.ep
Martchus 5411a9d1fd Update static libraries
* Use an older glibc so resulting binaries can run
  on older systems (without having to link statically
  against glibc)
* Call packages static-compat-* to make it clear that
  these packages are intended for compatibility with
  older distributions
* Add further libraries to get static-compat-qt6-base
  and some other static-compat-qt6-* packages building
2022-04-28 22:43:29 +02:00

15 lines
478 B
Plaintext

% layout 'static-compat-qt6-module';
\
_qtver=6.3.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
# keep it basic for now
#pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
#depends=(<%== qt6deps qw(base) %> static-compat-jasper static-compat-libmng static-compat-libwebp)
pkgdesc='Plugins for additional image formats: TIFF, TGA'
depends=(<%== qt6deps qw(base) %>)
makedepends=(static-compat-cmake ninja)