[arch-commits] Commit in mate-file-manager/repos/community-i686 (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Feb 11 11:59:37 UTC 2014


    Date: Tuesday, February 11, 2014 @ 12:59:36
  Author: flexiondotorg
Revision: 105599

archrelease: copy trunk to community-i686

Added:
  mate-file-manager/repos/community-i686/PKGBUILD
    (from rev 105598, mate-file-manager/trunk/PKGBUILD)
  mate-file-manager/repos/community-i686/mate-file-manager.install
    (from rev 105598, mate-file-manager/trunk/mate-file-manager.install)
Deleted:
  mate-file-manager/repos/community-i686/PKGBUILD
  mate-file-manager/repos/community-i686/mate-file-manager.install

---------------------------+
 PKGBUILD                  |   74 +++++++++++++++++++++-----------------------
 mate-file-manager.install |   28 ++++++++--------
 2 files changed, 50 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-11 11:40:32 UTC (rev 105598)
+++ PKGBUILD	2014-02-11 11:59:36 UTC (rev 105599)
@@ -1,38 +0,0 @@
-# $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
-}

Copied: mate-file-manager/repos/community-i686/PKGBUILD (from rev 105598, mate-file-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-11 11:59:36 UTC (rev 105599)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-file-manager
+pkgver=1.6.4
+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=('59942ac25fd3c902177a07aff5b9e3284eed507c')
+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
+}

Deleted: mate-file-manager.install
===================================================================
--- mate-file-manager.install	2014-02-11 11:40:32 UTC (rev 105598)
+++ mate-file-manager.install	2014-02-11 11:59:36 UTC (rev 105599)
@@ -1,14 +0,0 @@
-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
-}

Copied: mate-file-manager/repos/community-i686/mate-file-manager.install (from rev 105598, mate-file-manager/trunk/mate-file-manager.install)
===================================================================
--- mate-file-manager.install	                        (rev 0)
+++ mate-file-manager.install	2014-02-11 11:59:36 UTC (rev 105599)
@@ -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