From 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Oct 2013 02:34:09 -0700 Subject: Tue Oct 8 02:32:53 PDT 2013 --- community/nemo/PKGBUILD | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'community/nemo/PKGBUILD') diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD index 766d5f445..3bf250712 100644 --- a/community/nemo/PKGBUILD +++ b/community/nemo/PKGBUILD @@ -1,38 +1,39 @@ -# $Id: PKGBUILD 96434 2013-08-28 19:54:26Z faidoc $ +# $Id: PKGBUILD 98197 2013-10-07 12:08:32Z jgc $ # Maintainer: Alexandre Filgueira # Contributor: Ner0 pkgname=nemo -pkgver=1.8.5 -pkgrel=1 +pkgver=2.0.0 +pkgrel=2 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' - 'gnome-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql') + 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2' + 'cinnamon-translations') makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') optdepends=('gksu: Open as Root') options=('!emptydirs' '!libtool') install=nemo.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver" - "tracker-0.16.patch" - "remove-desktop-background.patch") -sha256sums=('ba43794293c66ebc31a9c4145d6e7a8326321a4f0e58b28fe4f3d56a8fe39874' - '2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626' - '0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") +sha256sums=('3848d55a20134826aa6512898c78b05a953f5d2f353817e7003c1a4f6286e31c') -build() { +prepare() { cd linuxmint-nemo-* # Python2 fix sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py - # https://github.com/linuxmint/nemo/pull/258 - patch -Np1 -i ../tracker-0.16.patch + # Fix build + sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in + + # Rename 'Files' app name to avoid having the same as nautilus + sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in +} - # https://github.com/linuxmint/nemo/pull/263 - patch -Np1 -i ../remove-desktop-background.patch +build() { + cd linuxmint-nemo-* ./autogen.sh --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ @@ -49,9 +50,6 @@ package() { make DESTDIR="$pkgdir/" install - # Rename 'Files' app name to avoid having the same as nautilus - sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' "$pkgdir/usr/share/applications/nemo.desktop" - # Autostart only in Cinnamon to avoid conflict with GNOME Classic session cp "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop" \ "$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop" -- cgit v1.2.3-54-g00ecf