[arch-commits] Commit in (5 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Thu Jan 16 15:45:55 UTC 2014
Date: Thursday, January 16, 2014 @ 16:45:55
Author: flexiondotorg
Revision: 104179
Added mate-file-manager
Added:
mate-file-manager/
mate-file-manager/repos/
mate-file-manager/trunk/
mate-file-manager/trunk/PKGBUILD
mate-file-manager/trunk/mate-file-manager.install
---------------------------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
mate-file-manager.install | 14 ++++++++++++++
2 files changed, 52 insertions(+)
Added: mate-file-manager/trunk/PKGBUILD
===================================================================
--- mate-file-manager/trunk/PKGBUILD (rev 0)
+++ mate-file-manager/trunk/PKGBUILD 2014-01-16 15:45:55 UTC (rev 104179)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-file-manager
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="The MATE shell and file manager"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+ 'libunique' 'libxt' 'mate-desktop' 'mate-icon-theme' 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer0.10-good-plugins: automatic media playback when mouseover')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('ea52cfef3d728e4d5e135bff88452c02de05e960')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/caja \
+ --enable-unique \
+ --enable-introspection \
+ --disable-static \
+ --disable-update-mimedb
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: mate-file-manager/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-file-manager/trunk/mate-file-manager.install
===================================================================
--- mate-file-manager/trunk/mate-file-manager.install (rev 0)
+++ mate-file-manager/trunk/mate-file-manager.install 2014-01-16 15:45:55 UTC (rev 104179)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ update-mime-database /usr/share/mime/ > /dev/null
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list