[arch-commits] Commit in dtksettings/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 03:44:26 UTC 2017


    Date: Thursday, June 1, 2017 @ 03:44:25
  Author: felixonmars
Revision: 231738

archrelease: copy trunk to community-i686, community-x86_64

Added:
  dtksettings/repos/community-i686/PKGBUILD
    (from rev 231737, dtksettings/trunk/PKGBUILD)
  dtksettings/repos/community-x86_64/PKGBUILD
    (from rev 231737, dtksettings/trunk/PKGBUILD)
Deleted:
  dtksettings/repos/community-i686/PKGBUILD
  dtksettings/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-01 03:43:53 UTC (rev 231737)
+++ community-i686/PKGBUILD	2017-06-01 03:44:25 UTC (rev 231738)
@@ -1,27 +0,0 @@
-# $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=dtksettings
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='DtkSettings is a powerfull tool to generation config form json.'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtksettings"
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtksettings/archive/$pkgver.tar.gz")
-sha512sums=('03ce483ad6659a7f83a7ea89f45be14a2d9aa8705b393967f272a4456a615dc6c6072eb5919a82b2d671a1e544fc81e9eb538910dd2e520070ab5ad116bb3243')
-
-build() {
-  cd dtksettings-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtksettings-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtksettings/repos/community-i686/PKGBUILD (from rev 231737, dtksettings/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-01 03:44:25 UTC (rev 231738)
@@ -0,0 +1,27 @@
+# $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=dtksettings
+pkgver=0.17
+pkgrel=1
+pkgdesc='DtkSettings is a powerfull tool to generation config form json.'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtksettings"
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtksettings/archive/$pkgver.tar.gz")
+sha512sums=('a4b356c83c771c5bdefa4fb2dab704db70c6bbbe48d1b0c6d2b610436ed342189e924dd27ea0279135e2f14a24614b4bf44735d2e2cb0b10cc946aa4abe63fb2')
+
+build() {
+  cd dtksettings-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtksettings-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-01 03:43:53 UTC (rev 231737)
+++ community-x86_64/PKGBUILD	2017-06-01 03:44:25 UTC (rev 231738)
@@ -1,27 +0,0 @@
-# $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=dtksettings
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='DtkSettings is a powerfull tool to generation config form json.'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtksettings"
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtksettings/archive/$pkgver.tar.gz")
-sha512sums=('03ce483ad6659a7f83a7ea89f45be14a2d9aa8705b393967f272a4456a615dc6c6072eb5919a82b2d671a1e544fc81e9eb538910dd2e520070ab5ad116bb3243')
-
-build() {
-  cd dtksettings-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtksettings-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtksettings/repos/community-x86_64/PKGBUILD (from rev 231737, dtksettings/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-01 03:44:25 UTC (rev 231738)
@@ -0,0 +1,27 @@
+# $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=dtksettings
+pkgver=0.17
+pkgrel=1
+pkgdesc='DtkSettings is a powerfull tool to generation config form json.'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtksettings"
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtksettings/archive/$pkgver.tar.gz")
+sha512sums=('a4b356c83c771c5bdefa4fb2dab704db70c6bbbe48d1b0c6d2b610436ed342189e924dd27ea0279135e2f14a24614b4bf44735d2e2cb0b10cc946aa4abe63fb2')
+
+build() {
+  cd dtksettings-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtksettings-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list