[arch-commits] Commit in qt6ct/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 12 20:54:29 UTC 2021
Date: Monday, April 12, 2021 @ 20:54:29
Author: arojas
Revision: 916055
archrelease: copy trunk to community-x86_64
Added:
qt6ct/repos/community-x86_64/PKGBUILD
(from rev 916054, qt6ct/trunk/PKGBUILD)
Deleted:
qt6ct/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-12 20:54:19 UTC (rev 916054)
+++ PKGBUILD 2021-04-12 20:54:29 UTC (rev 916055)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=qt6ct
-pkgver=0.2
-pkgrel=5
-pkgdesc='Qt 6 Configuration Utility'
-arch=(x86_64)
-url='https://github.com/trialuser02/qt6ct'
-license=(BSD)
-depends=(qt6-svg)
-makedepends=(qt6-tools)
-source=("https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz")
-sha256sums=('e3f064071d45e59e4eaaf0f2b789351edc5b676874d98d3bd2abfed6230422ee')
-
-build() {
- cd $pkgname-$pkgver
- qmake-qt6 PREFIX=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make INSTALL_ROOT="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: qt6ct/repos/community-x86_64/PKGBUILD (from rev 916054, qt6ct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-12 20:54:29 UTC (rev 916055)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=qt6ct
+pkgver=0.3
+pkgrel=1
+pkgdesc='Qt 6 Configuration Utility'
+arch=(x86_64)
+url='https://github.com/trialuser02/qt6ct'
+license=(BSD)
+depends=(qt6-svg)
+makedepends=(qt6-tools)
+source=("https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz")
+sha256sums=('62d46622bf0d152c2640b2c0f6e52a744b2e2b2204e940dd014fac59a8cc0c3d')
+
+build() {
+ cd $pkgname-$pkgver
+ qmake6 PREFIX=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list