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

Balló György bgyorgy at nymeria.archlinux.org
Fri May 9 20:22:37 UTC 2014


    Date: Friday, May 9, 2014 @ 22:22:37
  Author: bgyorgy
Revision: 110927

upgpkg: nemo 2.2.1-2

Fix desktop style with Adwaita theme (FS#40207)

Modified:
  nemo/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-09 19:15:20 UTC (rev 110926)
+++ PKGBUILD	2014-05-09 20:22:37 UTC (rev 110927)
@@ -4,7 +4,7 @@
 
 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 @@
 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 @@
       --localstatedir=/var --disable-static \
       --libexecdir=/usr/lib/nemo \
       --disable-update-mimedb \
-      --disable-packagekit \
       --disable-tracker \
       --disable-gtk-doc-html \
       --disable-schemas-compile




More information about the arch-commits mailing list