Date: Thursday, December 10, 2020 @ 16:12:23
  Author: arojas
Revision: 403701

archrelease: copy trunk to extra-x86_64

Added:
  qt6-imageformats/repos/extra-x86_64/PKGBUILD
    (from rev 403700, qt6-imageformats/trunk/PKGBUILD)
Deleted:
  qt6-imageformats/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-10 16:12:14 UTC (rev 403700)
+++ PKGBUILD    2020-12-10 16:12:23 UTC (rev 403701)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=qt6-imageformats
-_qtver=6.0.0
-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)
-makedepends=(cmake git)
-groups=(qt6)
-_pkgfn="${pkgname/6-/}"
-source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
-sha256sums=('SKIP')
-
-build() {
-  cmake -B build -S $_pkgfn
-  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
-}

Copied: qt6-imageformats/repos/extra-x86_64/PKGBUILD (from rev 403700, 
qt6-imageformats/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-12-10 16:12:23 UTC (rev 403701)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=qt6-imageformats
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+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)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz";)
+sha256sums=('6f2823151425656f67d1b7198a9677e236f371a0213e651604c817a0b0a10846')
+
+build() {
+  cmake -B build -S $_pkgfn
+  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
+}

Reply via email to