Date: Monday, April 10, 2023 @ 09:39:48
  Author: arojas
Revision: 473740

archrelease: copy trunk to testing-x86_64

Added:
  qt6-shadertools/repos/testing-x86_64/PKGBUILD
    (from rev 473739, qt6-shadertools/trunk/PKGBUILD)
Deleted:
  qt6-shadertools/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 09:39:38 UTC (rev 473739)
+++ PKGBUILD    2023-04-10 09:39:48 UTC (rev 473740)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=qt6-shadertools
-_qtver=6.5.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3)
-pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
-depends=(qt6-base)
-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=('86618d037f3071f1f7ac5eb7ab76ae4e6f51cfddded0a402bb9aa7f3f79f5775')
-
-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-shadertools/repos/testing-x86_64/PKGBUILD (from rev 473739, 
qt6-shadertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 09:39:48 UTC (rev 473740)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=qt6-shadertools
+_qtver=6.5.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
+depends=(qt6-base)
+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=('86618d037f3071f1f7ac5eb7ab76ae4e6f51cfddded0a402bb9aa7f3f79f5775')
+
+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
+}

Reply via email to