[arch-commits] Commit in qt6-connectivity/repos/kde-unstable-x86_64 (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Feb 16 10:44:55 UTC 2022


    Date: Wednesday, February 16, 2022 @ 10:44:54
  Author: arojas
Revision: 437457

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

Deleted:
  qt6-connectivity/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 10:44:37 UTC (rev 437456)
+++ PKGBUILD	2022-02-16 10:44:54 UTC (rev 437457)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-connectivity
-_qtver=6.3.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to Bluetooth hardware'
-depends=(qt6-base bluez-libs)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-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=('0f515931d435da692cb82f0b7178f613dfdd4b4ed3f135b57242986ffb4af6da')
-
-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