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

Felix Yan felixonmars at archlinux.org
Thu Dec 28 01:14:50 UTC 2017


    Date: Thursday, December 28, 2017 @ 01:14:49
  Author: felixonmars
Revision: 276291

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: dtkcore/repos/community-testing-x86_64/PKGBUILD (from rev 276290, dtkcore/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-28 01:14:49 UTC (rev 276291)
@@ -0,0 +1,28 @@
+# $Id$
+# 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=2.0.5.3
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore"
+license=('GPL3')
+depends=('qt5-base' 'gsettings-qt')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz")
+sha512sums=('fd54662d23e4c26836b7fb21b9463d1c1d4dcaaf04b2000ff0c93c2b932765da65f9b889e407de2ecccc0f53d019543f67a0b9b7b03409e372363cd7601035e8')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list