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

2016-03-14 Thread Balló György
Date: Monday, March 14, 2016 @ 22:23:09
  Author: bgyorgy
Revision: 166762

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 21:23:02 UTC (rev 166761)
+++ community-i686/PKGBUILD 2016-03-14 21:23:09 UTC (rev 166762)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5587144ef314d1034220ddc1a1b0bc27a64c8303')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 166761, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 21:23:09 UTC (rev 166762)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.6
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8e69164061fb8d21d2f887d1321b94d5225abe02')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2016-03-14 21:23:02 UTC (rev 166761)
+++ community-i686/caja.install 2016-03-14 21:23:09 UTC (rev 166762)
@@ -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-gtk3/repos/community-i686/caja.install (from rev 166761, 
caja-gtk3/trunk/caja.install)
===
--- 

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

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:53:25
  Author: flexiondotorg
Revision: 155173

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 08:53:18 UTC (rev 155172)
+++ community-i686/PKGBUILD 2016-01-02 08:53:25 UTC (rev 155173)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b97d33c8a589e92fa7bbf157f7f69f520c6b3167')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 155172, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 08:53:25 UTC (rev 155173)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5587144ef314d1034220ddc1a1b0bc27a64c8303')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2016-01-02 08:53:18 UTC (rev 155172)
+++ community-i686/caja.install 2016-01-02 08:53:25 UTC (rev 155173)
@@ -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-gtk3/repos/community-i686/caja.install (from rev 155172, 
caja-gtk3/trunk/caja.install)

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

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:28:27
  Author: flexiondotorg
Revision: 148352

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:28:17 UTC (rev 148351)
+++ community-i686/PKGBUILD 2015-12-04 11:28:27 UTC (rev 148352)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f45e24849754d30286e39b752456eacf939441a1')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 148351, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:28:27 UTC (rev 148352)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.12' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b97d33c8a589e92fa7bbf157f7f69f520c6b3167')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2015-12-04 11:28:17 UTC (rev 148351)
+++ community-i686/caja.install 2015-12-04 11:28:27 UTC (rev 148352)
@@ -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-gtk3/repos/community-i686/caja.install (from rev 148351, 
caja-gtk3/trunk/caja.install)

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

2015-09-24 Thread Martin Wimpress
Date: Thursday, September 24, 2015 @ 14:39:11
  Author: flexiondotorg
Revision: 141558

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-24 12:38:59 UTC (rev 141557)
+++ community-i686/PKGBUILD 2015-09-24 12:39:11 UTC (rev 141558)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.3
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b641f432f20408d6f5dea3beb52e75cfbddedeb2')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 141557, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-24 12:39:11 UTC (rev 141558)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.4
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('945508e84f24d8883a224a0240001e67d5af774e')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2015-09-24 12:38:59 UTC (rev 141557)
+++ community-i686/caja.install 2015-09-24 12:39:11 UTC (rev 141558)
@@ -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-gtk3/repos/community-i686/caja.install (from rev 141557, 
caja-gtk3/trunk/caja.install)

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

2015-07-21 Thread Martin Wimpress
Date: Tuesday, July 21, 2015 @ 10:57:06
  Author: flexiondotorg
Revision: 137209

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 08:57:00 UTC (rev 137208)
+++ community-i686/PKGBUILD 2015-07-21 08:57:06 UTC (rev 137209)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('abf9669bbca7a0cf9524238ce02722db749078e4')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 137208, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 08:57:06 UTC (rev 137209)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b641f432f20408d6f5dea3beb52e75cfbddedeb2')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2015-07-21 08:57:00 UTC (rev 137208)
+++ community-i686/caja.install 2015-07-21 08:57:06 UTC (rev 137209)
@@ -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-gtk3/repos/community-i686/caja.install (from rev 137208, 
caja-gtk3/trunk/caja.install)
===
--- 

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

2015-07-17 Thread Martin Wimpress
Date: Friday, July 17, 2015 @ 10:44:25
  Author: flexiondotorg
