Date: Saturday, January 28, 2023 @ 17:36:48
Author: felixonmars
Revision: 1390285
archrelease: copy trunk to community-x86_64
Added:
deepin-qt5integration/repos/community-x86_64/PKGBUILD
(from rev 1390284, deepin-qt5integration/trunk/PKGBUILD)
Deleted:
deepin-qt5integration/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++--------------------------
1 file changed, 25 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-28 17:36:35 UTC (rev 1390284)
+++ PKGBUILD 2023-01-28 17:36:48 UTC (rev 1390285)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=deepin-qt5integration
-pkgver=5.5.25
-pkgrel=2
-pkgdesc='Qt platform theme integration plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5integration"
-license=('GPL3')
-options=('debug')
-depends=('dtkwidget' 'libqtxdg' 'deepin-qt5platform-plugins')
-makedepends=('xcb-util-renderutil' 'deepin-file-manager' 'gtest')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/qt5integration/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('39ff1423466a296d16737003896234ff067a901680bab9cac0ddc7fa32b6cd99631844f21e52054909d6a5508989d321302e7a3cda97adeb1374d980a9faa718')
-
-build() {
- cd qt5integration-$pkgver
- qmake-qt5 PREFIX=/usr
- make -j1
-}
-
-package() {
- cd qt5integration-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-qt5integration/repos/community-x86_64/PKGBUILD (from rev
1390284, deepin-qt5integration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-28 17:36:48 UTC (rev 1390285)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-qt5integration
+pkgver=5.6.3
+pkgrel=1
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5integration"
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'deepin-qt5platform-plugins')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager' 'gtest')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/qt5integration/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4110b31168522d21c1073e9455793983a82cceccd3957779e6a6aa74b81a13380207a06ba02f03e5f3df19ef477b609d9aa8f638eddd86e44f298777da19b834')
+
+build() {
+ cd qt5integration-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make -j1
+}
+
+package() {
+ cd qt5integration-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}