Date: Saturday, January 28, 2023 @ 09:33:59
  Author: arojas
Revision: 467501

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-28 09:33:47 UTC (rev 467500)
+++ PKGBUILD    2023-01-28 09:33:59 UTC (rev 467501)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=qt6-virtualkeyboard
-_qtver=6.5.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-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=('dec98748aa7d0c4fec96a90a06c16a6598021e8bf5483ff7c9491d1fa6594b34')
-
-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 
467500, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-28 09:33:59 UTC (rev 467501)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.5.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-declarative qt6-svg hunspell)
+makedepends=(cmake ninja)
+groups=(qt6)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('24805e5a7bd2bdf92bd0a6d6c1971fdf78fb23a6994afc44342bdf28d6317f9d')
+
+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