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

Felix Yan felixonmars at archlinux.org
Tue Jul 30 01:34:16 UTC 2019


    Date: Tuesday, July 30, 2019 @ 01:34:15
  Author: felixonmars
Revision: 494736

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-30 01:34:04 UTC (rev 494735)
+++ PKGBUILD	2019-07-30 01:34:15 UTC (rev 494736)
@@ -1,26 +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=dtkwm
-pkgver=2.0.11
-pkgrel=4
-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=('6bff37ae3b102ff04fc6d2c76bdf9f9fd0024c84ff426971bd2310e91e0167b7e8d281ace9cb33f3c811575881f6f11cac0c8e5d633f9f3a43d31bae987a748c')
-
-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 494735, dtkwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-30 01:34:15 UTC (rev 494736)
@@ -0,0 +1,26 @@
+# 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.12
+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=('01189ae2a726ea98b851754e3cf7597f47202be47dd26253f6502c5278cb1559adba90a4219345a65f47c3e84cd8af86deb44b164af3a033bc7e621715632028')
+
+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