[arch-commits] Commit in (15 files)

Antonio Rojas arojas at archlinux.org
Tue Mar 2 17:44:25 UTC 2021


    Date: Tuesday, March 2, 2021 @ 17:44:25
  Author: arojas
Revision: 409054

Qt 6.1 beta 1

Added:
  qt6-charts/
  qt6-charts/kde-unstable/
  qt6-charts/kde-unstable/PKGBUILD
  qt6-datavis3d/
  qt6-datavis3d/kde-unstable/
  qt6-datavis3d/kde-unstable/PKGBUILD
  qt6-lottie/
  qt6-lottie/kde-unstable/
  qt6-lottie/kde-unstable/PKGBUILD
  qt6-scxml/
  qt6-scxml/kde-unstable/
  qt6-scxml/kde-unstable/PKGBUILD
  qt6-virtualkeyboard/
  qt6-virtualkeyboard/kde-unstable/
  qt6-virtualkeyboard/kde-unstable/PKGBUILD

-------------------------------------------+
 qt6-charts/kde-unstable/PKGBUILD          |   29 +++++++++++++++++++++++++++
 qt6-datavis3d/kde-unstable/PKGBUILD       |   30 ++++++++++++++++++++++++++++
 qt6-lottie/kde-unstable/PKGBUILD          |   30 ++++++++++++++++++++++++++++
 qt6-scxml/kde-unstable/PKGBUILD           |   30 ++++++++++++++++++++++++++++
 qt6-virtualkeyboard/kde-unstable/PKGBUILD |   29 +++++++++++++++++++++++++++
 5 files changed, 148 insertions(+)

Added: qt6-charts/kde-unstable/PKGBUILD
===================================================================
--- qt6-charts/kde-unstable/PKGBUILD	                        (rev 0)
+++ qt6-charts/kde-unstable/PKGBUILD	2021-03-02 17:44:25 UTC (rev 409054)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-charts
+_qtver=6.1.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides a set of easy to use chart components'
+depends=(qt6-declarative)
+makedepends=(cmake)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
+source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('d649c0a64fc66144fdbb4a072fa61795e8d3256dae5e29acda6e61e292e54fce')
+
+build() {
+  cmake -B build -S $_pkgfn
+  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
+}

Added: qt6-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-datavis3d/kde-unstable/PKGBUILD	                        (rev 0)
+++ qt6-datavis3d/kde-unstable/PKGBUILD	2021-03-02 17:44:25 UTC (rev 409054)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-datavis3d
+_qtver=6.1.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt6 Data Visualization module'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
+source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('0b5e9a385950c25a288ce285fc3ff77e44fb469d80bfae1639ce47ff4edd3a67')
+
+build() {
+  cmake -B build -S $_pkgfn
+  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
+}

Added: qt6-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt6-lottie/kde-unstable/PKGBUILD	                        (rev 0)
+++ qt6-lottie/kde-unstable/PKGBUILD	2021-03-02 17:44:25 UTC (rev 409054)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-lottie
+_qtver=6.1.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A family of player software for a certain json-based file format for describing 2d vector graphics animations'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
+source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('93cc720895c058ce7332da5b75e1caf4c0db3b44fe3df7e20ebf66525cd76cce')
+
+build() {
+  cmake -B build -S $_pkgfn
+  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
+}

Added: qt6-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt6-scxml/kde-unstable/PKGBUILD	                        (rev 0)
+++ qt6-scxml/kde-unstable/PKGBUILD	2021-03-02 17:44:25 UTC (rev 409054)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-scxml
+_qtver=6.1.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Static and runtime integration of SCXML models into Qt6 code'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
+source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('cda9de7752b9ff8784c8d8977d8f35dd037a168d853739e1f9bfeb3378a29d59')
+
+build() {
+  cmake -B build -S $_pkgfn
+  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
+}

Added: qt6-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt6-virtualkeyboard/kde-unstable/PKGBUILD	                        (rev 0)
+++ qt6-virtualkeyboard/kde-unstable/PKGBUILD	2021-03-02 17:44:25 UTC (rev 409054)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.1.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Virtual keyboard framework'
+depends=(qt6-quickcontrols2 qt6-svg hunspell)
+makedepends=(cmake)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
+source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('7bf31cd765a08adfb1ce9040733b973c705e8f53708ebd936264def0e0ea55c6')
+
+build() {
+  cmake -B build -S $_pkgfn
+  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