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

Felix Yan fyan at archlinux.org
Thu Dec 3 06:06:43 UTC 2015


    Date: Thursday, December 3, 2015 @ 07:06:43
  Author: fyan
Revision: 148168

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

Added:
  deepin-wm/repos/community-staging-i686/
  deepin-wm/repos/community-staging-i686/PKGBUILD
    (from rev 148166, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-staging-i686/deepin-wm.install
    (from rev 148166, deepin-wm/trunk/deepin-wm.install)
  deepin-wm/repos/community-staging-x86_64/
  deepin-wm/repos/community-staging-x86_64/PKGBUILD
    (from rev 148166, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-staging-x86_64/deepin-wm.install
    (from rev 148166, deepin-wm/trunk/deepin-wm.install)

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   36 +++++++++++++++++++++++++++
 community-staging-i686/deepin-wm.install   |   12 +++++++++
 community-staging-x86_64/PKGBUILD          |   36 +++++++++++++++++++++++++++
 community-staging-x86_64/deepin-wm.install |   12 +++++++++
 4 files changed, 96 insertions(+)

Copied: deepin-wm/repos/community-staging-i686/PKGBUILD (from rev 148166, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-03 06:06:43 UTC (rev 148168)
@@ -0,0 +1,36 @@
+# $Id$
+# 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-wm
+pkgver=0.91.3.20151127
+_commit=812f9e4df0884b90a1341b64226461f72fa73f89
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/deepin-wm"
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+         'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+    --prefix='/usr' \
+    --disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm/repos/community-staging-i686/deepin-wm.install (from rev 148166, deepin-wm/trunk/deepin-wm.install)
===================================================================
--- community-staging-i686/deepin-wm.install	                        (rev 0)
+++ community-staging-i686/deepin-wm.install	2015-12-03 06:06:43 UTC (rev 148168)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: deepin-wm/repos/community-staging-x86_64/PKGBUILD (from rev 148166, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-03 06:06:43 UTC (rev 148168)
@@ -0,0 +1,36 @@
+# $Id$
+# 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-wm
+pkgver=0.91.3.20151127
+_commit=812f9e4df0884b90a1341b64226461f72fa73f89
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/deepin-wm"
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+         'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+    --prefix='/usr' \
+    --disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: deepin-wm/repos/community-staging-x86_64/deepin-wm.install (from rev 148166, deepin-wm/trunk/deepin-wm.install)
===================================================================
--- community-staging-x86_64/deepin-wm.install	                        (rev 0)
+++ community-staging-x86_64/deepin-wm.install	2015-12-03 06:06:43 UTC (rev 148168)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list