[arch-commits] Commit in qt5-ukui-platformtheme/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Mar 25 21:21:28 UTC 2020
Date: Wednesday, March 25, 2020 @ 21:21:27
Author: felixonmars
Revision: 604389
archrelease: copy trunk to community-x86_64
Added:
qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD
(from rev 604388, 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 2020-03-25 21:21:17 UTC (rev 604388)
+++ PKGBUILD 2020-03-25 21:21:27 UTC (rev 604389)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt5-ukui-platformtheme
-pkgver=0.9.0
-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-mentors.tar.gz")
-sha512sums=('0ca9604594068f88d5b36987cdbdba75ea829bebaf5571097f57de5f09ad823eba333f365e7ae88ed941fc18494661f362fd27f02cd37d2ee46fe1301e07492b')
-
-build() {
- cd qt5-ukui-platformtheme-$pkgver-mentors
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd qt5-ukui-platformtheme-$pkgver-mentors
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD (from rev 604388, qt5-ukui-platformtheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-25 21:21:27 UTC (rev 604389)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-ukui-platformtheme
+pkgver=1.0.0
+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=('89ec85203500c244ee1b39c61a93eba2e0c693e9f4a90d084db83894acb2230399bff815beea30935ce743a49b9adf3cac5faa92eb9da73d913fb57e30ab01fd')
+
+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