[arch-commits] Commit in nemo/repos (12 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 16 12:12:31 UTC 2014
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 <alexfilgueira at 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 <alexfilgueira at 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 '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/desktop-theme.patch (from rev 120794, nemo/repos/community-testing-i686/desktop-theme.patch)
===================================================================
--- community-i686/desktop-theme.patch (rev 0)
+++ community-i686/desktop-theme.patch 2014-10-16 12:12:31 UTC (rev 120795)
@@ -0,0 +1,36 @@
+diff -Naur linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css linuxmint-nemo-0f4f990/src/nemo-style-application.css
+--- linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css 2014-10-01 04:38:14.441980888 +0000
++++ linuxmint-nemo-0f4f990/src/nemo-style-application.css 2014-10-01 16:24:15.092157366 +0000
+@@ -6,3 +6,32 @@
+ .nemo-big-arrow {
+ -GtkArrow-arrow-scaling: 1.0;
+ }
++
++/* For desktop */
++
++.nemo-canvas-item {
++ border-radius: 5px;
++}
++
++.nemo-desktop.nemo-canvas-item {
++ color: @theme_selected_fg_color;
++ text-shadow: 1px 1px black;
++}
++
++.nemo-desktop.nemo-canvas-item:active {
++ color: @theme_text_color;
++}
++
++.nemo-desktop.nemo-canvas-item:selected {
++ color: @theme_selected_fg_color;
++}
++
++.nemo-desktop.nemo-canvas-item:active,
++.nemo-desktop.nemo-canvas-item:prelight,
++.nemo-desktop.nemo-canvas-item:selected {
++ text-shadow: none;
++}
++
++.nemo-desktop.nemo-canvas-item:selected:backdrop {
++ color: @theme_unfocused_selected_fg_color;
++}
Deleted: community-i686/nemo.install
===================================================================
--- community-i686/nemo.install 2014-10-16 12:11:29 UTC (rev 120794)
+++ community-i686/nemo.install 2014-10-16 12:12:31 UTC (rev 120795)
@@ -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 120794, nemo/repos/community-testing-i686/nemo.install)
===================================================================
--- community-i686/nemo.install (rev 0)
+++ community-i686/nemo.install 2014-10-16 12:12:31 UTC (rev 120795)
@@ -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-10-16 12:11:29 UTC (rev 120794)
+++ community-x86_64/PKGBUILD 2014-10-16 12:12:31 UTC (rev 120795)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at 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-x86_64/PKGBUILD (from rev 120794, nemo/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-16 12:12:31 UTC (rev 120795)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at 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 '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-x86_64/desktop-theme.patch (from rev 120794, nemo/repos/community-testing-x86_64/desktop-theme.patch)
===================================================================
--- community-x86_64/desktop-theme.patch (rev 0)
+++ community-x86_64/desktop-theme.patch 2014-10-16 12:12:31 UTC (rev 120795)
@@ -0,0 +1,36 @@
+diff -Naur linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css linuxmint-nemo-0f4f990/src/nemo-style-application.css
+--- linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css 2014-10-01 04:38:14.441980888 +0000
++++ linuxmint-nemo-0f4f990/src/nemo-style-application.css 2014-10-01 16:24:15.092157366 +0000
+@@ -6,3 +6,32 @@
+ .nemo-big-arrow {
+ -GtkArrow-arrow-scaling: 1.0;
+ }
++
++/* For desktop */
++
++.nemo-canvas-item {
++ border-radius: 5px;
++}
++
++.nemo-desktop.nemo-canvas-item {
++ color: @theme_selected_fg_color;
++ text-shadow: 1px 1px black;
++}
++
++.nemo-desktop.nemo-canvas-item:active {
++ color: @theme_text_color;
++}
++
++.nemo-desktop.nemo-canvas-item:selected {
++ color: @theme_selected_fg_color;
++}
++
++.nemo-desktop.nemo-canvas-item:active,
++.nemo-desktop.nemo-canvas-item:prelight,
++.nemo-desktop.nemo-canvas-item:selected {
++ text-shadow: none;
++}
++
++.nemo-desktop.nemo-canvas-item:selected:backdrop {
++ color: @theme_unfocused_selected_fg_color;
++}
Deleted: community-x86_64/nemo.install
===================================================================
--- community-x86_64/nemo.install 2014-10-16 12:11:29 UTC (rev 120794)
+++ community-x86_64/nemo.install 2014-10-16 12:12:31 UTC (rev 120795)
@@ -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 120794, nemo/repos/community-testing-x86_64/nemo.install)
===================================================================
--- community-x86_64/nemo.install (rev 0)
+++ community-x86_64/nemo.install 2014-10-16 12:12:31 UTC (rev 120795)
@@ -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