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

2016-04-10 Thread Balló György
Date: Sunday, April 10, 2016 @ 17:53:17
  Author: bgyorgy
Revision: 170109

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

-+
 /0001-Fix-fallback-style-for-GTK-3.20.patch |  110 
 /deep-count-one-filesystem.patch|  240 ++
 community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   |   61 --
 community-i686/PKGBUILD |   63 ++
 community-i686/deep-count-one-filesystem.patch  |  120 -
 community-i686/nemo.install |   14 
 community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch |   61 --
 community-x86_64/PKGBUILD   |   63 ++
 community-x86_64/deep-count-one-filesystem.patch|  120 -
 community-x86_64/nemo.install   |   14 
 10 files changed, 504 insertions(+), 362 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-10 
15:52:55 UTC (rev 170108)
+++ community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   2016-04-10 
15:53:17 UTC (rev 170109)
@@ -1,61 +0,0 @@
-From 665c7971d9d73b427b71707c5bb50c55145814e0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 9 Apr 2016 10:01:23 +0200
-Subject: [PATCH] Fix fallback style for GTK 3.20
-

- libnemo-private/nemo-places-tree-view.c |  2 +-
- src/nemo-style-fallback.css | 14 ++
- 2 files changed, 11 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..8756ded 100644
 a/src/nemo-style-fallback.css
