[arch-commits] Commit in deepin-wm/repos (8 files)
Felix Yan
fyan at archlinux.org
Fri Dec 11 02:06:23 UTC 2015
Date: Friday, December 11, 2015 @ 03:06:23
Author: fyan
Revision: 152781
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-wm/repos/community-i686/PKGBUILD
(from rev 152780, deepin-wm/trunk/PKGBUILD)
deepin-wm/repos/community-i686/deepin-wm.install
(from rev 152780, deepin-wm/trunk/deepin-wm.install)
deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 152780, deepin-wm/trunk/PKGBUILD)
deepin-wm/repos/community-x86_64/deepin-wm.install
(from rev 152780, deepin-wm/trunk/deepin-wm.install)
Deleted:
deepin-wm/repos/community-i686/PKGBUILD
deepin-wm/repos/community-i686/deepin-wm.install
deepin-wm/repos/community-x86_64/PKGBUILD
deepin-wm/repos/community-x86_64/deepin-wm.install
------------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++
/deepin-wm.install | 24 +++++++++++
community-i686/PKGBUILD | 36 -----------------
community-i686/deepin-wm.install | 12 -----
community-x86_64/PKGBUILD | 36 -----------------
community-x86_64/deepin-wm.install | 12 -----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-12-11 02:05:49 UTC (rev 152780)
+++ community-i686/PKGBUILD 2015-12-11 02:06:23 UTC (rev 152781)
@@ -1,36 +0,0 @@
-# $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.4
-_commit=1533be206f0c486db97c3751e1f7b80c427a0c48
-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-i686/PKGBUILD (from rev 152780, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-11 02:06:23 UTC (rev 152781)
@@ -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.4.20151211
+_commit=82e6cfa3aa7d4112dec3b6e8a5879569cfec7689
+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
+}
Deleted: community-i686/deepin-wm.install
===================================================================
--- community-i686/deepin-wm.install 2015-12-11 02:05:49 UTC (rev 152780)
+++ community-i686/deepin-wm.install 2015-12-11 02:06:23 UTC (rev 152781)
@@ -1,12 +0,0 @@
-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-i686/deepin-wm.install (from rev 152780, deepin-wm/trunk/deepin-wm.install)
===================================================================
--- community-i686/deepin-wm.install (rev 0)
+++ community-i686/deepin-wm.install 2015-12-11 02:06:23 UTC (rev 152781)
@@ -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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-12-11 02:05:49 UTC (rev 152780)
+++ community-x86_64/PKGBUILD 2015-12-11 02:06:23 UTC (rev 152781)
@@ -1,36 +0,0 @@
-# $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.4
-_commit=1533be206f0c486db97c3751e1f7b80c427a0c48
-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-x86_64/PKGBUILD (from rev 152780, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-12-11 02:06:23 UTC (rev 152781)
@@ -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.4.20151211
+_commit=82e6cfa3aa7d4112dec3b6e8a5879569cfec7689
+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
+}
Deleted: community-x86_64/deepin-wm.install
===================================================================
--- community-x86_64/deepin-wm.install 2015-12-11 02:05:49 UTC (rev 152780)
+++ community-x86_64/deepin-wm.install 2015-12-11 02:06:23 UTC (rev 152781)
@@ -1,12 +0,0 @@
-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-x86_64/deepin-wm.install (from rev 152780, deepin-wm/trunk/deepin-wm.install)
===================================================================
--- community-x86_64/deepin-wm.install (rev 0)
+++ community-x86_64/deepin-wm.install 2015-12-11 02:06:23 UTC (rev 152781)
@@ -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