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

Martin Wimpress flexiondotorg at archlinux.org
Thu Nov 5 23:22:46 UTC 2015


    Date: Friday, November 6, 2015 @ 00:22:46
  Author: flexiondotorg
Revision: 146074

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 146073, caja/trunk/PKGBUILD)
  caja/repos/community-staging-i686/caja.install
    (from rev 146073, caja/trunk/caja.install)
  caja/repos/community-staging-x86_64/
  caja/repos/community-staging-x86_64/PKGBUILD
    (from rev 146073, caja/trunk/PKGBUILD)
  caja/repos/community-staging-x86_64/caja.install
    (from rev 146073, caja/trunk/caja.install)

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

Copied: caja/repos/community-staging-i686/PKGBUILD (from rev 146073, caja/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-11-05 23:22:46 UTC (rev 146074)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+         'libunique' 'libxt' 'mate-desktop>=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')
+conflicts=("${_pkgbase}-gtk3")
+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=2.0 \
+        --enable-unique \
+        --enable-introspection \
+        --disable-static \
+        --disable-update-mimedb
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: caja/repos/community-staging-i686/caja.install (from rev 146073, caja/trunk/caja.install)
===================================================================
--- community-staging-i686/caja.install	                        (rev 0)
+++ community-staging-i686/caja.install	2015-11-05 23:22:46 UTC (rev 146074)
@@ -0,0 +1,14 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    update-mime-database /usr/share/mime/ > /dev/null
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: caja/repos/community-staging-x86_64/PKGBUILD (from rev 146073, caja/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-11-05 23:22:46 UTC (rev 146074)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=caja
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk2' 'gvfs' 'libexif'
+         'libunique' 'libxt' 'mate-desktop>=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')
+conflicts=("${_pkgbase}-gtk3")
+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=2.0 \
+        --enable-unique \
+        --enable-introspection \
+        --disable-static \
+        --disable-update-mimedb
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: caja/repos/community-staging-x86_64/caja.install (from rev 146073, caja/trunk/caja.install)
===================================================================
--- community-staging-x86_64/caja.install	                        (rev 0)
+++ community-staging-x86_64/caja.install	2015-11-05 23:22:46 UTC (rev 146074)
@@ -0,0 +1,14 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    update-mime-database /usr/share/mime/ > /dev/null
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list