Revision: 137043

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 ++
 community-i686/PKGBUILD   |   40 
 community-i686/caja.install   |   14 ---
 community-x86_64/PKGBUILD |   40 
 community-x86_64/caja.install |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 08:44:18 UTC (rev 137042)
+++ community-i686/PKGBUILD 2015-07-17 08:44:25 UTC (rev 137043)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('559db3d17ea3dacccfba55b085be148687be94b1')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-i686/PKGBUILD (from rev 137042, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-17 08:44:25 UTC (rev 137043)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('abf9669bbca7a0cf9524238ce02722db749078e4')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/caja.install
===
--- community-i686/caja.install 2015-07-17 08:44:18 UTC (rev 137042)
+++ community-i686/caja.install 2015-07-17 08:44:25 UTC (rev 137043)
@@ -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-gtk3/repos/community-i686/caja.install (from rev 137042, 
caja-gtk3/trunk/caja.install)
===
--- 

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 11:10:51
  Author: flexiondotorg
Revision: 133012

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

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

---+
 /PKGBUILD |   78 
 /caja.install |   28 +++
 community-staging-i686/PKGBUILD   |   39 
 community-staging-i686/caja.install   |   14 -
 community-staging-x86_64/PKGBUILD |   39 
 community-staging-x86_64/caja.install |   14 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-09 08:58:11 UTC (rev 133011)
+++ community-staging-i686/PKGBUILD 2015-05-09 09:10:51 UTC (rev 133012)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 133011, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 09:10:51 UTC (rev 133012)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-09 08:58:11 UTC (rev 133011)
+++ community-staging-i686/caja.install 2015-05-09 09:10:51 UTC (rev 133012)
@@ -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

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 11:24:23
  Author: flexiondotorg
Revision: 133014

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 +++
 community-staging-i686/PKGBUILD   |   39 ---
 community-staging-i686/caja.install   |   14 -
 community-staging-x86_64/PKGBUILD |   39 ---
 community-staging-x86_64/caja.install |   14 -
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-09 09:24:11 UTC (rev 133013)
+++ community-staging-i686/PKGBUILD 2015-05-09 09:24:23 UTC (rev 133014)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 133013, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 09:24:23 UTC (rev 133014)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-09 09:24:11 UTC (rev 133013)
+++ community-staging-i686/caja.install 2015-05-09 09:24:23 UTC (rev 133014)
@@ -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

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 11:50:56
  Author: flexiondotorg
Revision: 133020

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 +++
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/caja.install   |   14 -
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/caja.install |   14 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-09 09:50:45 UTC (rev 133019)
+++ community-staging-i686/PKGBUILD 2015-05-09 09:50:56 UTC (rev 133020)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 133019, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 09:50:56 UTC (rev 133020)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=caja
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-09 09:50:45 UTC (rev 133019)
+++ community-staging-i686/caja.install 2015-05-09 09:50:56 UTC (rev 133020)
@@ -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() {
-

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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 10:54:54
  Author: flexiondotorg
Revision: 133010

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

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

---+
 /PKGBUILD |   80 
 /caja.install |   28 +++
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/caja.install   |   14 -
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/caja.install |   14 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-09 08:45:39 UTC (rev 133009)
+++ community-staging-i686/PKGBUILD 2015-05-09 08:54:54 UTC (rev 133010)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 133009, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-09 08:54:54 UTC (rev 133010)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-09 08:45:39 UTC (rev 133009)
+++ community-staging-i686/caja.install 2015-05-09 08:54:54 UTC (rev 133010)
@@ -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() {
-

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

2015-05-07 Thread Martin Wimpress
Date: Friday, May 8, 2015 @ 00:31:46
  Author: flexiondotorg
Revision: 132915

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

Added:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132914, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132914, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132914, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132914, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
  caja-gtk3/repos/community-staging-i686/caja.install
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-gtk3/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 2015-05-07 22:30:53 UTC (rev 132914)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:31:46 UTC (rev 132915)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132914, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:31:46 UTC (rev 132915)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-07 22:30:53 UTC (rev 132914)
+++ community-staging-i686/caja.install 2015-05-07 22:31:46 UTC (rev 132915)
@@ -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() {
- 

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

2015-05-07 Thread Martin Wimpress
Date: Friday, May 8, 2015 @ 00:36:29
  Author: flexiondotorg
Revision: 132917

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

Added:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132916, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132916, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132916, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132916, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
  caja-gtk3/repos/community-staging-i686/caja.install
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-gtk3/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 2015-05-07 22:33:31 UTC (rev 132916)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:36:29 UTC (rev 132917)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132916, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:36:29 UTC (rev 132917)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-07 22:33:31 UTC (rev 132916)
+++ community-staging-i686/caja.install 2015-05-07 22:36:29 UTC (rev 132917)
@@ -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() {
- 

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

2015-05-07 Thread Martin Wimpress
Date: Friday, May 8, 2015 @ 00:33:31
  Author: flexiondotorg
Revision: 132916

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

Added:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132915, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132915, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132915, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132915, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
  caja-gtk3/repos/community-staging-i686/caja.install
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-gtk3/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 2015-05-07 22:31:46 UTC (rev 132915)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:33:31 UTC (rev 132916)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132915, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:33:31 UTC (rev 132916)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-07 22:31:46 UTC (rev 132915)
+++ community-staging-i686/caja.install 2015-05-07 22:33:31 UTC (rev 132916)
@@ -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() {
- 

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

2015-05-07 Thread Martin Wimpress
Date: Friday, May 8, 2015 @ 00:53:24
  Author: flexiondotorg
Revision: 132922

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

Added:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132921, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132921, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132921, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132921, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
  caja-gtk3/repos/community-staging-i686/caja.install
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-gtk3/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 2015-05-07 22:53:11 UTC (rev 132921)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:53:24 UTC (rev 132922)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132921, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:53:24 UTC (rev 132922)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-07 22:53:11 UTC (rev 132921)
+++ community-staging-i686/caja.install 2015-05-07 22:53:24 UTC (rev 132922)
@@ -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() {
- 

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

2015-05-07 Thread Martin Wimpress
Date: Friday, May 8, 2015 @ 00:43:49
  Author: flexiondotorg
Revision: 132918

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

Added:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132917, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132917, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132917, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132917, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
  caja-gtk3/repos/community-staging-i686/caja.install
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-gtk3/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 2015-05-07 22:36:29 UTC (rev 132917)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:43:49 UTC (rev 132918)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132917, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:43:49 UTC (rev 132918)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-07 22:36:29 UTC (rev 132917)
+++ community-staging-i686/caja.install 2015-05-07 22:43:49 UTC (rev 132918)
@@ -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() {
- 

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

2015-05-07 Thread Martin Wimpress
Date: Friday, May 8, 2015 @ 01:05:42
  Author: flexiondotorg
Revision: 132923

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

Added:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132922, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132922, caja-gtk3/trunk/caja.install)
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132922, caja-gtk3/trunk/PKGBUILD)
  caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132922, caja-gtk3/trunk/caja.install)
Deleted:
  caja-gtk3/repos/community-staging-i686/PKGBUILD
  caja-gtk3/repos/community-staging-i686/caja.install
  caja-gtk3/repos/community-staging-x86_64/PKGBUILD
  caja-gtk3/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 2015-05-07 22:53:24 UTC (rev 132922)
+++ community-staging-i686/PKGBUILD 2015-05-07 23:05:42 UTC (rev 132923)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
-'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=(${pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---enable-unique \
---enable-introspection \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package_caja-gtk3() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132922, 
caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 23:05:42 UTC (rev 132923)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc=File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=(${pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--enable-unique \
+--enable-introspection \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package_caja-gtk3() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/caja.install
===
--- community-staging-i686/caja.install 2015-05-07 22:53:24 UTC (rev 132922)
+++ community-staging-i686/caja.install 2015-05-07 23:05:42 UTC (rev 132923)
@@ -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() {
-