[arch-commits] Commit in mate-file-manager/repos (7 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 15:54:41 UTC 2014


    Date: Thursday, January 16, 2014 @ 16:54:41
  Author: flexiondotorg
Revision: 104181

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-file-manager/repos/community-i686/PKGBUILD
    (from rev 104180, mate-file-manager/trunk/PKGBUILD)
  mate-file-manager/repos/community-i686/mate-file-manager.install
    (from rev 104180, mate-file-manager/trunk/mate-file-manager.install)
  mate-file-manager/repos/community-x86_64/
  mate-file-manager/repos/community-x86_64/PKGBUILD
    (from rev 104180, mate-file-manager/trunk/PKGBUILD)
  mate-file-manager/repos/community-x86_64/mate-file-manager.install
    (from rev 104180, 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                                  |   38 +++++++++++++++++++++++++++
 /mate-file-manager.install                 |   14 +++++++++
 community-i686/PKGBUILD                    |   38 ---------------------------
 community-i686/mate-file-manager.install   |   14 ---------
 community-x86_64/PKGBUILD                  |   38 +++++++++++++++++++++++++++
 community-x86_64/mate-file-manager.install |   14 +++++++++
 6 files changed, 104 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-16 15:48:49 UTC (rev 104180)
+++ community-i686/PKGBUILD	2014-01-16 15:54:41 UTC (rev 104181)
@@ -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 104180, mate-file-manager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 15:54:41 UTC (rev 104181)
@@ -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
+}

Deleted: community-i686/mate-file-manager.install
===================================================================
--- community-i686/mate-file-manager.install	2014-01-16 15:48:49 UTC (rev 104180)
+++ community-i686/mate-file-manager.install	2014-01-16 15:54:41 UTC (rev 104181)
@@ -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 104180, mate-file-manager/trunk/mate-file-manager.install)
===================================================================
--- community-i686/mate-file-manager.install	                        (rev 0)
+++ community-i686/mate-file-manager.install	2014-01-16 15:54:41 UTC (rev 104181)
@@ -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
+}

Copied: mate-file-manager/repos/community-x86_64/PKGBUILD (from rev 104180, mate-file-manager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 15:54:41 UTC (rev 104181)
@@ -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
+}

Copied: mate-file-manager/repos/community-x86_64/mate-file-manager.install (from rev 104180, mate-file-manager/trunk/mate-file-manager.install)
===================================================================
--- community-x86_64/mate-file-manager.install	                        (rev 0)
+++ community-x86_64/mate-file-manager.install	2014-01-16 15:54:41 UTC (rev 104181)
@@ -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