New commits:
commit 1f193394fbf7ed71e0eae54319293f6682bfb96d
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
libwpd depends on libgsf
commit f9fa20b625b0b426ffc429251617806237f1b608
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
libsoup depends on sqlite
commit 3ce75ca2274a33a491adc5d531f109133c1e8256
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
librsvg2 depends con cairo with libpng enabled
commit 3db6ba0329dac19d3a68a0c4916873d5d14d365b
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
added sub-depends PNG (libpng) to cairo
commit 667daa00b944c637aa46318a2bd24ae6c4f649bd
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
new spell: alleyoop - a gui for valgrind
commit d3c84c6be9c14e329d3570a6b713ac07678ef7d2
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
libgnomeui depends on gtk+2 with libpng.
commit ce4f8fff0cdd6b0d11cfafe505265b74305ad297
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
added {PRE_}SUB_DEPENDS to gtk+2
SUB_DEPENDS and PRE_SUB_DEPENDS to enable libpng support.
diff --git a/devel/alleyoop/DEPENDS b/devel/alleyoop/DEPENDS
new file mode 100755
index 0000000..1587f04
--- /dev/null
+++ b/devel/alleyoop/DEPENDS
@@ -0,0 +1,3 @@
+depends libglade2 &&
+depends libgnomeui &&
+depends valgrind
diff --git a/devel/alleyoop/DETAILS b/devel/alleyoop/DETAILS
new file mode 100755
index 0000000..c16e4d9
--- /dev/null
+++ b/devel/alleyoop/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=alleyoop
+ VERSION=0.9.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[1]=http://mesh.dl.sourceforge.net/sourceforge/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:0ee6828c68a4c123f2b519882259a2a5ac6ef4577c7f6f093b853c39be8efb675dcb92930fa00e251e74927a8c4b7e80343dceb81f26e81d5498ff777af89a6b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://alleyoop.sourceforge.net/
+ ENTERED=20060113
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="graphical front-end to Valgrind memory checker"
+cat << EOF
+alleyoop is a graphical front-end to the increasingly popular Valgrind memory
+checker for x86 GNU/ Linux using the Gtk+ widget set and other GNOME
libraries
+for the X-Windows environment.
+
+Features include a right-click context menu to intelligently suppress errors
+or launch an editor on the source file/jumping to the exact line of the
+error condition. A searchbar at the top of the viewer can be used to limit
+the viewable errors to those that match the regex criteria entered. Also
+included is a fully functional Suppressions editor.
+EOF
diff --git a/devel/alleyoop/HISTORY b/devel/alleyoop/HISTORY
new file mode 100644
index 0000000..8a1b49f
--- /dev/null
+++ b/devel/alleyoop/HISTORY
@@ -0,0 +1,7 @@
+2009-07-27 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DETAILS: updated spell to 0.9.5
+ * removed BUILD
+ * cleaned up DEPENDS
+
+2006-01-13 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/gnome2-libs/libgnomeui/DEPENDS b/gnome2-libs/libgnomeui/DEPENDS
index 1500158..7792561 100755
--- a/gnome2-libs/libgnomeui/DEPENDS
+++ b/gnome2-libs/libgnomeui/DEPENDS
@@ -4,7 +4,7 @@ depends libgnomecanvas &&
depends gconf2 &&
depends gnome-keyring &&
depends gnome-vfs2 &&
-depends gtk+2 &&
+depends -sub PNG gtk+2 &&
depends pango &&