Date: Friday, September 16, 2022 @ 15:12:33
  Author: arojas
Revision: 456297

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

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-16 15:12:22 UTC (rev 456296)
+++ PKGBUILD    2022-09-16 15:12:33 UTC (rev 456297)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=qt6-virtualkeyboard
-_qtver=6.4.0-beta4
-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)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('b79a4cf8528799a25caf143fb814b3cbb2c46dceb9d8186c4e2e557c156b8774')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
-    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
-    -DQT_FEATURE_vkb_arrow_keynavigation=ON
-  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 
456296, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-16 15:12:33 UTC (rev 456297)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.4.0-rc
+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)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('c9bfa88763eae03fe50e6cdd6cdbd5f39cf0752809c78d8a679767b25a1a4844')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+    -DQT_FEATURE_vkb_arrow_keynavigation=ON
+  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
+}

Reply via email to