[arch-commits] Commit in qt6-charts (3 files)

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


    Date: Tuesday, March 2, 2021 @ 17:46:46
  Author: arojas
Revision: 409064

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

Added:
  qt6-charts/repos/
  qt6-charts/repos/kde-unstable-x86_64/
  qt6-charts/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 409063, qt6-charts/kde-unstable/PKGBUILD)

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

Copied: qt6-charts/repos/kde-unstable-x86_64/PKGBUILD (from rev 409063, qt6-charts/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2021-03-02 17:46:46 UTC (rev 409064)
@@ -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
+}



More information about the arch-commits mailing list