Date: Saturday, August 27, 2022 @ 13:48:55 Author: arojas Revision: 454641
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 454640, qt6-wayland/kde-unstable/PKGBUILD) Deleted: qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 13:48:43 UTC (rev 454640) +++ PKGBUILD 2022-08-27 13:48:55 UTC (rev 454641) @@ -1,32 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=qt6-wayland -_qtver=6.4.0-beta2 -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=('d59238f3b54b859e9077471d2a9dfde77549e801da53d6eedfedc186b4286e2f') - -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 -} Copied: qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 454640, qt6-wayland/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-08-27 13:48:55 UTC (rev 454641) @@ -0,0 +1,32 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=qt6-wayland +_qtver=6.4.0-beta3 +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=('4f35a017e195fa76837ad545f686160b61a08817512a036346f2b4e30097f8a5') + +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 +}