Date: Monday, September 26, 2022 @ 21:31:44
  Author: felixonmars
Revision: 1311548

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5integration/repos/community-x86_64/PKGBUILD
    (from rev 1311547, deepin-qt5integration/trunk/PKGBUILD)
Deleted:
  deepin-qt5integration/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 21:31:23 UTC (rev 1311547)
+++ PKGBUILD    2022-09-26 21:31:44 UTC (rev 1311548)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=deepin-qt5integration
-pkgver=5.5.23.1
-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=('79ae6999bbdfef1ec721611dad09143644adb720ce9efa10a644fece0c839e41bb2abac90c7b3cdf18957ac945d9eb360a5a94f50290d1cfa5afcd3591716f1c')
-
-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 
1311547, deepin-qt5integration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-26 21:31:44 UTC (rev 1311548)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-qt5integration
+pkgver=5.5.24
+pkgrel=1
+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=('4c1fc129e047eba669fa3d4fb6ac269553c1b304af423b3202b11e3d0619f3aac5f3ce831093530ac60cc3eb44d8e4de8baebaa4e937888ede9623794e08075e')
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to