[arch-commits] Commit in deepin-wm/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed May 4 06:08:40 UTC 2016
Date: Wednesday, May 4, 2016 @ 08:08:40
Author: fyan
Revision: 173668
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-wm/repos/community-i686/PKGBUILD
(from rev 173667, deepin-wm/trunk/PKGBUILD)
deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 173667, deepin-wm/trunk/PKGBUILD)
Deleted:
deepin-wm/repos/community-i686/PKGBUILD
deepin-wm/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-x86_64/PKGBUILD | 35 ----------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-04 06:08:17 UTC (rev 173667)
+++ community-i686/PKGBUILD 2016-05-04 06:08:40 UTC (rev 173668)
@@ -1,35 +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=1.0.5
-pkgrel=2
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm"
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cd "${pkgname}"
- export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
- cd "${pkgname}"
- ./autogen.sh \
- --prefix='/usr' \
- --disable-schemas-compile
- make
-}
-
-package() {
- cd "${pkgname}"
- make DESTDIR="${pkgdir}" install
-}
Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 173667, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 06:08:40 UTC (rev 173668)
@@ -0,0 +1,35 @@
+# $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=1.0.6
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm"
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd "${pkgname}"
+ export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+ cd "${pkgname}"
+ ./autogen.sh \
+ --prefix='/usr' \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-04 06:08:17 UTC (rev 173667)
+++ community-x86_64/PKGBUILD 2016-05-04 06:08:40 UTC (rev 173668)
@@ -1,35 +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=1.0.5
-pkgrel=2
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm"
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cd "${pkgname}"
- export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
- cd "${pkgname}"
- ./autogen.sh \
- --prefix='/usr' \
- --disable-schemas-compile
- make
-}
-
-package() {
- cd "${pkgname}"
- make DESTDIR="${pkgdir}" install
-}
Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 173667, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-04 06:08:40 UTC (rev 173668)
@@ -0,0 +1,35 @@
+# $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=1.0.6
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm"
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+source=("git+https://cr.deepin.io/deepin-wm.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd "${pkgname}"
+ export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+ cd "${pkgname}"
+ ./autogen.sh \
+ --prefix='/usr' \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list