[arch-commits] Commit in nemo/repos (16 files)

2016-04-12 Thread Alexandre Filgueira
Date: Tuesday, April 12, 2016 @ 23:17:32
  Author: faidoc
Revision: 170798

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch
(from rev 170797, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
  nemo/repos/community-i686/PKGBUILD
(from rev 170797, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/deep-count-one-filesystem.patch
(from rev 170797, nemo/trunk/deep-count-one-filesystem.patch)
  nemo/repos/community-i686/nemo-gtk-3.20-style-classes.patch
(from rev 170797, nemo/trunk/nemo-gtk-3.20-style-classes.patch)
  nemo/repos/community-i686/nemo.install
(from rev 170797, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch
(from rev 170797, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 170797, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/deep-count-one-filesystem.patch
(from rev 170797, nemo/trunk/deep-count-one-filesystem.patch)
  nemo/repos/community-x86_64/nemo-gtk-3.20-style-classes.patch
(from rev 170797, nemo/trunk/nemo-gtk-3.20-style-classes.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 170797, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/nemo-gtk-3.20-style-classes.patch
  nemo/repos/community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/deep-count-one-filesystem.patch
  nemo/repos/community-x86_64/nemo-gtk-3.20-style-classes.patch
  nemo/repos/community-x86_64/nemo.install

-+
 /0001-Fix-fallback-style-for-GTK-3.20.patch |   55 
 /PKGBUILD   |   70 +
 /deep-count-one-filesystem.patch|  120 ++
 /nemo-gtk-3.20-style-classes.patch  |   88 +++
 /nemo.install   |   14 +
 community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   |   55 
 community-i686/PKGBUILD |   70 +
 community-i686/deep-count-one-filesystem.patch  |  120 ++
 community-i686/nemo-gtk-3.20-style-classes.patch|   44 ---
 community-i686/nemo.install |   14 +
 community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch |   55 
 community-x86_64/PKGBUILD   |   70 -
 community-x86_64/deep-count-one-filesystem.patch|  120 --
 community-x86_64/nemo-gtk-3.20-style-classes.patch  |   44 ---
 community-x86_64/nemo.install   |   14 -
 15 files changed, 606 insertions(+), 347 deletions(-)

Copied: nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch 
(from rev 170797, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
===
--- community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   
(rev 0)
+++ community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-12 
21:17:32 UTC (rev 170798)
@@ -0,0 +1,55 @@
+From 81ac4e3e7ebc618c6c05e4a1b158a98402e72e0f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sun, 10 Apr 2016 17:38:02 +0200
+Subject: [PATCH] Fix fallback style for GTK 3.20
+
+---
+ libnemo-private/nemo-places-tree-view.c | 2 +-
+ src/nemo-style-fallback.css | 8 
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/libnemo-private/nemo-places-tree-view.c 
b/libnemo-private/nemo-places-tree-view.c
+index b7836e1..53775dd 100644
+--- a/libnemo-private/nemo-places-tree-view.c
 b/libnemo-private/nemo-places-tree-view.c
+@@ -34,7 +34,7 @@ static gpointer parent_class;
+ static void
+ nemo_places_tree_view_init (NemoPlacesTreeView *tree_view)
+ {
+-
++gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET 
(tree_view)), "places-treeview");
+ }
+ 
+ static void
+diff --git a/src/nemo-style-fallback.css b/src/nemo-style-fallback.css
+index 0e5684e..ba64a52 100644
+--- a/src/nemo-style-fallback.css
 b/src/nemo-style-fallback.css
+@@ -1,6 +1,6 @@
+ /* For Places Sidebar diskfull indicators */
+ 
+-NemoPlacesTreeView {
++.places-treeview {
+ -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, .65);
+ -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 
1.0);
+ -NemoPlacesTreeView-disk-full-bar-width: 2px;
+@@ -9,13 +9,13 @@ NemoPlacesTreeView {
+ -NemoPlacesTreeView-disk-full-max-length: 70px;
+ }
+ 
+-NemoPlacesTreeView:selected {
++.places-treeview:selected {
+ -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 2.0);
+ -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_fg_color, 

[arch-commits] Commit in nemo/repos (16 files)

2013-08-28 Thread Alexandre Filgueira
Date: Wednesday, August 28, 2013 @ 21:54:26
  Author: faidoc
Revision: 96434

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 96433, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 96433, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 96433, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 96433, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 96433, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 96433, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 96433, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 96433, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  124 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   62 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   62 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2318 insertions(+), 2318 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 96433:96434 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-08-14 Thread Balló György
Date: Wednesday, August 14, 2013 @ 16:12:08
  Author: bgyorgy
Revision: 95576

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 95575, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 95575, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 95575, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 95575, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 95575, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 95575, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 95575, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 95575, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  118 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2312 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 95575:95576 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-08-14 Thread Balló György
Date: Wednesday, August 14, 2013 @ 17:07:17
  Author: bgyorgy
Revision: 95581

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 95580, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 95580, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 95580, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 95580, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 95580, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 95580, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 95580, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 95580, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  124 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   59 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   59 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2318 insertions(+), 2312 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 95580:95581 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-07-12 Thread Alexandre Filgueira
Date: Saturday, July 13, 2013 @ 00:37:49
  Author: faidoc
Revision: 94000

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 93999, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 93999, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 93999, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 93999, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 93999, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 93999, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 93999, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 93999, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 93999:94000 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-06-01 Thread Alexandre Filgueira
Date: Sunday, June 2, 2013 @ 00:17:04
  Author: faidoc
Revision: 92161

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 92160, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 92160, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 92160, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 92160, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 92160, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 92160, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 92160, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 92160, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 92160:92161 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-05-22 Thread Alexandre Filgueira
Date: Thursday, May 23, 2013 @ 02:59:51
  Author: faidoc
Revision: 91469

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 91468, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 91468, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 91468, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 91468, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 91468, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 91468, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 91468, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 91468, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 91468:91469 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-05-06 Thread Alexandre Filgueira
Date: Tuesday, May 7, 2013 @ 00:22:04
  Author: faidoc
Revision: 90132

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 90131, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 90131, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 90131, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 90131, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 90131, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 90131, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 90131, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 90131, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 90131:90132 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-05-03 Thread Alexandre Filgueira
Date: Friday, May 3, 2013 @ 21:19:27
  Author: faidoc
Revision: 89860

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 89859, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 89859, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 89859, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 89859, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 89859, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 89859, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 89859, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 89859, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 89859:89860 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-04-30 Thread Alexandre Filgueira
Date: Tuesday, April 30, 2013 @ 23:20:15
  Author: faidoc
Revision: 89644

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 89643, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 89643, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 89643, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 89643, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 89643, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 89643, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 89643, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 89643, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 89643:89644 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-04-28 Thread Balló György
Date: Monday, April 29, 2013 @ 03:33:47
  Author: bgyorgy
Revision: 89376

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 89375, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 89375, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 89375, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 89375, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 89375, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 89375, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 89375, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 89375, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 89375:89376 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-04-24 Thread Balló György
Date: Wednesday, April 24, 2013 @ 19:42:52
  Author: bgyorgy
Revision: 88912

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 88911, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 88911, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 88911, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 88911, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 88911, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 88911, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 88911, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 88911, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   52 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   |  964 -
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   52 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch |  964 -
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2126 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88911:88912 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-04-22 Thread Alexandre Filgueira
Date: Monday, April 22, 2013 @ 11:44:29
  Author: faidoc
Revision: 88773

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 88772, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 88772, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 88772, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 88772, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 88772, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 88772, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 88772, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 88772, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  104 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 1928 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   |  964 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch |  964 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2126 insertions(+), 2124 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88772:88773 to see the changes.


[arch-commits] Commit in nemo/repos (16 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:24:05
  Author: heftig
Revision: 88698

db-move: moved nemo from [community-testing] to [community] (i686, x86_64)

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 88696, nemo/repos/community-testing-i686/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 88696, nemo/repos/community-testing-i686/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 88696, 
nemo/repos/community-testing-i686/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 88696, nemo/repos/community-testing-i686/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 88696, nemo/repos/community-testing-x86_64/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 88696, nemo/repos/community-testing-x86_64/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 88696, 
nemo/repos/community-testing-x86_64/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 88696, nemo/repos/community-testing-x86_64/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/use-terminal-config.patch
  nemo/repos/community-testing-i686/
  nemo/repos/community-testing-x86_64/
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/use-terminal-config.patch

--+
 /PKGBUILD|  102 ++
 /nemo.install|   28 
 community-i686/PKGBUILD  |   49 -
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   |  964 +
 community-i686/tracker-0.16.patch|   33 
 community-i686/use-terminal-config.patch |   45 
 community-x86_64/PKGBUILD|   49 -
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch |  964 +
 community-x86_64/tracker-0.16.patch  |   33 
 community-x86_64/use-terminal-config.patch   |   45 
 12 files changed, 2124 insertions(+), 216 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 88697:88698 to see the changes.