[arch-commits] Commit in nemo/trunk (PKGBUILD)
Alexandre Filgueira
faidoc at archlinux.org
Wed Jun 1 16:02:06 UTC 2016
Date: Wednesday, June 1, 2016 @ 18:02:06
Author: faidoc
Revision: 177611
upgpkg: nemo 3.0.5-1
Modified:
nemo/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-01 16:01:35 UTC (rev 177610)
+++ PKGBUILD 2016-06-01 16:02:06 UTC (rev 177611)
@@ -3,26 +3,23 @@
# Contributor: Ner0
pkgname=nemo
-pkgver=3.0.3
+pkgver=3.0.5
pkgrel=1
pkgdesc="Cinnamon file manager (Nautilus fork)"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/nemo"
license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
- 'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
+ 'python-gobject' 'python-polib' 'python2-gobject')
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
-sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
+sha256sums=('67a4607e0f311db3b71c2014ab2be4c0d4c14f272fc019d381c77acf8442ad77')
prepare() {
cd linuxmint-nemo-*
- # Python2 fix
- find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
# Rename 'Files' app name to avoid having the same as nautilus
sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
}
More information about the arch-commits
mailing list