Date: Thursday, December 22, 2022 @ 21:48:11
  Author: arojas
Revision: 464764

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

Added:
  qt6-location/repos/
  qt6-location/repos/kde-unstable-x86_64/
  qt6-location/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 464763, qt6-location/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: qt6-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 464763, 
qt6-location/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD                          (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2022-12-22 21:48:11 UTC (rev 464764)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=qt6-location
+_qtver=6.5.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Helps you create viable mapping solutions using the data available 
from some of the popular location services'
+depends=(qt6-declarative qt6-positioning)
+makedepends=(cmake ninja qt6-shadertools)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('1a7a809c723cf63b004991195b5f8e3836ebf1b5bbe00d25d1618504acabaf5a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  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