Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (83ac16e11f08501d6c34cf55a635f56dc3d0534e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (83ac16e11f08501d6c34cf55a635f56dc3d0534e)
  • Date: Tue, 30 Sep 2008 01:36:39 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-apps/dia/BUILD | 3 ++-
gnome2-apps/dia/DEPENDS | 32 +++++++++++++++++++++-----------
gnome2-apps/dia/DETAILS | 21 ++++++++++-----------
gnome2-apps/dia/HISTORY | 6 +++++-
4 files changed, 38 insertions(+), 24 deletions(-)

New commits:
commit 83ac16e11f08501d6c34cf55a635f56dc3d0534e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dia: removed unneeded dependencies

diff --git a/gnome2-apps/dia/BUILD b/gnome2-apps/dia/BUILD
index 83c049e..1231ccb 100755
--- a/gnome2-apps/dia/BUILD
+++ b/gnome2-apps/dia/BUILD
@@ -1,2 +1,3 @@
-PYTHON_LIBS="-lpython2.5" &&
+PYTHON_LIBS="-lpython2.5" &&
+
default_build
diff --git a/gnome2-apps/dia/DEPENDS b/gnome2-apps/dia/DEPENDS
index 41ece96..b566408 100755
--- a/gnome2-apps/dia/DEPENDS
+++ b/gnome2-apps/dia/DEPENDS
@@ -1,12 +1,22 @@
-depends libxml2 &&
-depends gtk+2 &&
-depends libart_lgpl &&
-depends popt &&
-depends freetype2 &&
-depends pango &&
-depends xml-parser-expat &&
-depends pyxml &&
-depends libxslt &&
+depends popt &&
+depends gtk+2 &&
+depends pango &&
+depends libxml2 &&
+depends libxslt &&
+depends libart_lgpl &&
+depends xml-parser-expat &&

-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

@@ -172,4 +177,3 @@
* HISTORY: added
* DETAILS: added MAINTAINER=myself
fixed backup url
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (83ac16e11f08501d6c34cf55a635f56dc3d0534e), Vlad Glagolev, 09/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page