[arch-commits] Commit in caja/repos (8 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:21:03 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:21:02
  Author: flexiondotorg
Revision: 106585

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

Added:
  caja/repos/community-staging-i686/PKGBUILD
    (from rev 106584, caja/trunk/PKGBUILD)
  caja/repos/community-staging-i686/caja.install
    (from rev 106584, caja/trunk/caja.install)
  caja/repos/community-staging-x86_64/PKGBUILD
    (from rev 106584, caja/trunk/PKGBUILD)
  caja/repos/community-staging-x86_64/caja.install
    (from rev 106584, caja/trunk/caja.install)
Deleted:
  caja/repos/community-staging-i686/PKGBUILD
  caja/repos/community-staging-i686/caja.install
  caja/repos/community-staging-x86_64/PKGBUILD
  caja/repos/community-staging-x86_64/caja.install

---------------------------------------+
 /PKGBUILD                             |   82 ++++++++++++++++++++++++++++++++
 /caja.install                         |   28 ++++++++++
 community-staging-i686/PKGBUILD       |   41 ----------------
 community-staging-i686/caja.install   |   14 -----
 community-staging-x86_64/PKGBUILD     |   41 ----------------
 community-staging-x86_64/caja.install |   14 -----
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-03-05 22:20:33 UTC (rev 106584)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:21:02 UTC (rev 106585)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=caja
-pkgver=1.8.0
-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'
-            'gvfs-smb: To connect to Samba/Windows shares')
-replaces=('mate-file-manager')
-provides=('mate-file-manager')
-conflicts=('mate-file-manager')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --with-gtk=2.0 \
-        --enable-unique \
-        --enable-introspection \
-        --disable-static \
-        --disable-update-mimedb
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: caja/repos/community-staging-i686/PKGBUILD (from rev 106584, caja/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:21:02 UTC (rev 106585)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.8.0
+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'
+            'gvfs-smb: To connect to Samba/Windows shares')
+replaces=('mate-file-manager')
+provides=('mate-file-manager')
+conflicts=('mate-file-manager')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --enable-unique \
+        --enable-introspection \
+        --disable-static \
+        --disable-update-mimedb
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/caja.install
===================================================================
--- community-staging-i686/caja.install	2014-03-05 22:20:33 UTC (rev 106584)
+++ community-staging-i686/caja.install	2014-03-05 22:21:02 UTC (rev 106585)
@@ -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: caja/repos/community-staging-i686/caja.install (from rev 106584, caja/trunk/caja.install)
===================================================================
--- community-staging-i686/caja.install	                        (rev 0)
+++ community-staging-i686/caja.install	2014-03-05 22:21:02 UTC (rev 106585)
@@ -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
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-03-05 22:20:33 UTC (rev 106584)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:21:02 UTC (rev 106585)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=caja
-pkgver=1.8.0
-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'
-            'gvfs-smb: To connect to Samba/Windows shares')
-replaces=('mate-file-manager')
-provides=('mate-file-manager')
-conflicts=('mate-file-manager')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --with-gtk=2.0 \
-        --enable-unique \
-        --enable-introspection \
-        --disable-static \
-        --disable-update-mimedb
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: caja/repos/community-staging-x86_64/PKGBUILD (from rev 106584, caja/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:21:02 UTC (rev 106585)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.8.0
+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'
+            'gvfs-smb: To connect to Samba/Windows shares')
+replaces=('mate-file-manager')
+provides=('mate-file-manager')
+conflicts=('mate-file-manager')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --enable-unique \
+        --enable-introspection \
+        --disable-static \
+        --disable-update-mimedb
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/caja.install
===================================================================
--- community-staging-x86_64/caja.install	2014-03-05 22:20:33 UTC (rev 106584)
+++ community-staging-x86_64/caja.install	2014-03-05 22:21:02 UTC (rev 106585)
@@ -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: caja/repos/community-staging-x86_64/caja.install (from rev 106584, caja/trunk/caja.install)
===================================================================
--- community-staging-x86_64/caja.install	                        (rev 0)
+++ community-staging-x86_64/caja.install	2014-03-05 22:21:02 UTC (rev 106585)
@@ -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