diff options
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | configure.in | 3 |
3 files changed, 10 insertions, 13 deletions
@@ -1,3 +1,8 @@ +CAJA-DROPBOX: +Benjamin Valentin <[email protected]> +Stefano Karapetsas <[email protected]> + +NAUTILUS-DROPBOX: Rian Hunter <[email protected]> Mike Haimes <[email protected]> -David Euresti <[email protected]>
\ No newline at end of file +David Euresti <[email protected]> @@ -1,14 +1,5 @@ -Hi Friend! +This is Caja-Dropbox, a fork of Nautilus-Dropbox for MATE Desktop. -This is *the* Dropbox extension for Caja!!! - -Now you can use your favorite sync, versioning, and backup software with GNU/Linux! -Yes!! Radical!!! Gnarly!!!! - -Check us out at http://www.dropbox.com/ - -<3, -Rian Hunter and the rest of the Dropbox Team Building Dropbox Caja Extension From Source Tarball -------------------------------------------------- @@ -18,7 +9,7 @@ You will need the following packages (or equivalent): libcaja-extension-dev In the caja-dropbox dir just do: -$ ./configure +$ ./autogen.sh $ make $ sudo make install diff --git a/configure.in b/configure.in index 0855cb2..936e8d1 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ # Initialization -AC_INIT([caja-dropbox],0.7.1) +# This was nautilus-dropbox 0.7.1 +AC_INIT([caja-dropbox], 1.3.0) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |