[arch-commits] Commit in qt6-imageformats/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Feb 5 23:31:47 UTC 2022


    Date: Saturday, February 5, 2022 @ 23:31:46
  Author: arojas
Revision: 436289

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-imageformats/repos/kde-unstable-x86_64/
  qt6-imageformats/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 436288, qt6-imageformats/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: qt6-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 436288, qt6-imageformats/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2022-02-05 23:31:46 UTC (rev 436289)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-imageformats
+_qtver=6.3.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=(qt6-base jasper libwebp libmng)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('36f7dcbc54854109ea2f30d523a0ff963ef0c579a2fd7f648dd78e54f15fbb44')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list