[arch-commits] Commit in qt6-tools/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Nov 16 11:40:40 UTC 2020
Date: Monday, November 16, 2020 @ 11:40:40
Author: arojas
Revision: 401261
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
qt6-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 401260, qt6-tools/kde-unstable/PKGBUILD)
Deleted:
qt6-tools/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-16 11:40:32 UTC (rev 401260)
+++ PKGBUILD 2020-11-16 11:40:40 UTC (rev 401261)
@@ -1,37 +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-tools
-_qtver=6.0.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
-depends=(qt6-base)
-makedepends=(cmake qt6-declarative vulkan-headers clang llvm)
-optdepends=('clang: for qdoc and lupdate')
-groups=(qt6)
-_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz")
-sha256sums=('cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca')
-
-build() {
- cmake -B build -S $_pkgfn
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
-# Symlinks for backwards compatibility
- mkdir "$pkgdir"/usr/bin
- for b in "${pkgdir}"/usr/lib/qt6/bin/*; do
- ln -rs "$pkgdir"/usr/lib/qt6/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt6
- done
-
- install -d "$pkgdir"/usr/share/licenses
- ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: qt6-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 401260, qt6-tools/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-16 11:40:40 UTC (rev 401261)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-tools
+_qtver=6.0.0-beta5
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative vulkan-headers clang llvm)
+optdepends=('clang: for qdoc and lupdate')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz")
+sha256sums=('3c6fe440a2a6b6ef5a431d5b2710e19bcfe195c572c6f8fa16a64d95dfd350d7')
+
+build() {
+ cmake -B build -S $_pkgfn
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+# Symlinks for backwards compatibility
+ mkdir "$pkgdir"/usr/bin
+ for b in "${pkgdir}"/usr/lib/qt6/bin/*; do
+ ln -rs "$pkgdir"/usr/lib/qt6/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt6
+ done
+
+ 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