[arch-commits] Commit in dtkwm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 20 08:53:40 UTC 2018
Date: Friday, July 20, 2018 @ 08:53:40
Author: felixonmars
Revision: 362561
archrelease: copy trunk to community-x86_64
Added:
dtkwm/repos/community-x86_64/PKGBUILD
(from rev 362560, dtkwm/trunk/PKGBUILD)
Deleted:
dtkwm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-20 08:53:08 UTC (rev 362560)
+++ PKGBUILD 2018-07-20 08:53:40 UTC (rev 362561)
@@ -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.8.1
-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=('9ad30935f3bb24fa4cb927c3b92edfa4e98c093ec07400c935078528347dae900c674902b41d3c3bb2901592101594385730876a4d6928cb7d0688def397d24a')
-
-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 362560, dtkwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-20 08:53:40 UTC (rev 362561)
@@ -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.9
+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=('eda75c51c22cee1d834b73669152f1840e22d7fd827cac29f41eebe1fbab18364de0cba22b1c80e26ee028b612385299345d8ccb55b9076399f8e42cbc05c2d6')
+
+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