Skip to content

Commit

Permalink
run migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Mar 27, 2012
1 parent e214b33 commit f05bcc6
Show file tree
Hide file tree
Showing 41 changed files with 561 additions and 561 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
nautilus-dropbox is copyright 2008-2011 Dropbox, Inc. caja-dropbox is copyright 2008-2011 Dropbox, Inc.


All images included in this package constitute data and are licensed under the All images included in this package constitute data and are licensed under the
Creative Commons Attribution-No Derivative Works 3.0 Unported License [1]. This Creative Commons Attribution-No Derivative Works 3.0 Unported License [1]. This
Expand Down
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@ CAJA_CFLAGS = @CAJA_CFLAGS@
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@ CAJA_EXTENSION_DIR = @CAJA_EXTENSION_DIR@
NAUTILUS_LIBS = @NAUTILUS_LIBS@ CAJA_LIBS = @CAJA_LIBS@
NM = @NM@ NM = @NM@
NMEDIT = @NMEDIT@ NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@ OBJDUMP = @OBJDUMP@
Expand Down
12 changes: 6 additions & 6 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
Hi Friend! Hi Friend!


This is *the* Dropbox extension for Nautilus!!! This is *the* Dropbox extension for Caja!!!


Now you can use your favorite sync, versioning, and backup software with GNU/Linux! Now you can use your favorite sync, versioning, and backup software with GNU/Linux!
Yes!! Radical!!! Gnarly!!!! Yes!! Radical!!! Gnarly!!!!
Expand All @@ -10,18 +10,18 @@ Check us out at http://www.dropbox.com/
<3, <3,
Rian Hunter and the rest of the Dropbox Team Rian Hunter and the rest of the Dropbox Team


Building Dropbox Nautilus Extension From Source Tarball Building Dropbox Caja Extension From Source Tarball
-------------------------------------------------- --------------------------------------------------


You will need the following packages (or equivalent): You will need the following packages (or equivalent):


libnautilus-extension-dev libcaja-extension-dev


In the nautilus-dropbox dir just do: In the caja-dropbox dir just do:
$ ./configure $ ./configure
$ make $ make
$ sudo make install $ sudo make install


After installing the package you must restart Nautilus. You can do that by issuing the following command (note: if you're running compiz, doing so may lock up your computer - log out and log back in instead): After installing the package you must restart Caja. You can do that by issuing the following command (note: if you're running compiz, doing so may lock up your computer - log out and log back in instead):


$ killall nautilus $ killall caja
12 changes: 6 additions & 6 deletions config.h.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
*/ */
#undef LT_OBJDIR #undef LT_OBJDIR


/* nautilus version major */ /* caja version major */
#undef NAUTILUS_VERSION_MAJOR #undef CAJA_VERSION_MAJOR


/* nautilus version micro */ /* caja version micro */
#undef NAUTILUS_VERSION_MICRO #undef CAJA_VERSION_MICRO


/* nautilus version minor */ /* caja version minor */
#undef NAUTILUS_VERSION_MINOR #undef CAJA_VERSION_MINOR


/* Name of package */ /* Name of package */
#undef PACKAGE #undef PACKAGE
Expand Down
Loading

0 comments on commit f05bcc6

Please sign in to comment.