From b296a78e1469d58c52acc47586bd5bb84f25fc0f Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 16 Jan 2014 03:37:59 +0000 Subject: Thu Jan 16 03:32:12 UTC 2014 --- community/mate-desktop/PKGBUILD | 38 +++++++++++++++++++++++++++++ community/mate-desktop/mate-desktop.install | 11 +++++++++ 2 files changed, 49 insertions(+) create mode 100644 community/mate-desktop/PKGBUILD create mode 100644 community/mate-desktop/mate-desktop.install (limited to 'community/mate-desktop') diff --git a/community/mate-desktop/PKGBUILD b/community/mate-desktop/PKGBUILD new file mode 100644 index 000000000..b29bece25 --- /dev/null +++ b/community/mate-desktop/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 104063 2014-01-14 23:10:03Z flexiondotorg $ +# Maintainer : Martin Wimpress +# Contributor: Giovanni "Talorno" Ricciardi +# Contributor: Xpander + +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 +} diff --git a/community/mate-desktop/mate-desktop.install b/community/mate-desktop/mate-desktop.install new file mode 100644 index 000000000..3a06d45b9 --- /dev/null +++ b/community/mate-desktop/mate-desktop.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