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

Alexandre Filgueira faidoc at archlinux.org
Sat Nov 1 19:23:33 UTC 2014


    Date: Saturday, November 1, 2014 @ 20:23:33
  Author: faidoc
Revision: 121674

upgpkg: nemo 2.4.0-1

Modified:
  nemo/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-01 19:00:27 UTC (rev 121673)
+++ PKGBUILD	2014-11-01 19:23:33 UTC (rev 121674)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo"
@@ -16,7 +16,7 @@
 install=nemo.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver"
         "desktop-theme.patch")
-sha256sums=('7dea1a9e1360b00840fe6cf3248c888eba09c3c1003c36aece3d40699787934a'
+sha256sums=('3d57751841bbdaa432c3d45ea26eb1fd5f3735e676e014ce0aa7c6792a325ada'
             'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
 
 prepare() {
@@ -23,11 +23,10 @@
   cd linuxmint-nemo-*
 
   # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
   # Add better style for the desktop with GNOME 3.14
-  patch -Np1 -i ../desktop-theme.patch
+  #patch -Np1 -i ../desktop-theme.patch
 
   # Fix build
   sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in



More information about the arch-commits mailing list