[arch-commits] Commit in deepin-kwin/repos/community-testing-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Wed Jun 26 06:25:45 UTC 2019


    Date: Wednesday, June 26, 2019 @ 06:25:45
  Author: felixonmars
Revision: 484212

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-26 06:25:35 UTC (rev 484211)
+++ PKGBUILD	2019-06-26 06:25:45 UTC (rev 484212)
@@ -1,28 +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.10
-pkgrel=2
-pkgdesc='KWin configures on DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-kwin"
-license=('GPL3')
-depends=('deepin-qt5integration' 'kwin')
-makedepends=('cmake' 'expac' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
-sha512sums=('f10a2f88aaff20466a436a2f0b04eabdcbb1d0b384fcc642f2593e0d410d79eb12d1853374360de9d040b51bd7cab16baf11be4ff793dc6ba1edb646549e9155')
-
-build() {
-  cd dde-kwin-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d - -f 1)
-  make
-}
-
-package() {
-  cd dde-kwin-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/kwin_no_scale
-}

Copied: deepin-kwin/repos/community-testing-x86_64/PKGBUILD (from rev 484211, deepin-kwin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-26 06:25:45 UTC (rev 484212)
@@ -0,0 +1,28 @@
+# 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.11
+pkgrel=2
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin"
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+makedepends=('cmake' 'expac' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
+sha512sums=('a59ffbefb61c3b7b75c54c02619ea71e442900d56250bc9ba6274a07de3f15b13beb465db2658768c1b40897a3cf2d5bec428859fb57f26f1ff9382f3ab0851d')
+
+build() {
+  cd dde-kwin-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d - -f 1)
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/kwin_no_scale
+}



More information about the arch-commits mailing list