Date: Sunday, November 1, 2015 @ 03:30:38 Author: fyan Revision: 145381
addpkg: deepin-wm 0.91.0-1 Added: deepin-wm/ deepin-wm/repos/ deepin-wm/trunk/ deepin-wm/trunk/PKGBUILD deepin-wm/trunk/deepin-wm.install -------------------+ PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ deepin-wm.install | 12 ++++++++++++ 2 files changed, 48 insertions(+) Added: deepin-wm/trunk/PKGBUILD =================================================================== --- deepin-wm/trunk/PKGBUILD (rev 0) +++ deepin-wm/trunk/PKGBUILD 2015-11-01 02:30:38 UTC (rev 145381) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> +# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> + +pkgname=deepin-wm +pkgver=0.91.0 +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') +groups=('deepin') +install='deepin-wm.install' +source=("git+https://github.com/linuxdeepin/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 +} + +package() { + cd "${pkgname}" + make DESTDIR="${pkgdir}" install +} Property changes on: deepin-wm/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: deepin-wm/trunk/deepin-wm.install =================================================================== --- deepin-wm/trunk/deepin-wm.install (rev 0) +++ deepin-wm/trunk/deepin-wm.install 2015-11-01 02:30:38 UTC (rev 145381) @@ -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 +}
