[Lunar-commits] <moonbase> thunar-dropbox: new plugin for Thunar
Paul Bredbury
brebs at lunar-linux.org
Sun Feb 27 06:04:31 CET 2011
commit a597731c57a36a9e95f3132218d0828969775803
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Feb 27 12:04:31 2011 +0700
thunar-dropbox: new plugin for Thunar
---
zbeta/thunar-dropbox/BUILD | 13 +++++++++++++
zbeta/thunar-dropbox/DEPENDS | 3 +++
zbeta/thunar-dropbox/DETAILS | 16 ++++++++++++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/zbeta/thunar-dropbox/BUILD b/zbeta/thunar-dropbox/BUILD
new file mode 100644
index 0000000..e1ac304
--- /dev/null
+++ b/zbeta/thunar-dropbox/BUILD
@@ -0,0 +1,13 @@
+(
+
+ ./waf configure --prefix=/usr &&
+ ./waf build &&
+
+ prepare_install &&
+
+ ./waf install &&
+
+ # Fix permissions
+ chmod +x /usr/lib/thunarx-2/thunar-dropbox.so
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/thunar-dropbox/DEPENDS b/zbeta/thunar-dropbox/DEPENDS
new file mode 100644
index 0000000..cbd2534
--- /dev/null
+++ b/zbeta/thunar-dropbox/DEPENDS
@@ -0,0 +1,3 @@
+depends Python
+depends Thunar
+depends dropbox
diff --git a/zbeta/thunar-dropbox/DETAILS b/zbeta/thunar-dropbox/DETAILS
new file mode 100644
index 0000000..2902f2c
--- /dev/null
+++ b/zbeta/thunar-dropbox/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=thunar-dropbox
+ VERSION=0.2.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.softwarebakery.com/maato/files/thunar-dropbox
+ SOURCE_VFY=sha1:01849b45140b30531125b9700d52930607329724
+ WEB_SITE=http://www.softwarebakery.com/maato/thunar-dropbox.html
+ ENTERED=20110226
+ UPDATED=20110226
+ SHORT="A plugin for thunar that adds context-menu items from dropbox"
+
+cat << EOF
+This is a thunar extension for the dropbox application.
+
+Within ~/Dropbox/Public, dropbox-specific options are available by
+right-clicking on files.
+EOF
More information about the Lunar-commits
mailing list