Date: Wednesday, April 12, 2023 @ 12:16:16
Author: arojas
Revision: 473890
archrelease: copy trunk to testing-x86_64
Added:
qt6-wayland/repos/testing-x86_64/PKGBUILD
(from rev 473889, qt6-wayland/trunk/PKGBUILD)
Deleted:
qt6-wayland/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 12:16:07 UTC (rev 473889)
+++ PKGBUILD 2023-04-12 12:16:16 UTC (rev 473890)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=qt6-wayland
-_qtver=6.5.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides APIs for Wayland'
-depends=(qt6-declarative libxcomposite)
-makedepends=(cmake ninja)
-groups=(qt6)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ccc57fa277fc5f1c1c2c4733eae80a60996b67a067233c47809e542aa31759a3')
-
-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-wayland/repos/testing-x86_64/PKGBUILD (from rev 473889,
qt6-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 12:16:16 UTC (rev 473890)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=qt6-wayland
+_qtver=6.5.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides APIs for Wayland'
+depends=(qt6-declarative libxcomposite)
+makedepends=(cmake ninja)
+groups=(qt6)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('ccc57fa277fc5f1c1c2c4733eae80a60996b67a067233c47809e542aa31759a3')
+
+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
+}