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

Felix Yan felixonmars at archlinux.org
Fri Apr 12 07:27:33 UTC 2019


    Date: Friday, April 12, 2019 @ 07:27:32
  Author: felixonmars
Revision: 451213

archrelease: copy trunk to community-x86_64

Added:
  deepin-kwin/repos/community-x86_64/PKGBUILD
    (from rev 451212, deepin-kwin/trunk/PKGBUILD)
Deleted:
  deepin-kwin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 07:27:13 UTC (rev 451212)
+++ PKGBUILD	2019-04-12 07:27:32 UTC (rev 451213)
@@ -1,25 +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=deepin-kwin
-pkgver=0.0.3.1
-pkgrel=1
-pkgdesc='KWin configures on DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-kwin"
-license=('GPL3')
-depends=('deepin-qt5integration' 'kwin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
-sha512sums=('9638c0f5e73de293a781166f2326fce9f395706c85f3a983537a1a969a23355fdb60ed1c16d6a31f3e7f511ce755669cc65237b0d6950732bfb9f5497e18d6ad')
-
-build() {
-  cd dde-kwin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-kwin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-kwin/repos/community-x86_64/PKGBUILD (from rev 451212, deepin-kwin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-12 07:27:32 UTC (rev 451213)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-kwin
+pkgver=0.0.3.2
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin"
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
+sha512sums=('07a7444c88fe7b59253625578a6db748c748349091c7bfd003b1e7198ee451d97e6eca112b8b6c830c2592d12eb27a87017b2362086d213eb06dba11e65cc482')
+
+build() {
+  cd dde-kwin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list