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

Balló György bgyorgy at nymeria.archlinux.org
Tue Apr 15 13:28:25 UTC 2014


    Date: Tuesday, April 15, 2014 @ 15:28:25
  Author: bgyorgy
Revision: 109530

upgpkg: nemo 2.2.0-2

The fix for Adwaita theme is still needed

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

---------------------+
 PKGBUILD            |   11 ++++++++---
 adwaita_style.patch |   10 ++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-15 12:55:57 UTC (rev 109529)
+++ PKGBUILD	2014-04-15 13:28:25 UTC (rev 109530)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo"
@@ -15,12 +15,17 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
-sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver"
+        "adwaita_style.patch")
+sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466'
+            '6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
 
 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@'

Added: adwaita_style.patch
===================================================================
--- adwaita_style.patch	                        (rev 0)
+++ adwaita_style.patch	2014-04-15 13:28:25 UTC (rev 109530)
@@ -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