[arch-commits] Commit in dtkcore/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 7 19:45:40 UTC 2022


    Date: Monday, February 7, 2022 @ 19:45:40
  Author: felixonmars
Revision: 1128618

archrelease: copy trunk to community-x86_64

Added:
  dtkcore/repos/community-x86_64/PKGBUILD
    (from rev 1128617, dtkcore/trunk/PKGBUILD)
Deleted:
  dtkcore/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 19:45:31 UTC (rev 1128617)
+++ PKGBUILD	2022-02-07 19:45:40 UTC (rev 1128618)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=dtkcore
-pkgver=5.5.17.1
-pkgrel=1
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore"
-license=('LGPL3')
-depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
-makedepends=('qt5-tools' 'gtest')
-source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b055552b352a0c244a826a364706d53790594736b77d4723ce3086ad346e33942f090f2082611432c35d502afde696eff298f5b2e0a49e3884f31ca60c810268')
-
-build() {
-  cd dtkcore-$pkgver
-  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 1128617, dtkcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-07 19:45:40 UTC (rev 1128618)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=dtkcore
+pkgver=5.5.23
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore"
+license=('LGPL3')
+depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
+makedepends=('qt5-tools' 'gtest')
+source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('176df754cb74b41c20963cf28dd6b857be9bfd266e440b4ecbf42553c6b389dea561874cd0e41685695ecbb5454667b93bd1eb0b9a0073b335baf896c8a2811e')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list