[arch-commits] Commit in qt6-networkauth/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 4 15:36:30 UTC 2021


    Date: Thursday, February 4, 2021 @ 15:36:30
  Author: arojas
Revision: 407468

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-04 15:36:20 UTC (rev 407467)
+++ PKGBUILD	2021-02-04 15:36:30 UTC (rev 407468)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt6-networkauth
-_qtver=6.0.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Network authentication module'
-depends=(qt6-base)
-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=('83fa07b7a76537220e9b16b92c24abb4633f14f5be6c16ad706795ddd181c7e8')
-
-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-networkauth/repos/extra-x86_64/PKGBUILD (from rev 407467, qt6-networkauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-04 15:36:30 UTC (rev 407468)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-networkauth
+_qtver=6.0.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake)
+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=('7f348acedb24e7c33927bd475b87b3c0c9901122f2e11f8c8209de4497e36122')
+
+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
+}



More information about the arch-commits mailing list