[Lunar-commits] <moonbase-gnome3> nemo: the Cinnamon file manager (forked from nautilus).

Florin Braescu florin at lunar-linux.org
Sat Mar 2 17:28:46 CET 2013


commit 8f229bb55d8b891960e8521e243eac9a089deef6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 02 Mar 2013 08:28:46 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/8f229bb55d8b891960e8521e243eac9a089deef6

nemo: the Cinnamon file manager (forked from nautilus).
---
  core/nemo/BUILD     | +21/-0    
  core/nemo/DEPENDS   | +11/-0    
  core/nemo/DETAILS   | +17/-0    
  core/nemo/PRE_BUILD | +3/-0     
  4 files changed, 52 insertions(+)

--- /dev/null
+++ b/core/nemo/BUILD
@@ -0,0 +1,21 @@
+sedit "s:--warn-all --warn-error::" src/Makefile.am  &&
+
+sedit "s:gnome-autogen.sh:.\/gnome-autogen.sh:" autogen.sh  &&
+
+chmod +x gnome-autogen.sh &&
+
+./autogen.sh --prefix=/usr \
+             --sysconfdir=/etc \
+             --libexecdir=/usr/lib/nemo \
+             --localstatedir=/var \
+             --disable-static \
+             --disable-nst-extension \
+             --disable-update-mimedb \
+             --disable-packagekit \
+             --disable-gtk-doc-html \
+             --disable-schemas-compile  \
+             $OPTS  &&
+
+#sedit "s:-Werror:-W :" src/Makefile  &&
+
+default_make
--- /dev/null
+++ b/core/nemo/DEPENDS
@@ -0,0 +1,11 @@
+depends  libexif
+depends  gvfs
+depends  dconf
+depends  desktop-file-utils
+depends  gtk-doc
+depends  gnome-common
+depends  gnome-desktop
+depends  gnome-icon-theme
+depends  libnotify
+
+#optional_depends  "gksu"  ""  ""  "open it as root"
--- /dev/null
+++ b/core/nemo/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=nemo
+         VERSION=1.7.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-gnome-autogen.sh.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/linuxmint-nemo-63f7b44
+      SOURCE_URL=http://github.com/linuxmint/$MODULE/tarball/$VERSION
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:f3a737026b9449fa16f780b51391df1b56ef538d
+     SOURCE2_VFY=sha1:d10b1502f1b58cda2feb27c3c25b8a2d6eaa6b69
+        WEB_SITE=http://github.com/linuxmint/nemo
+         ENTERED=20130302
+         UPDATED=20130302
+           SHORT="Cinnamon file manager (Nautilus fork)"
+
+cat <<EOF
+Nemo is the file manager for the Cinnamon desktop environment.
+EOF
--- /dev/null
+++ b/core/nemo/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE2




More information about the Lunar-commits mailing list