[arch-commits] Commit in qt6-connectivity/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 29 10:04:26 UTC 2021


    Date: Thursday, July 29, 2021 @ 10:04:26
  Author: arojas
Revision: 420648

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

Added:
  qt6-connectivity/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 420647, qt6-connectivity/kde-unstable/PKGBUILD)
Deleted:
  qt6-connectivity/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-29 10:04:18 UTC (rev 420647)
+++ PKGBUILD	2021-07-29 10:04:26 UTC (rev 420648)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-connectivity
-_qtver=6.2.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to Bluetooth hardware'
-depends=(qt6-base bluez-libs)
-makedepends=(cmake qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5e796060761c5a5bc10545d8c61fa80f88e7ee5419e03dcce95a76d1f9cc5b69')
-
-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-connectivity/repos/kde-unstable-x86_64/PKGBUILD (from rev 420647, qt6-connectivity/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-29 10:04:26 UTC (rev 420648)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-connectivity
+_qtver=6.2.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to Bluetooth hardware'
+depends=(qt6-base bluez-libs)
+makedepends=(cmake qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('7d97fc9dbaedb5862dd9ea79c87bb14b00458f1c3efa1a2ea178bef8b0ea8071')
+
+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