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

Balló György bgyorgy at archlinux.org
Thu Jun 22 14:09:32 UTC 2017


    Date: Thursday, June 22, 2017 @ 14:09:31
  Author: bgyorgy
Revision: 239560

upgpkg: nemo 3.4.4-1

Update to new version

Modified:
  nemo/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 13:39:58 UTC (rev 239559)
+++ PKGBUILD	2017-06-22 14:09:31 UTC (rev 239560)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.2.2
+pkgver=3.4.4
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
          'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
 optdepends=('ffmpegthumbnailer: support for video thumbnails')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-      'python-gobject' 'python-polib' 'python2-gobject')
+             'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
-sha256sums=('5f04fe37112d15d55d0fe1783252a8d03df70897fb5349ef6d28dbdbcf226407')
+sha256sums=('da734be66fba04beab41e5736bcf5adeba0d5c362d22b889f4704923c153cb01')
 
 prepare() {
   cd linuxmint-nemo-*
 
   # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
 }
 
 build() {
@@ -34,7 +34,8 @@
       --disable-update-mimedb \
       --disable-tracker \
       --disable-gtk-doc-html \
-      --disable-schemas-compile
+      --disable-schemas-compile \
+      --disable-selinux
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list