[arch-commits] Commit in qt6-5compat/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Mar 28 16:56:26 UTC 2022


    Date: Monday, March 28, 2022 @ 16:56:26
  Author: arojas
Revision: 440804

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

Added:
  qt6-5compat/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 440803, qt6-5compat/kde-unstable/PKGBUILD)
Deleted:
  qt6-5compat/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 16:56:16 UTC (rev 440803)
+++ PKGBUILD	2022-03-28 16:56:26 UTC (rev 440804)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt6-5compat
-_qtver=6.3.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Module that contains unsupported Qt 5 APIs'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: for QtGraphicalEffects')
-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=('226e372d4ebc2cb54bae61b1c8562a3a07df0adc3ffca7ce3b3661b8939d7375')
-
-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-5compat/repos/kde-unstable-x86_64/PKGBUILD (from rev 440803, qt6-5compat/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-28 16:56:26 UTC (rev 440804)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-5compat
+_qtver=6.3.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Module that contains unsupported Qt 5 APIs'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: for QtGraphicalEffects')
+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=('07952ec1c81de5505c50e60851a040800131671b8298ae62386b0742a4ea051d')
+
+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