Date: Wednesday, January 15, 2014 @ 00:07:57 Author: flexiondotorg Revision: 104062
Added mate-desktop Added: mate-desktop/ mate-desktop/repos/ mate-desktop/trunk/ mate-desktop/trunk/PKGBUILD mate-desktop/trunk/mate-desktop.install ----------------------+ PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ mate-desktop.install | 11 +++++++++++ 2 files changed, 49 insertions(+) Added: mate-desktop/trunk/PKGBUILD =================================================================== --- mate-desktop/trunk/PKGBUILD (rev 0) +++ mate-desktop/trunk/PKGBUILD 2014-01-14 23:07:57 UTC (rev 104062) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer : Martin Wimpress <[email protected]> +# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> +# Contributor: Xpander <[email protected]> + +pkgname=mate-desktop +pkgver=1.6.2 +pkgrel=1 +pkgdesc="Library with common API for various MATE modules" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=(GPL LGPL) +depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2' + 'startup-notification') +makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser') +optdepends=('lightdm-gtk2-greeter: A lightweight display manager') +options=('!emptydirs') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") +sha1sums=('413ef92f1aedf0ffbbf232ce6907211f0f4722a2') +install=${pkgname}.install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + PYTHON=/usr/bin/python2 ./configure \ + --prefix=/usr \ + --disable-static \ + --disable-scrollkeeper \ + --disable-schemas-compile \ + --enable-gtk-doc \ + --with-omf-dir=/usr/share/omf/${pkgname} + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Property changes on: mate-desktop/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: mate-desktop/trunk/mate-desktop.install =================================================================== --- mate-desktop/trunk/mate-desktop.install (rev 0) +++ mate-desktop/trunk/mate-desktop.install 2014-01-14 23:07:57 UTC (rev 104062) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas/ +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
