[arch-commits] Commit in deepin-wm/repos (6 files)
Felix Yan
fyan at archlinux.org
Wed Apr 27 16:22:10 UTC 2016
Date: Wednesday, April 27, 2016 @ 18:22:10
Author: fyan
Revision: 172083
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-wm/repos/community-i686/PKGBUILD
(from rev 172082, deepin-wm/trunk/PKGBUILD)
deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 172082, deepin-wm/trunk/PKGBUILD)
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 | 70 +++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 36 ------------------
community-i686/deepin-wm.install | 12 ------
community-x86_64/PKGBUILD | 36 ------------------
community-x86_64/deepin-wm.install | 12 ------
5 files changed, 70 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-27 16:21:11 UTC (rev 172082)
+++ community-i686/PKGBUILD 2016-04-27 16:22:10 UTC (rev 172083)
@@ -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=1.0.5
-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')
-install='deepin-wm.install'
-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 172082, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 16:22:10 UTC (rev 172083)
@@ -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.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
+}
Deleted: community-i686/deepin-wm.install
===================================================================
--- community-i686/deepin-wm.install 2016-04-27 16:21:11 UTC (rev 172082)
+++ community-i686/deepin-wm.install 2016-04-27 16:22:10 UTC (rev 172083)
@@ -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
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-27 16:21:11 UTC (rev 172082)
+++ community-x86_64/PKGBUILD 2016-04-27 16:22:10 UTC (rev 172083)
@@ -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=1.0.5
-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')
-install='deepin-wm.install'
-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 172082, deepin-wm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-27 16:22:10 UTC (rev 172083)
@@ -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.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
+}
Deleted: community-x86_64/deepin-wm.install
===================================================================
--- community-x86_64/deepin-wm.install 2016-04-27 16:21:11 UTC (rev 172082)
+++ community-x86_64/deepin-wm.install 2016-04-27 16:22:10 UTC (rev 172083)
@@ -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
-}
More information about the arch-commits
mailing list