[Lunar-commits] r24931 - moonbase/trunk/x11-apps/dia
Auke Kok
sofar at lunar-linux.org
Wed Jun 20 23:03:05 CEST 2007
Author: sofar
Date: 2007-06-20 23:03:05 +0200 (Wed, 20 Jun 2007)
New Revision: 24931
Modified:
moonbase/trunk/x11-apps/dia/BUILD
moonbase/trunk/x11-apps/dia/DEPENDS
moonbase/trunk/x11-apps/dia/DETAILS
Log:
Update: 0.96 => 0.96.1 (Corrected depends: PyXML; removed gnome-prefix (Dia isn't _ONLY_ GNOME app (no?), it's like AbiWord/Gnumeric, just uses GTK+2 and _optionally_ gnomeui lib)
From: stelzy at gmail.com
Modified: moonbase/trunk/x11-apps/dia/BUILD
===================================================================
--- moonbase/trunk/x11-apps/dia/BUILD 2007-06-20 21:02:47 UTC (rev 24930)
+++ moonbase/trunk/x11-apps/dia/BUILD 2007-06-20 21:03:05 UTC (rev 24931)
@@ -2,14 +2,9 @@
export LIBART_CONFIG=/usr/bin/libart2-config
- ./configure --prefix=${GNOME26_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME26_PREFIX:-/usr}/share/info \
- --mandir=${GNOME26_PREFIX:-/usr}/share/man \
- --enable-python \
- $OPTS &&
- default_make
-
+ OPTS="$OPTS --with-python \
+ --disable-db2html" &&
+
+ default_build
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-apps/dia/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/dia/DEPENDS 2007-06-20 21:02:47 UTC (rev 24930)
+++ moonbase/trunk/x11-apps/dia/DEPENDS 2007-06-20 21:03:05 UTC (rev 24931)
@@ -1,8 +1,10 @@
-depends Python &&
-depends libxml2 &&
-depends libunicode &&
-depends gtk+-2 &&
-depends libart_lgpl &&
-depends scrollkeeper &&
+depends PyXML
+depends libxml2
+depends libunicode
+depends gtk+-2
+depends libart_lgpl
-optional_depends "libgnomeui" "--enable-gnome" "" "for gnome support"
+optional_depends "libgnomeui" \
+ "--enable-gnome" \
+ "" \
+ "for GNOME support"
Modified: moonbase/trunk/x11-apps/dia/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/dia/DETAILS 2007-06-20 21:02:47 UTC (rev 24930)
+++ moonbase/trunk/x11-apps/dia/DETAILS 2007-06-20 21:03:05 UTC (rev 24931)
@@ -1,16 +1,17 @@
MODULE=dia
- VERSION=0.96
+ VERSION=0.96.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/0.96/
- SOURCE_VFY=sha1:8f337a4872c525c5b3d5fae56728b43b7bbed8e4
+ SOURCE_VFY=sha1:e3d8f16f50dbbd03c1ce0235dba28c3e9612bb6e
WEB_SITE=http://www.gnome.org/projects/dia/
ENTERED=20010922
- UPDATED=20070427
- SHORT="program for creating diagrams of all kinds."
+ UPDATED=20070620
+ SHORT="program for creating diagrams of all kinds"
+
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
More information about the Lunar-commits
mailing list