[arch-commits] Commit in qt5-ukui-platformtheme/repos/community-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 15 02:39:16 UTC 2022


    Date: Friday, July 15, 2022 @ 02:39:15
  Author: felixonmars
Revision: 1252754

archrelease: copy trunk to community-x86_64

Added:
  qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD
    (from rev 1252753, qt5-ukui-platformtheme/trunk/PKGBUILD)
Deleted:
  qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 02:39:01 UTC (rev 1252753)
+++ PKGBUILD	2022-07-15 02:39:15 UTC (rev 1252754)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt5-ukui-platformtheme
-pkgver=1.0.7
-pkgrel=4
-pkgdesc="The UKUI platform theme for qt5 QPA"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/qt5-ukui-platformtheme"
-groups=('ukui')
-depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem')
-makedepends=('qt5-tools')
-source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5d4fc5672e50ef1bdcb210ac1614b062ba2b64d928f98a06f99a1accf070ae2e847cdfb84001a7e2e3c194433ebeb17ac525489a10512623d1dd3d4074c2f1de')
-
-build() {
-  cd qt5-ukui-platformtheme-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5-ukui-platformtheme-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD (from rev 1252753, qt5-ukui-platformtheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 02:39:15 UTC (rev 1252754)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-ukui-platformtheme
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="The UKUI platform theme for qt5 QPA"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/qt5-ukui-platformtheme"
+groups=('ukui')
+depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem' 'libqtxdg')
+makedepends=('qt5-tools')
+source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e66bacfc3e00bd62e86f5c87ff9d204b851e7a56a17c64900c31ec612ce6b994f41b0107b826efa9d803799410b936ec7b2f0ea2ab77aa3d6b8878f30fb37591')
+
+build() {
+  cd qt5-ukui-platformtheme-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5-ukui-platformtheme-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list