From bf8ca82240123cfd3e65739dc2318f5f1d145d12 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 10 May 2014 03:49:37 +0000 Subject: Sat May 10 03:41:34 UTC 2014 --- community/nemo/PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'community/nemo') diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD index f111feb4d..9105e60b9 100644 --- a/community/nemo/PKGBUILD +++ b/community/nemo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 110568 2014-05-03 18:14:08Z faidoc $ +# $Id: PKGBUILD 110928 2014-05-09 20:22:46Z bgyorgy $ # Maintainer: Alexandre Filgueira # Contributor: Ner0 pkgname=nemo pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Cinnamon file manager (Nautilus fork)" arch=('i686' 'x86_64') url="https://github.com/linuxmint/nemo" @@ -23,13 +23,17 @@ sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3' prepare() { cd linuxmint-nemo-* - # Fix white text on breadcrumb with Adwaita theme - patch -Np1 -i ../adwaita_style.patch - # 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@' + # Fix white text on breadcrumb with Adwaita theme + patch -Np1 -i ../adwaita_style.patch + + # Fix desktop style with Adwaita theme + sed -i 's/add_class (\(.*\), "nemo-/add_class (\1, "nautilus-/' \ + libnemo-private/nemo-icon-{canvas-item,container}.c + # Fix build sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in @@ -44,7 +48,6 @@ build() { --localstatedir=/var --disable-static \ --libexecdir=/usr/lib/nemo \ --disable-update-mimedb \ - --disable-packagekit \ --disable-tracker \ --disable-gtk-doc-html \ --disable-schemas-compile -- cgit v1.2.3-54-g00ecf