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

Felix Yan fyan at archlinux.org
Thu Dec 17 06:35:36 UTC 2015


    Date: Thursday, December 17, 2015 @ 07:35:36
  Author: fyan
Revision: 153513

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 153512, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-testing-x86_64/
  deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD
    (from rev 153512, deepin-wm-switcher/trunk/PKGBUILD)

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

Copied: deepin-wm-switcher/repos/community-testing-i686/PKGBUILD (from rev 153512, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-12-17 06:35:36 UTC (rev 153513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.3.20151216
+_commit=d253762b0b8881540ddf8f12458603a4dccf108a
+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#commit=$_commit")
+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 153512, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-17 06:35:36 UTC (rev 153513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.3.20151216
+_commit=d253762b0b8881540ddf8f12458603a4dccf108a
+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#commit=$_commit")
+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