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

Felix Yan fyan at archlinux.org
Tue Dec 8 09:30:57 UTC 2015


    Date: Tuesday, December 8, 2015 @ 10:30:56
  Author: fyan
Revision: 150205

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

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

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

Copied: deepin-wm-switcher/repos/community-staging-i686/PKGBUILD (from rev 150204, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-08 09:30:56 UTC (rev 150205)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.0.20151205
+_commit=a83147fc94ec082b6ef4d4763e35b6953110e20f
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui"
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon')
+makedepends=('git' 'cmake' 'qt5-x11extras')
+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-staging-x86_64/PKGBUILD (from rev 150204, deepin-wm-switcher/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-08 09:30:56 UTC (rev 150205)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.0.20151205
+_commit=a83147fc94ec082b6ef4d4763e35b6953110e20f
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui"
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon')
+makedepends=('git' 'cmake' 'qt5-x11extras')
+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