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

Alexandre Filgueira faidoc at archlinux.org
Sun Jul 27 23:21:18 UTC 2014


    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 <alexfilgueira at 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 <alexfilgueira at 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 '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
+}

Deleted: community-i686/adwaita_style.patch
===================================================================
--- community-i686/adwaita_style.patch	2014-07-27 23:20:06 UTC (rev 116457)
+++ community-i686/adwaita_style.patch	2014-07-27 23:21:17 UTC (rev 116458)
@@ -1,10 +0,0 @@
---- a/src/nemo-style-fallback.css
-+++ b/src/nemo-style-fallback.css
-@@ -8,7 +8,6 @@ NemoPathbarButton {
-                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
-                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
-     border-color: #808080;
--    color: @theme_fg_color;
-     -NemoPathbarButton-border-radius: 3px;
- }
- 

Copied: nemo/repos/community-i686/adwaita_style.patch (from rev 116457, nemo/trunk/adwaita_style.patch)
===================================================================
--- community-i686/adwaita_style.patch	                        (rev 0)
+++ community-i686/adwaita_style.patch	2014-07-27 23:21:17 UTC (rev 116458)
@@ -0,0 +1,10 @@
+--- a/src/nemo-style-fallback.css
++++ b/src/nemo-style-fallback.css
+@@ -8,7 +8,6 @@ NemoPathbarButton {
+                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
+                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
+     border-color: #808080;
+-    color: @theme_fg_color;
+     -NemoPathbarButton-border-radius: 3px;
+ }
+ 

Deleted: community-i686/nemo.install
===================================================================
--- community-i686/nemo.install	2014-07-27 23:20:06 UTC (rev 116457)
+++ community-i686/nemo.install	2014-07-27 23:21:17 UTC (rev 116458)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: nemo/repos/community-i686/nemo.install (from rev 116457, nemo/trunk/nemo.install)
===================================================================
--- community-i686/nemo.install	                        (rev 0)
+++ community-i686/nemo.install	2014-07-27 23:21:17 UTC (rev 116458)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-27 23:20:06 UTC (rev 116457)
+++ community-x86_64/PKGBUILD	2014-07-27 23:21:17 UTC (rev 116458)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at 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-x86_64/PKGBUILD (from rev 116457, nemo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-27 23:21:17 UTC (rev 116458)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at 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 '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
+}

Deleted: community-x86_64/adwaita_style.patch
===================================================================
--- community-x86_64/adwaita_style.patch	2014-07-27 23:20:06 UTC (rev 116457)
+++ community-x86_64/adwaita_style.patch	2014-07-27 23:21:17 UTC (rev 116458)
@@ -1,10 +0,0 @@
---- a/src/nemo-style-fallback.css
-+++ b/src/nemo-style-fallback.css
-@@ -8,7 +8,6 @@ NemoPathbarButton {
-                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
-                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
-     border-color: #808080;
--    color: @theme_fg_color;
-     -NemoPathbarButton-border-radius: 3px;
- }
- 

Copied: nemo/repos/community-x86_64/adwaita_style.patch (from rev 116457, nemo/trunk/adwaita_style.patch)
===================================================================
--- community-x86_64/adwaita_style.patch	                        (rev 0)
+++ community-x86_64/adwaita_style.patch	2014-07-27 23:21:17 UTC (rev 116458)
@@ -0,0 +1,10 @@
+--- a/src/nemo-style-fallback.css
++++ b/src/nemo-style-fallback.css
+@@ -8,7 +8,6 @@ NemoPathbarButton {
+                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
+                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
+     border-color: #808080;
+-    color: @theme_fg_color;
+     -NemoPathbarButton-border-radius: 3px;
+ }
+ 

Deleted: community-x86_64/nemo.install
===================================================================
--- community-x86_64/nemo.install	2014-07-27 23:20:06 UTC (rev 116457)
+++ community-x86_64/nemo.install	2014-07-27 23:21:17 UTC (rev 116458)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: nemo/repos/community-x86_64/nemo.install (from rev 116457, nemo/trunk/nemo.install)
===================================================================
--- community-x86_64/nemo.install	                        (rev 0)
+++ community-x86_64/nemo.install	2014-07-27 23:21:17 UTC (rev 116458)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}




More information about the arch-commits mailing list