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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 30 16:44:54 UTC 2022


    Date: Sunday, January 30, 2022 @ 16:44:54
  Author: arojas
Revision: 435529

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 16:41:59 UTC (rev 435528)
+++ PKGBUILD	2022-01-30 16:44:54 UTC (rev 435529)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-positioning
-_qtver=6.2.3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-serialport)
-optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
-conflicts=(qt6-location)
-provides=(qt6-location)
-replaces=(qt6-location)
-groups=(qt6)
-_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4ff9b93e45f1e7d76c3ae72e03bb714a5312500181b4a75649a7d39f564dbccf')
-
-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
-}

Copied: qt6-positioning/repos/extra-x86_64/PKGBUILD (from rev 435528, qt6-positioning/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-30 16:44:54 UTC (rev 435529)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-positioning
+_qtver=6.2.3
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-serialport)
+optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
+conflicts=(qt6-location)
+provides=(qt6-location)
+replaces=(qt6-location)
+groups=(qt6)
+options=(debug)
+_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('4ff9b93e45f1e7d76c3ae72e03bb714a5312500181b4a75649a7d39f564dbccf')
+
+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