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

Balló György bgyorgy at nymeria.archlinux.org
Fri Apr 11 03:00:57 UTC 2014


    Date: Friday, April 11, 2014 @ 05:00:57
  Author: bgyorgy
Revision: 109169

upgpkg: nemo 2.0.8-3

Disable broken tracker plugin, fix white text on breadcrumb with Adwaita

Added:
  nemo/trunk/adwaita_style.patch
Modified:
  nemo/trunk/PKGBUILD

---------------------+
 PKGBUILD            |   14 ++++++++++----
 adwaita_style.patch |   10 ++++++++++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-11 02:49:48 UTC (rev 109168)
+++ PKGBUILD	2014-04-11 03:00:57 UTC (rev 109169)
@@ -4,21 +4,23 @@
 
 pkgname=nemo
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 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'
-         'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2'
+         'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
          'cinnamon-translations')
 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"
-        "Fix_rename_entry_position.patch")
+        "Fix_rename_entry_position.patch"
+        "adwaita_style.patch")
 sha256sums=('6a40868e46fd2ed6c27e694e76c160996d16e2d27681bf5126e6b0e647c24033'
-            '07e81aaeeff9ae8c6de76fe2b87b28b89323577ef425596241b96e94b4e04750')
+            '07e81aaeeff9ae8c6de76fe2b87b28b89323577ef425596241b96e94b4e04750'
+            '6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
 
 prepare() {
   cd linuxmint-nemo-*
@@ -26,6 +28,9 @@
   # Rename files and directory : invisible field: https://bugzilla.redhat.com/show_bug.cgi?id=1045181
   patch -Np1 -i ../Fix_rename_entry_position.patch
 
+  # Fix white text on breadcrumb with Adwaita
+  patch -Np1 -i ../adwaita_style.patch
+
   # Python2 fix
   sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py
 
@@ -44,6 +49,7 @@
       --libexecdir=/usr/lib/nemo \
       --disable-update-mimedb \
       --disable-packagekit \
+      --disable-tracker \
       --disable-gtk-doc-html \
       --disable-schemas-compile
   make

Added: adwaita_style.patch
===================================================================
--- adwaita_style.patch	                        (rev 0)
+++ adwaita_style.patch	2014-04-11 03:00:57 UTC (rev 109169)
@@ -0,0 +1,10 @@
+--- a/src/nemo-style-fallback.css
++++ b/src/nemo-style-fallback.css
+@@ -8,7 +8,6 @@ NemoPathbarButton {
+                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
+                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
+     border-color: #808080;
+-    color: @fg_color;
+     -NemoPathbarButton-border-radius: 3px;
+ }
+ 




More information about the arch-commits mailing list