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

2016-04-12 Thread Alexandre Filgueira
Date: Tuesday, April 12, 2016 @ 22:28:09
  Author: faidoc
Revision: 170797

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

Added:
  nemo/repos/community-i686/nemo-gtk-3.20-style-classes.patch
(from rev 170794, nemo/trunk/nemo-gtk-3.20-style-classes.patch)
  nemo/repos/community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch
(from rev 170796, nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 170796, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/deep-count-one-filesystem.patch
(from rev 170796, nemo/trunk/deep-count-one-filesystem.patch)
  nemo/repos/community-x86_64/nemo-gtk-3.20-style-classes.patch
(from rev 170796, nemo/trunk/nemo-gtk-3.20-style-classes.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 170796, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/deep-count-one-filesystem.patch
  nemo/repos/community-i686/nemo.install
  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.install

-+
 /0001-Fix-fallback-style-for-GTK-3.20.patch |   55 
 /PKGBUILD   |   70 +
 /deep-count-one-filesystem.patch|  120 ++
 /nemo.install   |   14 +
 community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   |   55 
 community-i686/PKGBUILD |   63 -
 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   |   63 -
 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 -
 14 files changed, 347 insertions(+), 504 deletions(-)

Deleted: community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch
===
--- community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-12 
20:26:40 UTC (rev 170796)
+++ community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-12 
20:28:09 UTC (rev 170797)
@@ -1,55 +0,0 @@
-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, 2.0);
- }
- 
--NemoPlacesTreeView:hover {
-+.places-treeview:hover {
- }
- 
--NemoPlacesTreeView:selected:hover {
-+.places-treeview:selected:hover {
- }
--- 
-2.8.0
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-12 20:26:40 UTC (rev 170796)
+++ community-i686/PKGBUILD 2016-04-12 20:28:09 UTC (rev 170797)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: 

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:28:00
  Author: faidoc
Revision: 134521

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 134513, nemo/repos/community-staging-i686/PKGBUILD)
  nemo/repos/community-i686/desktop-theme.patch
(from rev 134513, nemo/repos/community-staging-i686/desktop-theme.patch)
  nemo/repos/community-i686/nemo.install
(from rev 134513, nemo/repos/community-staging-i686/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 134513, nemo/repos/community-staging-x86_64/PKGBUILD)
  nemo/repos/community-x86_64/desktop-theme.patch
(from rev 134513, nemo/repos/community-staging-x86_64/desktop-theme.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 134513, nemo/repos/community-staging-x86_64/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/desktop-theme.patch
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-staging-i686/
  nemo/repos/community-staging-x86_64/
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/desktop-theme.patch
  nemo/repos/community-x86_64/nemo.install

--+
 /PKGBUILD|  110 +
 /desktop-theme.patch |  262 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   55 --
 community-i686/desktop-theme.patch   |  131 
 community-i686/nemo.install  |   14 -
 community-x86_64/PKGBUILD|   55 --
 community-x86_64/desktop-theme.patch |  131 
 community-x86_64/nemo.install|   14 -
 9 files changed, 400 insertions(+), 400 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:56 UTC (rev 134520)
+++ community-i686/PKGBUILD 2015-06-01 23:28:00 UTC (rev 134521)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.5
-pkgrel=1
-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' 'libnotify' 'libxml2' 'cinnamon-translations')
-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;
-desktop-theme.patch)
-sha256sums=('58d1c0116aeb11ca965e4bf93af9c7e3226fca2855192c49b071d7745b2a7da0'
-'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Add application-specific theme for Adwaita
-  patch -Np1 -i ../desktop-theme.patch
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 134513, 
nemo/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:28:00 UTC (rev 134521)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.6.5
+pkgrel=1
+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' 'libnotify' 'libxml2' 'cinnamon-translations')
+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;
+desktop-theme.patch)
+sha256sums=('1a7f91498fdcb8a75b0eb4e06ab50541e8178d3b91af274af4e2d5fcfe845e2d'
+'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 

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

2014-04-10 Thread Balló György
Date: Friday, April 11, 2014 @ 05:01:08
  Author: bgyorgy
Revision: 109170

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

Added:
  nemo/repos/community-i686/Fix_rename_entry_position.patch
(from rev 109169, nemo/trunk/Fix_rename_entry_position.patch)
  nemo/repos/community-i686/PKGBUILD
(from rev 109169, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/adwaita_style.patch
(from rev 109169, nemo/trunk/adwaita_style.patch)
  nemo/repos/community-i686/nemo.install
(from rev 109169, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/Fix_rename_entry_position.patch
(from rev 109169, nemo/trunk/Fix_rename_entry_position.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 109169, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/adwaita_style.patch
(from rev 109169, nemo/trunk/adwaita_style.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 109169, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/Fix_rename_entry_position.patch
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/Fix_rename_entry_position.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install

--+
 /Fix_rename_entry_position.patch |   64 ++
 /PKGBUILD|  124 +
 /nemo.install|   28 
 community-i686/Fix_rename_entry_position.patch   |   32 -
 community-i686/PKGBUILD  |   56 -
 community-i686/adwaita_style.patch   |   10 +
 community-i686/nemo.install  |   14 --
 community-x86_64/Fix_rename_entry_position.patch |   32 -
 community-x86_64/PKGBUILD|   56 -
 community-x86_64/adwaita_style.patch |   10 +
 community-x86_64/nemo.install|   14 --
 11 files changed, 236 insertions(+), 204 deletions(-)

Deleted: community-i686/Fix_rename_entry_position.patch
===
--- community-i686/Fix_rename_entry_position.patch  2014-04-11 03:00:57 UTC 
(rev 109169)
+++ community-i686/Fix_rename_entry_position.patch  2014-04-11 03:01:08 UTC 
(rev 109170)
@@ -1,32 +0,0 @@
 a/eel/eel-canvas.c
-+++ b/eel/eel-canvas.c
-@@ -3213,11 +3213,19 @@ eel_canvas_draw (GtkWidget *widget, cair
- return FALSE;
- 
- bin_window = gtk_layout_get_bin_window (GTK_LAYOUT (widget));
-+
-+  if (!gtk_cairo_should_draw_window (cr, bin_window))
-+  return FALSE;
-+
-+  cairo_save (cr);
-+
- gtk_cairo_transform_to_window (cr, widget, bin_window);
- 
- region = eel_cairo_get_clip_region (cr);
--if (region == NULL)
-+if (region == NULL) {
-+  cairo_restore (cr);
- return FALSE;
-+  }
- 
- #ifdef VERBOSE
-   g_print (Draw\n);
-@@ -3249,6 +3257,8 @@ eel_canvas_draw (GtkWidget *widget, cair
-   if (canvas-root-flags  EEL_CANVAS_ITEM_MAPPED)
-   EEL_CANVAS_ITEM_GET_CLASS (canvas-root)-draw (canvas-root, 
cr, region);
- 
-+  cairo_restore (cr);
-+
-   /* Chain up to get exposes on child widgets */
- if (GTK_WIDGET_CLASS (canvas_parent_class)-draw)
- GTK_WIDGET_CLASS (canvas_parent_class)-draw (widget, cr);

Copied: nemo/repos/community-i686/Fix_rename_entry_position.patch (from rev 
109169, nemo/trunk/Fix_rename_entry_position.patch)
===
--- community-i686/Fix_rename_entry_position.patch  
(rev 0)
+++ community-i686/Fix_rename_entry_position.patch  2014-04-11 03:01:08 UTC 
(rev 109170)
@@ -0,0 +1,32 @@
+--- a/eel/eel-canvas.c
 b/eel/eel-canvas.c
+@@ -3213,11 +3213,19 @@ eel_canvas_draw (GtkWidget *widget, cair
+ return FALSE;
+ 
+ bin_window = gtk_layout_get_bin_window (GTK_LAYOUT (widget));
++
++  if (!gtk_cairo_should_draw_window (cr, bin_window))
++  return FALSE;
++
++  cairo_save (cr);
++
+ gtk_cairo_transform_to_window (cr, widget, bin_window);
+ 
+ region = eel_cairo_get_clip_region (cr);
+-if (region == NULL)
++if (region == NULL) {
++  cairo_restore (cr);
+ return FALSE;
++  }
+ 
+ #ifdef VERBOSE
+   g_print (Draw\n);
+@@ -3249,6 +3257,8 @@ eel_canvas_draw (GtkWidget *widget, cair
+   if (canvas-root-flags  EEL_CANVAS_ITEM_MAPPED)
+   EEL_CANVAS_ITEM_GET_CLASS (canvas-root)-draw (canvas-root, 
cr, region);
+ 
++  cairo_restore (cr);
++
+   /* Chain up to get exposes on child widgets */
+ if (GTK_WIDGET_CLASS (canvas_parent_class)-draw)
+ GTK_WIDGET_CLASS (canvas_parent_class)-draw (widget, cr);

Deleted: community-i686/PKGBUILD

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

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:28:54
  Author: faidoc
Revision: 86851

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 86850, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 86850, nemo/trunk/nemo.install)
  nemo/repos/community-i686/use-terminal-config.patch
(from rev 86850, nemo/trunk/use-terminal-config.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 86850, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 86850, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/use-terminal-config.patch
(from rev 86850, nemo/trunk/use-terminal-config.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/gnome-autogen.sh
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/use-terminal-config.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/gnome-autogen.sh
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/use-terminal-config.patch

+
 /PKGBUILD  |   98 
 /nemo.install  |   28 +
 /use-terminal-config.patch |   90 
 community-i686/PKGBUILD|   56 --
 community-i686/gnome-autogen.sh|  538 ---
 community-i686/nemo.install|   14 
 community-i686/use-terminal-config.patch   |   45 --
 community-x86_64/PKGBUILD  |   56 --
 community-x86_64/gnome-autogen.sh  |  538 ---
 community-x86_64/nemo.install  |   14 
 community-x86_64/use-terminal-config.patch |   45 --
 11 files changed, 216 insertions(+), 1306 deletions(-)

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


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

2013-03-03 Thread Balló György
Date: Monday, March 4, 2013 @ 05:34:16
  Author: bgyorgy
Revision: 85617

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 85616, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/gnome-autogen.sh
(from rev 85616, nemo/trunk/gnome-autogen.sh)
  nemo/repos/community-i686/nemo.install
(from rev 85616, nemo/trunk/nemo.install)
  nemo/repos/community-i686/use-terminal-config.patch
(from rev 85616, nemo/trunk/use-terminal-config.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 85616, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/gnome-autogen.sh
(from rev 85616, nemo/trunk/gnome-autogen.sh)
  nemo/repos/community-x86_64/nemo.install
(from rev 85616, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/use-terminal-config.patch
(from rev 85616, nemo/trunk/use-terminal-config.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/gnome-autogen.sh
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/gnome-autogen.sh
  nemo/repos/community-x86_64/nemo.install

+
 community-i686/PKGBUILD|  114 +-
 community-i686/gnome-autogen.sh| 1076 +--
 community-i686/nemo.install|   28 
 community-i686/use-terminal-config.patch   |   45 +
 community-x86_64/PKGBUILD  |  114 +-
 community-x86_64/gnome-autogen.sh  | 1076 +--
 community-x86_64/nemo.install  |   28 
 community-x86_64/use-terminal-config.patch |   45 +
 8 files changed, 1306 insertions(+), 1220 deletions(-)

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