[arch-commits] Commit in qt6-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 19:25:52 UTC 2021


    Date: Monday, August 30, 2021 @ 19:25:52
  Author: arojas
Revision: 422693

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 19:25:43 UTC (rev 422692)
+++ PKGBUILD	2021-08-30 19:25:52 UTC (rev 422693)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-sensors
-_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 sensor hardware and motion gesture recognition'
-depends=(qt6-connectivity)
-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=('4b79f03c479253bd742a97e77d87461b8dc34acd057820bd7144889b06a37571')
-
-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-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 422692, qt6-sensors/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-30 19:25:52 UTC (rev 422693)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-sensors
+_qtver=6.2.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=(qt6-connectivity)
+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=('fe826c0a2b81fc80c91084c8a0ec34399a5eb297be751dfc8d12a960e01fc4c5')
+
+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