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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 2 04:07:58 UTC 2022


    Date: Thursday, June 2, 2022 @ 04:07:57
  Author: felixonmars
Revision: 1218449

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 04:07:42 UTC (rev 1218448)
+++ PKGBUILD	2022-06-02 04:07:57 UTC (rev 1218449)
@@ -1,28 +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.27
-pkgrel=1
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore"
-license=('LGPL3')
-options=('debug')
-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=('dbca76f1c47c058c56c8edb3137ebe31c0f414a064ed8c82499cda2563eedad889d6b773d5a75f7b6a67e6919682504470f4b07daee13c86a5b8dcd7ebf93425')
-
-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 1218448, dtkcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 04:07:57 UTC (rev 1218449)
@@ -0,0 +1,28 @@
+# 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.30
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore"
+license=('LGPL3')
+options=('debug')
+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=('6733f24bc2e0ebf135d6fff2fa7a72238dda714511f11f084f6a226a6e5245284e4f98ae6d6921dc01515fc955ba750429bcba722813718e7b69de5000f663d3')
+
+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