[arch-commits] Commit in caja/trunk (PKGBUILD)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Mon Mar 24 15:12:31 UTC 2014


    Date: Monday, March 24, 2014 @ 16:12:30
  Author: flexiondotorg
Revision: 108195

upgpkg: caja 1.8.0-2 - Added a patch to prevent https://github.com/mate-desktop/mate-session-manager/issues/19

Modified:
  caja/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-24 15:07:49 UTC (rev 108194)
+++ PKGBUILD	2014-03-24 15:12:30 UTC (rev 108195)
@@ -3,7 +3,7 @@
 
 pkgname=caja
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MATE shell and file manager"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
@@ -17,10 +17,17 @@
 provides=('mate-file-manager')
 conflicts=('mate-file-manager')
 groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz"
+        "https://github.com/mate-desktop/caja/commit/4f1e756e08e61840eb9a52de4debee30006ea31e.diff")
+sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f'
+          'a8ae80fb181c999deeea5d597d7a8f7a174e62c6')
 install=${pkgname}.install
 
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    patch -Np1 -i "${srcdir}/4f1e756e08e61840eb9a52de4debee30006ea31e.diff"
+}
+
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     ./configure \




More information about the arch-commits mailing list