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

2014-07-31 Thread Balló György
Date: Thursday, July 31, 2014 @ 17:12:05
  Author: bgyorgy
Revision: 116638

upgpkg: nemo 2.2.3-2

Remove workaround that no longer needed (fixed by upstream)

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-31 14:36:01 UTC (rev 116637)
+++ PKGBUILD2014-07-31 15:12:05 UTC (rev 116638)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -15,10 +15,8 @@
 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;
-adwaita_style.patch)
-sha256sums=('c326bbae39b0cdf4b646eb557e9d72e8135501226be0399429de62612421ebea'
-'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('c326bbae39b0cdf4b646eb557e9d72e8135501226be0399429de62612421ebea')
 
 prepare() {
   cd linuxmint-nemo-*
@@ -27,9 +25,6 @@
   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

Deleted: adwaita_style.patch
===
--- adwaita_style.patch 2014-07-31 14:36:01 UTC (rev 116637)
+++ adwaita_style.patch 2014-07-31 15:12:05 UTC (rev 116638)
@@ -1,10 +0,0 @@
 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: @theme_fg_color;
- -NemoPathbarButton-border-radius: 3px;
- }
- 



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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:34:38
  Author: faidoc
Revision: 112284

upgpkg: nemo 2.2.2-1

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

-+
 PKGBUILD|8 
 adwaita_style.patch |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 22:24:47 UTC (rev 112283)
+++ PKGBUILD2014-05-30 22:34:38 UTC (rev 112284)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -17,8 +17,8 @@
 install=nemo.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
 adwaita_style.patch)
-sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
-'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
+sha256sums=('452b3720eceb7ae591ce9e1875cb555f531822d8ba73184ea241561d8ad624b2'
+'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
 
 prepare() {
   cd linuxmint-nemo-*

Modified: adwaita_style.patch
===
--- adwaita_style.patch 2014-05-30 22:24:47 UTC (rev 112283)
+++ adwaita_style.patch 2014-05-30 22:34:38 UTC (rev 112284)
@@ -4,7 +4,7 @@
   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;
+-color: @theme_fg_color;
  -NemoPathbarButton-border-radius: 3px;
  }
  



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

2014-04-15 Thread Balló György
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
===
--- PKGBUILD2014-04-15 12:55:57 UTC (rev 109529)
+++ PKGBUILD2014-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;
+ }
+ 



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

2014-04-10 Thread Balló György
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
===
--- PKGBUILD2014-04-11 02:49:48 UTC (rev 109168)
+++ PKGBUILD2014-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;
+ }
+