From c667b77b6719baf541fff1a3e0a855d1ca7c6433 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 2 Apr 2014 04:06:07 +0000 Subject: Wed Apr 2 04:01:38 UTC 2014 --- community/nemo/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/nemo/PKGBUILD') diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD index 29e7553b3..12558ef0d 100644 --- a/community/nemo/PKGBUILD +++ b/community/nemo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 101573 2013-11-28 01:30:36Z faidoc $ +# $Id: PKGBUILD 108679 2014-04-01 03:36:38Z faidoc $ # Maintainer: Alexandre Filgueira # Contributor: Ner0 pkgname=nemo pkgver=2.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Cinnamon file manager (Nautilus fork)" arch=('i686' 'x86_64') url="https://github.com/linuxmint/nemo" @@ -15,12 +15,17 @@ depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2' makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') options=('!emptydirs') install=nemo.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") -sha256sums=('6a40868e46fd2ed6c27e694e76c160996d16e2d27681bf5126e6b0e647c24033') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver" + "Fix_rename_entry_position.patch") +sha256sums=('6a40868e46fd2ed6c27e694e76c160996d16e2d27681bf5126e6b0e647c24033' + '07e81aaeeff9ae8c6de76fe2b87b28b89323577ef425596241b96e94b4e04750') prepare() { cd linuxmint-nemo-* + # Rename files and directory : invisible field: https://bugzilla.redhat.com/show_bug.cgi?id=1045181 + patch -Np1 -i ../Fix_rename_entry_position.patch + # Python2 fix sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py -- cgit v1.2.3-54-g00ecf