[arch-commits] Commit in deepin-wm-switcher/repos (4 files)

Felix Yan felixonmars at archlinux.org
Wed Oct 25 09:05:39 UTC 2017


    Date: Wednesday, October 25, 2017 @ 09:05:38
  Author: felixonmars
Revision: 264221

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
    (from rev 264220, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD
    (from rev 264220, deepin-wm-switcher/trunk/PKGBUILD)
Deleted:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ----------------------
 community-x86_64/PKGBUILD |   30 ----------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-25 09:04:58 UTC (rev 264220)
+++ community-i686/PKGBUILD	2017-10-25 09:05:38 UTC (rev 264221)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-wm-switcher
-pkgver=1.1.5
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher"
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz")
-sha512sums=('8b215ef3e8861053c2340e4a19141e4e3ae94d96fdc4a3e593cb3bf1e873c380ac78d199ccd83ad0f86f571d6421300e3b0c7c8cd7339f21796d3e7368b7c33c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm-switcher/repos/community-i686/PKGBUILD (from rev 264220, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-25 09:05:38 UTC (rev 264221)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=1.1.6
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher"
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz")
+sha512sums=('a1b1a53f91a325d811b0afd17b8f4c8786b9024ebd0efd12bfd86eb1be35926b2d3a8866859c0d047b9b04a2218dfefb1131b36439db4c69d4774e8181a5ad31')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-25 09:04:58 UTC (rev 264220)
+++ community-x86_64/PKGBUILD	2017-10-25 09:05:38 UTC (rev 264221)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-wm-switcher
-pkgver=1.1.5
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher"
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz")
-sha512sums=('8b215ef3e8861053c2340e4a19141e4e3ae94d96fdc4a3e593cb3bf1e873c380ac78d199ccd83ad0f86f571d6421300e3b0c7c8cd7339f21796d3e7368b7c33c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm-switcher/repos/community-x86_64/PKGBUILD (from rev 264220, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-25 09:05:38 UTC (rev 264221)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=1.1.6
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher"
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz")
+sha512sums=('a1b1a53f91a325d811b0afd17b8f4c8786b9024ebd0efd12bfd86eb1be35926b2d3a8866859c0d047b9b04a2218dfefb1131b36439db4c69d4774e8181a5ad31')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list