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

Martin Wimpress flexiondotorg at archlinux.org
Tue Jul 21 08:54:50 UTC 2015


    Date: Tuesday, July 21, 2015 @ 10:54:50
  Author: flexiondotorg
Revision: 137207

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

Added:
  caja/repos/community-i686/PKGBUILD
    (from rev 137206, caja/trunk/PKGBUILD)
  caja/repos/community-i686/caja.install
    (from rev 137206, caja/trunk/caja.install)
  caja/repos/community-x86_64/PKGBUILD
    (from rev 137206, caja/trunk/PKGBUILD)
  caja/repos/community-x86_64/caja.install
    (from rev 137206, caja/trunk/caja.install)
Deleted:
  caja/repos/community-i686/PKGBUILD
  caja/repos/community-i686/caja.install
  caja/repos/community-x86_64/PKGBUILD
  caja/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:54:43 UTC (rev 137206)
+++ community-i686/PKGBUILD	2015-07-21 08:54:50 UTC (rev 137207)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}
-pkgver=${_ver}.2
-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.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')
-conflicts=("${_pkgbase}-gtk3")
-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=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-i686/PKGBUILD (from rev 137206, caja/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-21 08:54:50 UTC (rev 137207)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}
+pkgver=${_ver}.3
+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.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')
+conflicts=("${_pkgbase}-gtk3")
+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=2.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:54:43 UTC (rev 137206)
+++ community-i686/caja.install	2015-07-21 08:54:50 UTC (rev 137207)
@@ -1,14 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    update-mime-database /usr/share/mime/ > /dev/null
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: caja/repos/community-i686/caja.install (from rev 137206, caja/trunk/caja.install)
===================================================================
--- community-i686/caja.install	                        (rev 0)
+++ community-i686/caja.install	2015-07-21 08:54:50 UTC (rev 137207)
@@ -0,0 +1,14 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    update-mime-database /usr/share/mime/ > /dev/null
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-21 08:54:43 UTC (rev 137206)
+++ community-x86_64/PKGBUILD	2015-07-21 08:54:50 UTC (rev 137207)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=caja
-pkgname=${_pkgbase}
-pkgver=${_ver}.2
-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.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')
-conflicts=("${_pkgbase}-gtk3")
-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=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-x86_64/PKGBUILD (from rev 137206, caja/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-21 08:54:50 UTC (rev 137207)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=caja
+pkgname=${_pkgbase}
+pkgver=${_ver}.3
+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.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')
+conflicts=("${_pkgbase}-gtk3")
+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=2.0 \
+        --enable-unique \
+        --enable-introspection \
+        --disable-static \
+        --disable-update-mimedb
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/caja.install
===================================================================
--- community-x86_64/caja.install	2015-07-21 08:54:43 UTC (rev 137206)
+++ community-x86_64/caja.install	2015-07-21 08:54:50 UTC (rev 137207)
@@ -1,14 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    update-mime-database /usr/share/mime/ > /dev/null
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: caja/repos/community-x86_64/caja.install (from rev 137206, caja/trunk/caja.install)
===================================================================
--- community-x86_64/caja.install	                        (rev 0)
+++ community-x86_64/caja.install	2015-07-21 08:54:50 UTC (rev 137207)
@@ -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