-optional_depends libgnomeui "--enable-gnome" "--disable-gnome" "Enable gnome
code" &&
-optional_depends pygtk2 "--with-python" "--without-python" "Enable python
plugin"
+optional_depends freetype2 \
+ "--with-freetype" \
+ "--without-freetype" \
+ "for Freetype support" &&
+
+optional_depends libgnomeui \
+ "--enable-gnome" \
+ "--disable-gnome" \
+ "enable gnome code" &&
+
+optional_depends pygtk2 \
+ "--with-python" \
+ "--without-python" \
+ "enable python plugin"
diff --git a/gnome2-apps/dia/DETAILS b/gnome2-apps/dia/DETAILS
index 66c22ec..e5f0606 100755
--- a/gnome2-apps/dia/DETAILS
+++ b/gnome2-apps/dia/DETAILS
@@ -1,19 +1,18 @@
SPELL=dia
VERSION=0.96.1
- BRANCH=`echo ${VERSION}|cut -d . -f 1,2`
- SOURCE=${SPELL}-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=${GNOME_URL}/sources/${SPELL}/${BRANCH}/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:UPSTREAM_HASH
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org/projects/dia/
ENTERED=20010922
KEYWORDS="gnome2"
- SHORT="dia is a GTK-based diagram drawing program, similar to
Visio"
+ SHORT="GTK-based diagram drawing program, similar to Visio"
cat << EOF
-Dia is a program for creating diagrams of all kinds. The current
-version can do UML class diagrams, Entity-Relationship modeling,
-network diagrams, and much more. The engine is very flexible and
-dynamically loads diagram-types from disk. It can currently export to
-PostScript and load/save in an XML format.
+Dia is a program for creating diagrams of all kinds. The current version can
do
+UML class diagrams, Entity-Relationship modeling, network diagrams, and much
+more. The engine is very flexible and dynamically loads diagram-types from
disk.
+It can currently export to PostScript and load/save in an XML format.
EOF
diff --git a/gnome2-apps/dia/HISTORY b/gnome2-apps/dia/HISTORY
index a011b5b..7721e7a 100644
--- a/gnome2-apps/dia/HISTORY
+++ b/gnome2-apps/dia/HISTORY
@@ -1,3 +1,8 @@
+2008-09-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: cleaned up
+ * DETAILS: quoting paths; fixed descs; cleaned up
+ * DEPENDS: freetype2 is opt dep; pyxml is useless; cleaned up
+
2007-03-29 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.96.1