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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:47:31 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:47:31
  Author: arojas
Revision: 454634

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:47:14 UTC (rev 454633)
+++ PKGBUILD	2022-08-27 13:47:31 UTC (rev 454634)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-remoteobjects
-_qtver=6.4.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Inter-process communication (IPC) module developed for Qt'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-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=('7c43d1868c0a5bb6831ed9fc4a89240a9751359fd4961b8579690f251f0abcbc')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
-    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  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-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 454633, qt6-remoteobjects/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 13:47:31 UTC (rev 454634)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-remoteobjects
+_qtver=6.4.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+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=('4cc8e168319b24ba7ed07e2b7d060d70f957fda016d86df87ab2ae744041850d')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  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