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

Antonio Rojas arojas at archlinux.org
Fri Mar 17 19:19:11 UTC 2017


    Date: Friday, March 17, 2017 @ 19:19:10
  Author: arojas
Revision: 216938

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

Added:
  caja/repos/community-staging-i686/
  caja/repos/community-staging-i686/PKGBUILD
    (from rev 216937, caja/trunk/PKGBUILD)
  caja/repos/community-staging-x86_64/
  caja/repos/community-staging-x86_64/PKGBUILD
    (from rev 216937, caja/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: caja/repos/community-staging-i686/PKGBUILD (from rev 216937, caja/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 19:19:10 UTC (rev 216938)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.18.0
+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=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
+
+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-staging-x86_64/PKGBUILD (from rev 216937, caja/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 19:19:10 UTC (rev 216938)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.18.0
+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=('d1dce8aaf8b355686f6fd9a4734ea37a3b90e959')
+
+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/"
+}



More information about the arch-commits mailing list