[arch-commits] Commit in qt6-virtualkeyboard/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 19 10:18:08 UTC 2021


    Date: Friday, March 19, 2021 @ 10:18:07
  Author: arojas
Revision: 410285

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

Added:
  qt6-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 410284, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
Deleted:
  qt6-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 10:18:00 UTC (rev 410284)
+++ PKGBUILD	2021-03-19 10:18:07 UTC (rev 410285)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: qt6-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 410284, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-19 10:18:07 UTC (rev 410285)
@@ -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-beta2
+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=('3827b7069f4b36591bbe67184670a6e54a2ed62c205c7ac206d6c05e4f4791a2')
+
+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