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

Felix Yan felixonmars at archlinux.org
Thu Jul 18 12:14:04 UTC 2019


    Date: Thursday, July 18, 2019 @ 12:14:03
  Author: felixonmars
Revision: 491486

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-18 12:13:47 UTC (rev 491485)
+++ PKGBUILD	2019-07-18 12:14:03 UTC (rev 491486)
@@ -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=2.0.16.1
-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' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz")
-sha512sums=('f14c4ebc3484840019861795e21336688b8e060091e799042fc9d9015411dc688f4656845ca91e6378936f58604870b9c2a7368595382930406b29e3e1d19c09')
-
-build() {
-  cd dtkcore-$pkgver
-  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 491485, dtkcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-18 12:14:03 UTC (rev 491486)
@@ -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=2.0.16.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' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz")
+sha512sums=('6f4e6e4daf16f6c7bac170b8879f0036f7bc5c3e42e408d9e2e1160bd807dfe181e57cd13981f74da0ec9f4a7c50ba40eb55728df6489d24c33b9cdabb04c272')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list