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

Felix Yan felixonmars at archlinux.org
Wed Apr 1 10:19:20 UTC 2020


    Date: Wednesday, April 1, 2020 @ 10:19:20
  Author: felixonmars
Revision: 608637

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 10:19:11 UTC (rev 608636)
+++ PKGBUILD	2020-04-01 10:19:20 UTC (rev 608637)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt5-ukui-platformtheme
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Lightdm greeter for UKUI"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/qt5-ukui-platformtheme"
-groups=('ukui')
-depends=('dconf' 'gsettings-qt' 'kwindowsystem')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver.tar.gz"
-        $pkgname-test-no-deployment.patch::https://github.com/ukui/qt5-ukui-platformtheme/pull/18.patch)
-sha512sums=('600831b780585fddb6dffec5e131fcd41ccbea3d6c0e9e187d6c2ce040ff059f22c68773f168c1c53b9dfa9f8568fefcb5e0f9ebe36cc60c436d7423409e23a9'
-            '35181d43b50c403f2981be9c5eb9191ad59b6357d06795d16030b150105d06fcaba8acfa9eb4b41ca8af87b52b01e5169048cb397a9583466809df69535fdabd')
-
-prepare() {
-  cd qt5-ukui-platformtheme-$pkgver
-  patch -p1 -i ../$pkgname-test-no-deployment.patch
-}
-
-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-testing-x86_64/PKGBUILD (from rev 608636, qt5-ukui-platformtheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-01 10:19:20 UTC (rev 608637)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-ukui-platformtheme
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Lightdm greeter for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/qt5-ukui-platformtheme"
+groups=('ukui')
+depends=('dconf' 'gsettings-qt' 'kwindowsystem')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver.tar.gz")
+sha512sums=('c057e65a47d5fa30d00fb9d49be2d334a83e35dbe861caef33993d268d4673afe4d8302627bd69dc0fe42ab518b61006f9feff96aed03a40245b9af041b4b929')
+
+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