-+++ b/src/nemo-style-fallback.css
-@@ -1,6 +1,12 @@
-+/* Background for the notebook */
-+
-+notebook {
-+background: white;
-+}
-+
- /* 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 +15,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
-

Copied: nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch 
(from rev 170108, 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-10 
15:53:17 UTC (rev 170109)
@@ -0,0 +1,55 @@
+From 81ac4e3e7ebc618c6c05e4a1b158a98402e72e0f Mon Sep 17 00:00:00 2001
+From: 

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

2016-04-09 Thread Balló György
Date: Saturday, April 9, 2016 @ 10:30:28
  Author: bgyorgy
Revision: 169807

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

-+
 /PKGBUILD   |  126 ++
 /nemo.install   |   28 ++
 community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch   |   61 
 community-i686/PKGBUILD |   57 
 community-i686/deep-count-one-filesystem.patch  |  120 +
 community-i686/nemo.install |   14 -
 community-x86_64/0001-Fix-fallback-style-for-GTK-3.20.patch |   61 
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/deep-count-one-filesystem.patch|  120 +
 community-x86_64/nemo.install   |   14 -
 10 files changed, 516 insertions(+), 142 deletions(-)

Copied: nemo/repos/community-i686/0001-Fix-fallback-style-for-GTK-3.20.patch 
(from rev 169806, 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-09 
08:30:28 UTC (rev 169807)
@@ -0,0 +1,61 @@
+From 665c7971d9d73b427b71707c5bb50c55145814e0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 9 Apr 2016 10:01:23 +0200
+Subject: [PATCH] Fix fallback style for GTK 3.20
+
+---
+ libnemo-private/nemo-places-tree-view.c |  2 +-
+ src/nemo-style-fallback.css | 14 ++
+ 2 files changed, 11 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..8756ded 100644
+--- a/src/nemo-style-fallback.css
 b/src/nemo-style-fallback.css
+@@ -1,6 +1,12 @@
++/* Background for the notebook */
++
++notebook {
++background: white;
++}
++
+ /* 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 +15,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-09 08:30:09 UTC (rev 169806)
+++ community-i686/PKGBUILD 2016-04-09 08:30:28 UTC (rev 169807)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.8.7
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 

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

2015-01-23 Thread Alexandre Filgueira
Date: Friday, January 23, 2015 @ 21:22:27
  Author: faidoc
Revision: 126461

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 126460, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/desktop-theme.patch
(from rev 126460, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-i686/nemo.install
(from rev 126460, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 126460, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/desktop-theme.patch
(from rev 126460, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 126460, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/desktop-theme.patch
  nemo/repos/community-i686/nemo.install
  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-01-23 20:21:24 UTC (rev 126460)
+++ community-i686/PKGBUILD 2015-01-23 20:22:27 UTC (rev 126461)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.4
-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=('360cc9e9ee1b138fa7e9db3ad1f3eeaed5ac95a3b811cb3b152ecec157b960a2'
-'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 126460, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-23 20:22:27 UTC (rev 126461)
@@ -0,0 +1,55 @@
+# $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 

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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:56:14
  Author: faidoc
Revision: 123176

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 123175, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/desktop-theme.patch
(from rev 123175, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-i686/nemo.install
(from rev 123175, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 123175, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/desktop-theme.patch
(from rev 123175, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 123175, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/desktop-theme.patch
  nemo/repos/community-i686/nemo.install
  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 2014-11-27 02:55:11 UTC (rev 123175)
+++ community-i686/PKGBUILD 2014-11-27 02:56:14 UTC (rev 123176)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.3
-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=('c3a0537d5c45fcf0cb3863caeb92f48cafa9076f3130c43735c7eb4a2e8cded7'
-'SKIP')
-
-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 123175, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 02:56:14 UTC (rev 123176)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.4.4
+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=('360cc9e9ee1b138fa7e9db3ad1f3eeaed5ac95a3b811cb3b152ecec157b960a2'
+'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

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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 22:03:01
  Author: bgyorgy
Revision: 122957

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 122956, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/desktop-theme.patch
(from rev 122956, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-i686/nemo.install
(from rev 122956, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 122956, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/desktop-theme.patch
(from rev 122956, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 122956, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/desktop-theme.patch
  nemo/repos/community-i686/nemo.install
  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  |   56 ---
 community-i686/desktop-theme.patch   |   36 
 community-i686/nemo.install  |   14 -
 community-x86_64/PKGBUILD|   56 ---
 community-x86_64/desktop-theme.patch |   36 
 community-x86_64/nemo.install|   14 -
 9 files changed, 400 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 21:02:47 UTC (rev 122956)
+++ community-i686/PKGBUILD 2014-11-22 21:03:01 UTC (rev 122957)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.2
-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=('144767d79c4c268db13e1e51c09238ee468c2ffc53397c0e271e88b3264d9b63'
-'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
-
-prepare() {
-  cd linuxmint-nemo-*
-  
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Add better style for the desktop with GNOME 3.14
-  #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 122956, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 21:03:01 UTC (rev 122957)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.4.3
+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=('c3a0537d5c45fcf0cb3863caeb92f48cafa9076f3130c43735c7eb4a2e8cded7'
+'SKIP')
+
+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
+}
+

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

2014-11-16 Thread Alexandre Filgueira
Date: Sunday, November 16, 2014 @ 18:49:17
  Author: faidoc
Revision: 122653

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

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

--+
 /PKGBUILD|  112 +
 /desktop-theme.patch |   72 +
 /nemo.install|   28 
 community-i686/PKGBUILD  |   55 
 community-i686/desktop-theme.patch   |   36 --
 community-i686/nemo.install  |   14 
 community-x86_64/PKGBUILD|   55 
 community-x86_64/desktop-theme.patch |   36 --
 community-x86_64/nemo.install|   14 
 9 files changed, 212 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-16 17:48:14 UTC (rev 122652)
+++ community-i686/PKGBUILD 2014-11-16 17:49:17 UTC (rev 122653)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.0
-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=('3d57751841bbdaa432c3d45ea26eb1fd5f3735e676e014ce0aa7c6792a325ada'
-'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Add better style for the desktop with GNOME 3.14
-  #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 122652, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-16 17:49:17 UTC (rev 122653)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.4.2
+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=('144767d79c4c268db13e1e51c09238ee468c2ffc53397c0e271e88b3264d9b63'
+'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
+
+prepare() {
+  cd linuxmint-nemo-*
+  
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Add better style for the desktop with GNOME 3.14
+  #patch -Np1 -i ../desktop-theme.patch
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name 

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

2014-10-16 Thread Jan de Groot
Date: Thursday, October 16, 2014 @ 14:12:31
  Author: jgc
Revision: 120795

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

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

--+
 /PKGBUILD|  112 +
 /nemo.install|   28 
 community-i686/PKGBUILD  |   56 
 community-i686/desktop-theme.patch   |   36 ++
 community-i686/nemo.install  |   14 
 community-x86_64/PKGBUILD|   56 
 community-x86_64/desktop-theme.patch |   36 ++
 community-x86_64/nemo.install|   14 
 8 files changed, 212 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-16 12:11:29 UTC (rev 120794)
+++ community-i686/PKGBUILD 2014-10-16 12:12:31 UTC (rev 120795)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.4
-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' 'gnome-icon-theme' '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;)
-sha256sums=('7dea1a9e1360b00840fe6cf3248c888eba09c3c1003c36aece3d40699787934a')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # 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@'
-
-  # Fix desktop style with Adwaita theme
-  sed -i 's/add_class (\(.*\), nemo-/add_class (\1, nautilus-/' \
-libnemo-private/nemo-icon-{canvas-item,container}.c
-
-  # 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 120794, 
nemo/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-16 12:12:31 UTC (rev 120795)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.4
+pkgrel=2
+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=('7dea1a9e1360b00840fe6cf3248c888eba09c3c1003c36aece3d40699787934a'
+'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+  find -type f | xargs sed -i 

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

2014-07-27 Thread Alexandre Filgueira
Date: Monday, July 28, 2014 @ 01:21:17
  Author: faidoc
Revision: 116458

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

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

--+
 /PKGBUILD|  122 +
 /adwaita_style.patch |   20 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   61 
 community-i686/adwaita_style.patch   |   10 --
 community-i686/nemo.install  |   14 ---
 community-x86_64/PKGBUILD|   61 
 community-x86_64/adwaita_style.patch |   10 --
 community-x86_64/nemo.install|   14 ---
 9 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-27 23:20:06 UTC (rev 116457)
+++ community-i686/PKGBUILD 2014-07-27 23:21:17 UTC (rev 116458)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.2
-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' 'gnome-icon-theme' '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;
-adwaita_style.patch)
-sha256sums=('452b3720eceb7ae591ce9e1875cb555f531822d8ba73184ea241561d8ad624b2'
-'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # 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@'
-
-  # 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
-
-  # 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 116457, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-27 23:21:17 UTC (rev 116458)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.3
+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' 'gnome-icon-theme' '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;
+adwaita_style.patch)
+sha256sums=('c326bbae39b0cdf4b646eb557e9d72e8135501226be0399429de62612421ebea'
+'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 

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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:35:48
  Author: faidoc
Revision: 112285

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

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

--+
 /PKGBUILD|  122 +
 /adwaita_style.patch |   20 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   61 
 community-i686/adwaita_style.patch   |   10 --
 community-i686/nemo.install  |   14 ---
 community-x86_64/PKGBUILD|   61 
 community-x86_64/adwaita_style.patch |   10 --
 community-x86_64/nemo.install|   14 ---
 9 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 22:34:38 UTC (rev 112284)
+++ community-i686/PKGBUILD 2014-05-30 22:35:48 UTC (rev 112285)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.1
-pkgrel=2
-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' '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;
-adwaita_style.patch)
-sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
-'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # 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@'
-
-  # 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
-
-  # 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 112284, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 22:35:48 UTC (rev 112285)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.2
+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' 'gnome-icon-theme' '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;
+adwaita_style.patch)
+sha256sums=('452b3720eceb7ae591ce9e1875cb555f531822d8ba73184ea241561d8ad624b2'
+'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 

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

2014-05-09 Thread Balló György
Date: Friday, May 9, 2014 @ 22:22:46
  Author: bgyorgy
Revision: 110928

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

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

--+
 /PKGBUILD|  122 +
 /adwaita_style.patch |   20 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   58 ---
 community-i686/adwaita_style.patch   |   10 --
 community-i686/nemo.install  |   14 ---
 community-x86_64/PKGBUILD|   58 ---
 community-x86_64/adwaita_style.patch |   10 --
 community-x86_64/nemo.install|   14 ---
 9 files changed, 170 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-09 20:22:37 UTC (rev 110927)
+++ community-i686/PKGBUILD 2014-05-09 20:22:46 UTC (rev 110928)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.1
-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' 'gnome-icon-theme' '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;
-adwaita_style.patch)
-sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
-'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@'
-
-  # 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-packagekit \
-  --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 110927, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-09 20:22:46 UTC (rev 110928)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.1
+pkgrel=2
+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' '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;
+adwaita_style.patch)
+sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
+'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # 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@'
+
+ 

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

2014-05-03 Thread Alexandre Filgueira
Date: Saturday, May 3, 2014 @ 20:14:08
  Author: faidoc
Revision: 110568

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

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

--+
 /PKGBUILD|  116 +
 /adwaita_style.patch |   20 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   58 
 community-i686/adwaita_style.patch   |   10 --
 community-i686/nemo.install  |   14 ---
 community-x86_64/PKGBUILD|   58 
 community-x86_64/adwaita_style.patch |   10 --
 community-x86_64/nemo.install|   14 ---
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-03 18:13:02 UTC (rev 110567)
+++ community-i686/PKGBUILD 2014-05-03 18:14:08 UTC (rev 110568)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.0
-pkgrel=2
-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' '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;
-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@'
-
-  # 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-packagekit \
-  --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 110567, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-03 18:14:08 UTC (rev 110568)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.1
+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' 'gnome-icon-theme' '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;
+adwaita_style.patch)
+sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
+'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' 

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

2013-10-05 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 00:11:33
  Author: faidoc
Revision: 98096

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

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

--+
 /PKGBUILD|  118 +
 /nemo.install|   28 
 community-testing-i686/PKGBUILD  |   69 
 community-testing-i686/nemo.install  |   14 
 community-testing-i686/remove-desktop-background.patch   | 1050 -
 community-testing-i686/tracker-0.16.patch|   33 
 community-testing-x86_64/PKGBUILD|   69 
 community-testing-x86_64/nemo.install|   14 
 community-testing-x86_64/remove-desktop-background.patch | 1050 -
 community-testing-x86_64/tracker-0.16.patch  |   33 
 10 files changed, 146 insertions(+), 2332 deletions(-)

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


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

2013-02-19 Thread Alexandre Filgueira
Date: Tuesday, February 19, 2013 @ 21:34:47
  Author: faidoc
Revision: 84548

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 84547, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/gnome-autogen.sh
(from rev 84547, nemo/trunk/gnome-autogen.sh)
  nemo/repos/community-i686/nemo.install
(from rev 84547, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 84547, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/gnome-autogen.sh
(from rev 84547, nemo/trunk/gnome-autogen.sh)
  nemo/repos/community-x86_64/nemo.install
(from rev 84547, nemo/trunk/nemo.install)
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   |  111 +--
 community-i686/gnome-autogen.sh   | 1076 ++--
 community-i686/nemo.install   |   28 
 community-x86_64/PKGBUILD |  111 +--
 community-x86_64/gnome-autogen.sh | 1076 ++--
 community-x86_64/nemo.install |   28 
 6 files changed, 1220 insertions(+), 1210 deletions(-)

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