[arch-commits] Commit in qt6-wayland/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 16 17:00:56 UTC 2022


    Date: Thursday, June 16, 2022 @ 17:00:56
  Author: arojas
Revision: 448840

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

Added:
  qt6-wayland/repos/kde-unstable-x86_64/
  qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 448839, qt6-wayland/kde-unstable/PKGBUILD)

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

Copied: qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 448839, qt6-wayland/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2022-06-16 17:00:56 UTC (rev 448840)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-wayland
+_qtver=6.4.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides APIs for Wayland'
+depends=(qt6-declarative libxcomposite)
+makedepends=(cmake ninja)
+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=('35f01fe21694098b323df1882a17679bf1ddc736dd5d2043c3a7c503217d1df3')
+
+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
+}



More information about the arch-commits mailing list