[arch-commits] Commit in dtkcore/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed May 27 09:33:20 UTC 2020


    Date: Wednesday, May 27, 2020 @ 09:33:20
  Author: felixonmars
Revision: 635805

archrelease: copy trunk to community-testing-x86_64

Added:
  dtkcore/repos/community-testing-x86_64/
  dtkcore/repos/community-testing-x86_64/PKGBUILD
    (from rev 635799, dtkcore/trunk/PKGBUILD)

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

Copied: dtkcore/repos/community-testing-x86_64/PKGBUILD (from rev 635799, dtkcore/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-05-27 09:33:20 UTC (rev 635805)
@@ -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.1
+pkgrel=1
+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=('c502745caf62c0dfb13f3cad0518b7243810217bdf39d7d5f200bf48cb1c3c73b07025269b76a9018852b92ea022ef20b6b5cc961c35394a1ec2ede0fe87a44b')
+
+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