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

Felix Yan felixonmars at archlinux.org
Sat May 2 13:14:44 UTC 2020


    Date: Saturday, May 2, 2020 @ 13:14:36
  Author: felixonmars
Revision: 624384

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 13:14:20 UTC (rev 624383)
+++ PKGBUILD	2020-05-02 13:14:36 UTC (rev 624384)
@@ -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.2.0
-pkgrel=1
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore"
-license=('LGPL3')
-depends=('qt5-base' 'gsettings-qt')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz")
-sha512sums=('b3eb4d5ba5fd00e9fa5235f3974de21db9538091af065ff1069299ee22695a02e1aef888c1f6fad3aef1e8915d620b5d984827c1a524aaf950038a580c73dc1b')
-
-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-staging-x86_64/PKGBUILD (from rev 624383, dtkcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-02 13:14:36 UTC (rev 624384)
@@ -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.2.0
+pkgrel=2
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore"
+license=('LGPL3')
+depends=('qt5-base' 'gsettings-qt' 'lshw')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz")
+sha512sums=('b3eb4d5ba5fd00e9fa5235f3974de21db9538091af065ff1069299ee22695a02e1aef888c1f6fad3aef1e8915d620b5d984827c1a524aaf950038a580c73dc1b')
+
+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