Date: Tuesday, March 21, 2023 @ 07:43:54
Author: arojas
Revision: 471635
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
qt6-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 471634, qt6-tools/kde-unstable/PKGBUILD)
Deleted:
qt6-tools/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 07:43:23 UTC (rev 471634)
+++ PKGBUILD 2023-03-21 07:43:54 UTC (rev 471635)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=qt6-tools
-_qtver=6.5.0-beta3
-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 ninja qt6-declarative clang llvm litehtml)
-optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate'
'litehtml: for assistant')
-groups=(qt6)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f959d0e91616ee16ca8bb843307214c4c90ebcd1283854f24c7b33eb88bbb418')
-
-prepare() {
-# Fix build with system litehtml
- sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i
$_pkgfn/src/assistant/CMakeLists.txt
-}
-
-build() {
- cmake -B build -S $_pkgfn -G Ninja \
- -DINSTALL_PUBLICBINDIR=usr/bin \
- -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
-# Install symlinks for user-facing tools
- cd "$pkgdir"
- mkdir usr/bin
- while read _line; do
- ln -s $_line
- done < "$srcdir"/build/user_facing_tool_links.txt
-
- 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 471634,
qt6-tools/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 07:43:54 UTC (rev 471635)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=qt6-tools
+_qtver=6.5.0-rc
+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 ninja qt6-declarative clang llvm litehtml)
+optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate'
'litehtml: for assistant')
+groups=(qt6)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('cfddcf7da38a1d33fddb34035367e8ebe60e366922080f26ad8ffb8fe9c436f6')
+
+prepare() {
+# Fix build with system litehtml
+ sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i
$_pkgfn/src/assistant/CMakeLists.txt
+}
+
+build() {
+ cmake -B build -S $_pkgfn -G Ninja \
+ -DINSTALL_PUBLICBINDIR=usr/bin \
+ -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+ cd "$pkgdir"
+ mkdir usr/bin
+ while read _line; do
+ ln -s $_line
+ done < "$srcdir"/build/user_facing_tool_links.txt
+
+ install -d "$pkgdir"/usr/share/licenses
+ ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}