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

Felix Yan felixonmars at archlinux.org
Mon Jan 15 05:43:56 UTC 2018


    Date: Monday, January 15, 2018 @ 05:43:55
  Author: felixonmars
Revision: 282448

archrelease: copy trunk to community-x86_64

Added:
  dtkwm/repos/community-x86_64/PKGBUILD
    (from rev 282447, dtkwm/trunk/PKGBUILD)
Deleted:
  dtkwm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 05:43:32 UTC (rev 282447)
+++ PKGBUILD	2018-01-15 05:43:55 UTC (rev 282448)
@@ -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=dtkwm
-pkgver=2.0.5
-pkgrel=3
-pkgdesc='Deepin Tool Kit Wm'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwm"
-license=('GPL3')
-depends=('dtkcore' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz")
-sha512sums=('a0bddf37d02a5103cdabaf3e4353752a98c4f71b934eb39624fff2c9bf1e45f38f51ecc90b6e4d60f7bf5299e8c1bf35b740e46d458d1acabd8e3f24bfd414aa')
-
-build() {
-  cd dtkwm-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwm-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwm/repos/community-x86_64/PKGBUILD (from rev 282447, dtkwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-15 05:43:55 UTC (rev 282448)
@@ -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=dtkwm
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='Deepin Tool Kit Wm'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwm"
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz")
+sha512sums=('bb2ab87259c8803d37ed5033322cfcc898fddf44a08c357590eba1623773d97adeeede0eeb223998ee6e694d8db1108edbe7afa29f38db71827128de6cdfbea2')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list