Date: Saturday, October 29, 2022 @ 20:20:27
  Author: arojas
Revision: 1339338

archrelease: copy trunk to community-x86_64

Added:
  qt6ct/repos/community-x86_64/PKGBUILD
    (from rev 1339337, qt6ct/trunk/PKGBUILD)
Deleted:
  qt6ct/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-29 20:20:19 UTC (rev 1339337)
+++ PKGBUILD    2022-10-29 20:20:27 UTC (rev 1339338)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Martchus <[email protected]>
-
-pkgname=qt6ct
-pkgver=0.6
-pkgrel=3
-pkgdesc='Qt 6 Configuration Utility'
-arch=(x86_64)
-url='https://github.com/trialuser02/qt6ct'
-license=(BSD)
-depends=(qt6-svg)
-makedepends=(cmake qt6-tools)
-source=(https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz
-        https://github.com/trialuser02/qt6ct/commit/6d5dab5f.patch)
-sha256sums=('b44b22fc2301c36ae4d20adfdd6f624484ea753f6f061ce1d511a102a83a6cc3'
-            '00264e3ff6bb11ed7d365a92106268049f195b57d86c2411887a9644342735a9')
-options=(debug)
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 6d5dab5f.patch # Fix crash at startup
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: qt6ct/repos/community-x86_64/PKGBUILD (from rev 1339337, 
qt6ct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-29 20:20:27 UTC (rev 1339338)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Martchus <[email protected]>
+
+pkgname=qt6ct
+pkgver=0.7
+pkgrel=1
+pkgdesc='Qt 6 Configuration Utility'
+arch=(x86_64)
+url='https://github.com/trialuser02/qt6ct'
+license=(BSD)
+depends=(qt6-svg)
+makedepends=(cmake qt6-tools)
+source=(https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz)
+sha256sums=('75a7cc173ee9e24c51d5238d616ea7333ecd3d4934c09d70a623059db667002b')
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to