[arch-commits] Commit in qt6-virtualkeyboard/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Dec 12 09:43:20 UTC 2021


    Date: Sunday, December 12, 2021 @ 09:43:19
  Author: arojas
Revision: 431912

archrelease: copy trunk to extra-x86_64

Added:
  qt6-virtualkeyboard/repos/extra-x86_64/PKGBUILD
    (from rev 431911, qt6-virtualkeyboard/trunk/PKGBUILD)
Deleted:
  qt6-virtualkeyboard/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-12 09:42:25 UTC (rev 431911)
+++ PKGBUILD	2021-12-12 09:43:19 UTC (rev 431912)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-virtualkeyboard
-_qtver=6.2.2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Virtual keyboard framework'
-depends=(qt6-declarative qt6-svg hunspell)
-makedepends=(cmake ninja)
-groups=(qt6)
-_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('9973c1a703e717936858a8e81eeef1372e6830127f9729013f9da3c2870561a5')
-
-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
-}

Copied: qt6-virtualkeyboard/repos/extra-x86_64/PKGBUILD (from rev 431911, qt6-virtualkeyboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-12 09:43:19 UTC (rev 431912)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.2.2
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Virtual keyboard framework'
+depends=(qt6-declarative qt6-svg hunspell)
+makedepends=(cmake ninja)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('9973c1a703e717936858a8e81eeef1372e6830127f9729013f9da3c2870561a5')
+
+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