diff --git a/gnome2-libs/nautilus-dropbox/DEPENDS
b/gnome2-libs/nautilus-dropbox/DEPENDS
new file mode 100755
index 0000000..e89d445
--- /dev/null
+++ b/gnome2-libs/nautilus-dropbox/DEPENDS
@@ -0,0 +1 @@
+depends nautilus2
diff --git a/gnome2-libs/nautilus-dropbox/DETAILS
b/gnome2-libs/nautilus-dropbox/DETAILS
new file mode 100755
index 0000000..cc66b27
--- /dev/null
+++ b/gnome2-libs/nautilus-dropbox/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=nautilus-dropbox
+ VERSION=0.6.9
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://linux.dropbox.com/packages/${SOURCE}
+
SOURCE_HASH=sha512:c4aa24bae2769e8cbaff09f6e55756423256ffc5a899129bb15fa59647c256e2825efa89be0bbc1d295a10768fee3395abb9572ddbfc24e19d689b00ccb8e686
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.dropbox.com"
+ LICENSE[0]="GPL"
+ ENTERED=20110826
+ KEYWORDS="gnome2 libs"
+ SHORT="Dropbox extension for Nautilus"
+cat << EOF
+Dropbox is a free service that lets you bring all your photos, docs, and
videos
+anywhere. This means that any file you save to your Dropbox will
automatically
+save to all your computers, phones and even the Dropbox website. Dropbox also
+makes it super easy to share with others, whether you're a student or
+professional, parent or grandparent. Even if you accidentally spill a latte
on
+your laptop, have no fear! You can relax knowing that Dropbox always has you
+covered, and none of your stuff will ever be lost.
+EOF
diff --git a/gnome2-libs/nautilus-dropbox/HISTORY
b/gnome2-libs/nautilus-dropbox/HISTORY
new file mode 100644
index 0000000..7140a1c
--- /dev/null
+++ b/gnome2-libs/nautilus-dropbox/HISTORY
@@ -0,0 +1,3 @@
+2011-08-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/net/openvpn/DETAILS b/net/openvpn/DETAILS
index a636413..77077c3 100755
--- a/net/openvpn/DETAILS
+++ b/net/openvpn/DETAILS
@@ -1,5 +1,5 @@
SPELL=openvpn
- VERSION=2.2.0
+ VERSION=2.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/net/openvpn/HISTORY b/net/openvpn/HISTORY
index bd5945e..e2c9d66 100644
--- a/net/openvpn/HISTORY
+++ b/net/openvpn/HISTORY
@@ -1,3 +1,7 @@
+2011-08-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.1
+ * PREPARE: tun module is only required at run-time, so don't abort
+
2011-05-09 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 2.2.0
diff --git a/net/openvpn/PREPARE b/net/openvpn/PREPARE
index a77a2e4..52c20a1 100755
--- a/net/openvpn/PREPARE
+++ b/net/openvpn/PREPARE
@@ -1,5 +1,4 @@
. $GRIMOIRE/FUNCTIONS
if [ -z "$(get_sorcery_kernel_config CONFIG_TUN)" ]; then
message "${PROBLEM_COLOR}Your kernel does not appear to have tun/tap
support enabled (CONFIG_TUN is not set). $SPELL will not function without
tun/tap support.${DEFAULT_COLOR}"
- return 1
fi
diff --git a/science-libs/eigen3/DETAILS b/science-libs/eigen3/DETAILS
index 8b4e3a2..7e48b0d 100755
--- a/science-libs/eigen3/DETAILS
+++ b/science-libs/eigen3/DETAILS
@@ -1,9 +1,9 @@
SPELL=eigen3
SPELLX=eigen
- VERSION=3.0.1
-
SOURCE_HASH=sha512:e5a90c60e45c9ecb4b17fcde19d5447114371200b07a73ddc519aa15ea17555b45a4b8d4c832a0e29e1e0663d698169fbff5dd1f7b52364459cdc8ec14e2f4f8
+ VERSION=3.0.2
+
SOURCE_HASH=sha512:6fa2d50ee5cbaa6fa4f60969285b9f76f791ad045bf510cd9a76aa55b5476179fc22e98c3cfa671be901085717bdd28eccefb9f7d95e51f01632debe4945d362
SOURCE=$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/eigen-eigen-599fc4f7c736
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eigen-eigen-$VERSION
SOURCE_URL[0]=https://bitbucket.org/$SPELLX/$SPELLX/get/$SOURCE
WEB_SITE=http://eigen.tuxfamily.org
LICENSE[0]=LGPL
diff --git a/science-libs/eigen3/HISTORY b/science-libs/eigen3/HISTORY
index d8bedca..9f2bf1d 100644
--- a/science-libs/eigen3/HISTORY
+++ b/science-libs/eigen3/HISTORY
@@ -1,3 +1,6 @@
+2011-08-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.2
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/xfce-plugins/thunar-dropbox/BUILD
b/xfce-plugins/thunar-dropbox/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/xfce-plugins/thunar-dropbox/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/xfce-plugins/thunar-dropbox/DEPENDS
b/xfce-plugins/thunar-dropbox/DEPENDS
new file mode 100755
index 0000000..172c9a3
--- /dev/null
+++ b/xfce-plugins/thunar-dropbox/DEPENDS
@@ -0,0 +1,4 @@
+depends pkgconfig &&
+depends python &&
+depends thunar &&
+runtime_depends nautilus-dropbox
diff --git a/xfce-plugins/thunar-dropbox/DETAILS
b/xfce-plugins/thunar-dropbox/DETAILS
new file mode 100755
index 0000000..be1a7cf
--- /dev/null
+++ b/xfce-plugins/thunar-dropbox/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=thunar-dropbox
+ VERSION=0.2.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://softwarebakery.com/maato/files/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://softwarebakery.com/maato/thunar-dropbox.html"
+ LICENSE[0]="GPL"
+ ENTERED=20110826
+ KEYWORDS="xfce"
+ SHORT="Dropbox plugin for Thunar"
+cat << EOF
+Thunar Dropbox is a plugin for thunar that adds context-menu items from
+dropbox. This plugin does not come with dropbox itself, you will need to
+install that separately.
+EOF
diff --git a/xfce-plugins/thunar-dropbox/HISTORY
b/xfce-plugins/thunar-dropbox/HISTORY
new file mode 100644
index 0000000..41b5454
--- /dev/null
+++ b/xfce-plugins/thunar-dropbox/HISTORY
@@ -0,0 +1,3 @@
+2011-08-26 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/xfce-plugins/thunar-dropbox/INSTALL
b/xfce-plugins/thunar-dropbox/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/xfce-plugins/thunar-dropbox/INSTALL
@@ -0,0 +1 @@
+waf_install
diff --git a/xorg-xserver/xorg-server/DETAILS
b/xorg-xserver/xorg-server/DETAILS
index d20a1bf..6ddb319 100755
--- a/xorg-xserver/xorg-server/DETAILS
+++ b/xorg-xserver/xorg-server/DETAILS
@@ -1,6 +1,6 @@
SPELL=xorg-server
- VERSION=1.10.4
-
SOURCE_HASH=sha512:8e3391c78e7d5e52041efe35badf04be49bbb8b7940c7694faadd1f6f555edc5afda554cb8f3524b3ae7cfe8d5e63b80ca715cf3855565820efff46641ecc9b5
+ VERSION=1.11.0
+
SOURCE_HASH=sha512:9730202f609e36b0b74a8643f0561050b3a1e767d3385fba5a237435f53880aef7ad5dd15c138a2d048f33971e7b11f612d454d0c9fcaeaed1a07d8f5cda7619
SOURCE=$SPELL-$VERSION.tar.bz2
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"