[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:48:55
  Author: cesura
Revision: 581706

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 581705, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 17:48:45 UTC (rev 581705)
+++ PKGBUILD2020-02-25 17:48:55 UTC (rev 581706)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 581705, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 17:48:55 UTC (rev 581706)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('80e17a55739561b213197f547cc1b30ca977206980cfa1e2d892331810f1ceb2')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:39:08
  Author: cesura
Revision: 550073

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 550072, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:38:59 UTC (rev 550072)
+++ PKGBUILD2020-01-07 19:39:08 UTC (rev 550073)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 550072, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:39:08 UTC (rev 550073)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:20:59
  Author: cesura
Revision: 511260

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 511259, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:20:42 UTC (rev 511259)
+++ PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 511259, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-20 Thread Brad Fanella via arch-commits
Date: Monday, May 20, 2019 @ 09:10:34
  Author: cesura
Revision: 468041

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 468040, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 09:10:18 UTC (rev 468040)
+++ PKGBUILD2019-05-20 09:10:34 UTC (rev 468041)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f4b17d96acfffc88b6e072819704b19dd4166e908cbd56c9fde5c67d70b2a993')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 468040, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 09:10:34 UTC (rev 468041)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 01:09:54
  Author: cesura
Revision: 446171

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 446170, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-30 01:09:18 UTC (rev 446170)
+++ PKGBUILD2019-03-30 01:09:54 UTC (rev 446171)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.3
-pkgrel=2
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('a0d5eaa6303556041d35a31e37693de59fbb6c07e52f78ef78366e0c378399f2')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 446170, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-30 01:09:54 UTC (rev 446171)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f4b17d96acfffc88b6e072819704b19dd4166e908cbd56c9fde5c67d70b2a993')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-16 Thread Brad Fanella via arch-commits
Date: Sunday, December 16, 2018 @ 15:07:46
  Author: cesura
Revision: 416446

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 416445, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 15:07:05 UTC (rev 416445)
+++ PKGBUILD2018-12-16 15:07:46 UTC (rev 416446)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 416445, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 15:07:46 UTC (rev 416446)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('a0d5eaa6303556041d35a31e37693de59fbb6c07e52f78ef78366e0c378399f2')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:56:12
  Author: cesura
Revision: 315676

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 315675, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:50:47 UTC (rev 315675)
+++ PKGBUILD2018-04-10 23:56:12 UTC (rev 315676)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 315675, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:56:12 UTC (rev 315676)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:31:44
  Author: cesura
Revision: 315653

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 315652, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:30:56 UTC (rev 315652)
+++ PKGBUILD2018-04-10 22:31:44 UTC (rev 315653)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('2c6d7310d003fa4e1334311d57dae9132fd0c81f670f6fc6c312ab10ddc018e3')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 315652, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:31:44 UTC (rev 315653)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:21:24
  Author: cesura
Revision: 315651

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 315650, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:21:00 UTC (rev 315650)
+++ PKGBUILD2018-04-10 22:21:24 UTC (rev 315651)
@@ -1,40 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0ff7597948d2dfe2f8c16a428024cbe77523e788a0c3f500277fe1ab30f65017')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 315650, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:21:24 UTC (rev 315651)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('2c6d7310d003fa4e1334311d57dae9132fd0c81f670f6fc6c312ab10ddc018e3')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-14 Thread Antonio Rojas
Date: Tuesday, November 14, 2017 @ 08:01:18
  Author: arojas
Revision: 266763

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 266762, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-14 08:00:47 UTC (rev 266762)
+++ PKGBUILD2017-11-14 08:01:18 UTC (rev 266763)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.18.4
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ddf4551dd988ee6f09b392a50406756c6f5f1464')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---with-gtk=2.0 \
---enable-introspection \
---disable-update-mimedb
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-
-# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 266762, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-14 08:01:18 UTC (rev 266763)
@@ -0,0 +1,41 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.18.5
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('a0dc034d60d503993b5f83eb4930c99e86bf90d28175810bdd7ddb4df5128dc6')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+
+# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}