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

Felix Yan felixonmars at archlinux.org
Mon Aug 15 01:55:35 UTC 2016


    Date: Monday, August 15, 2016 @ 01:55:34
  Author: felixonmars
Revision: 186749

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

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

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

Copied: deepin-wm-switcher/repos/community-testing-i686/PKGBUILD (from rev 186748, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-08-15 01:55:34 UTC (rev 186749)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=1.0.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=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD (from rev 186748, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-08-15 01:55:34 UTC (rev 186749)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=1.0.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=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list