From 953eead14ccfe47904e73cee9cea6e1255f57356 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 17 Jan 2014 03:43:05 +0000 Subject: Fri Jan 17 03:37:47 UTC 2014 --- community/mate-window-manager/PKGBUILD | 36 ++++++++++++++++++++++ .../mate-window-manager.install | 11 +++++++ 2 files changed, 47 insertions(+) create mode 100644 community/mate-window-manager/PKGBUILD create mode 100644 community/mate-window-manager/mate-window-manager.install (limited to 'community/mate-window-manager') diff --git a/community/mate-window-manager/PKGBUILD b/community/mate-window-manager/PKGBUILD new file mode 100644 index 000000000..fa498c203 --- /dev/null +++ b/community/mate-window-manager/PKGBUILD @@ -0,0 +1,36 @@ +# $Id: PKGBUILD 104189 2014-01-16 16:18:35Z flexiondotorg $ +# Maintainer : Martin Wimpress +# Contributor: Giovanni Ricciardi + +pkgname=mate-window-manager +pkgver=1.6.2 +pkgrel=4 +pkgdesc="A window manager for MATE" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('GPL') +depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop' + 'mate-dialogs' 'startup-notification') +makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser') +options=('!emptydirs') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") +sha1sums=('dce0fd1953d75b4aad88d4818228eac677fb1d7b') +install=${pkgname}.install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-startup-notification \ + --disable-static \ + --disable-scrollkeeper + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/community/mate-window-manager/mate-window-manager.install b/community/mate-window-manager/mate-window-manager.install new file mode 100644 index 000000000..3a06d45b9 --- /dev/null +++ b/community/mate-window-manager/mate-window-manager.install @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas/ +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf