Date: Friday, September 30, 2022 @ 07:44:49
  Author: felixonmars
Revision: 1318679

archrelease: copy trunk to community-x86_64

Added:
  dtkwidget/repos/community-x86_64/PKGBUILD
    (from rev 1318678, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-30 07:44:30 UTC (rev 1318678)
+++ PKGBUILD    2022-09-30 07:44:49 UTC (rev 1318679)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=dtkwidget
-pkgver=5.5.51
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwidget";
-license=('LGPL3')
-options=('debug')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'dtkgui' 'librsvg' 
'qt5-multimedia' 'qt5-svg'
-         'qt5-x11extras' 'startup-notification')
-makedepends=('qt5-tools' 'gtest')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("https://github.com/linuxdeepin/dtkwidget/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('a65b7b5c7f481c1da63b0f94977fdb6ac25892a12f5e1eda47e9da31300562122404448884050152380937e8f6525468c2a4e3a94640220c74d8418133c2fa3d')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 1318678, 
dtkwidget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-30 07:44:49 UTC (rev 1318679)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=dtkwidget
+pkgver=5.5.52
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('LGPL3')
+options=('debug')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'dtkgui' 'librsvg' 
'qt5-multimedia' 'qt5-svg'
+         'qt5-x11extras' 'startup-notification')
+makedepends=('qt5-tools' 'gtest')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("https://github.com/linuxdeepin/dtkwidget/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('a8a9bb21b8d19026474f8ebe90155416da7dca1fa3ff2a65c99c4e876c0f0370bd6a3c54599a60887656d81c50b3325e57a360fd01f75b3e9de6c3810d1a6f97')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to