Date: Thursday, January 5, 2023 @ 10:10:25
  Author: arojas
Revision: 465651

archrelease: copy trunk to staging-x86_64

Added:
  qt6-webchannel/repos/staging-x86_64/
  qt6-webchannel/repos/staging-x86_64/PKGBUILD
    (from rev 465650, qt6-webchannel/trunk/PKGBUILD)

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

Copied: qt6-webchannel/repos/staging-x86_64/PKGBUILD (from rev 465650, 
qt6-webchannel/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2023-01-05 10:10:25 UTC (rev 465651)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=qt6-webchannel
+_qtver=6.4.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=(qt6-declarative)
+makedepends=(cmake ninja qt6-websockets)
+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=('06657b2b2509f26c733b7c40da0dbb8571a215b97f99685a6fc3bc51dcbebd87')
+
+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