[arch-commits] Commit in nemo/repos (12 files)
Balló György
bgyorgy at nymeria.archlinux.org
Fri May 9 20:22:46 UTC 2014
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 <alexfilgueira at 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 <alexfilgueira at 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
+}
Deleted: community-i686/adwaita_style.patch
===================================================================
--- community-i686/adwaita_style.patch 2014-05-09 20:22:37 UTC (rev 110927)
+++ community-i686/adwaita_style.patch 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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: @fg_color;
- -NemoPathbarButton-border-radius: 3px;
- }
-
Copied: nemo/repos/community-i686/adwaita_style.patch (from rev 110927, nemo/trunk/adwaita_style.patch)
===================================================================
--- community-i686/adwaita_style.patch (rev 0)
+++ community-i686/adwaita_style.patch 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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: @fg_color;
+ -NemoPathbarButton-border-radius: 3px;
+ }
+
Deleted: community-i686/nemo.install
===================================================================
--- community-i686/nemo.install 2014-05-09 20:22:37 UTC (rev 110927)
+++ community-i686/nemo.install 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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 110927, nemo/trunk/nemo.install)
===================================================================
--- community-i686/nemo.install (rev 0)
+++ community-i686/nemo.install 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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-05-09 20:22:37 UTC (rev 110927)
+++ community-x86_64/PKGBUILD 2014-05-09 20:22:46 UTC (rev 110928)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at 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-x86_64/PKGBUILD (from rev 110927, nemo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-09 20:22:46 UTC (rev 110928)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at 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
+}
Deleted: community-x86_64/adwaita_style.patch
===================================================================
--- community-x86_64/adwaita_style.patch 2014-05-09 20:22:37 UTC (rev 110927)
+++ community-x86_64/adwaita_style.patch 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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: @fg_color;
- -NemoPathbarButton-border-radius: 3px;
- }
-
Copied: nemo/repos/community-x86_64/adwaita_style.patch (from rev 110927, nemo/trunk/adwaita_style.patch)
===================================================================
--- community-x86_64/adwaita_style.patch (rev 0)
+++ community-x86_64/adwaita_style.patch 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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: @fg_color;
+ -NemoPathbarButton-border-radius: 3px;
+ }
+
Deleted: community-x86_64/nemo.install
===================================================================
--- community-x86_64/nemo.install 2014-05-09 20:22:37 UTC (rev 110927)
+++ community-x86_64/nemo.install 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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 110927, nemo/trunk/nemo.install)
===================================================================
--- community-x86_64/nemo.install (rev 0)
+++ community-x86_64/nemo.install 2014-05-09 20:22:46 UTC (rev 110928)
@@ -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