CVS: moonbase/x11-apps/dia BUILD, 1.1.1.1, 1.2 DEPENDS, 1.3,
1.4 DETAILS, 1.3, 1.4
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Tue Sep 23 12:31:20 GMT 2003
Update of /var/cvs/lunar/moonbase/x11-apps/dia
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8086
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Updating dia to new version 0.92-pre3 also fixing the DEPENDS file adding support for Gnome and Python. Fixed the BUILD script so it works a bit better than before
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/dia/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:22 -0000 1.1.1.1
+++ BUILD 23 Sep 2003 12:31:18 -0000 1.2
@@ -1,5 +1,17 @@
-if module_installed libart_lgpl; then
- export LIBART_CONFIG=/usr/bin/libart2-config
-fi
+(
+ export LIBART_CONFIG=/usr/bin/libart2-config
-default_build
+ ./configure --build=$BUILD \
+ --sysconfdir=/etc \
+ --prefix=/opt/lunar/gnome/2.4 \
+ --localstatedir=/var \
+ --infodir=/opt/lunar/gnome/2.4/share/info \
+ --mandir=/opt/lunar/gnome/2.4/share/man \
+ --with-html-dir=/usr/share/gtk-doc/html \
+ --enable-python \
+ $OPTS &&
+
+ default_make
+
+
+) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/dia/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS 15 Mar 2003 15:28:10 -0000 1.3
+++ DEPENDS 23 Sep 2003 12:31:18 -0000 1.4
@@ -1,6 +1,7 @@
+depends Python &&
depends libxml2 &&
depends libunicode &&
depends gtk+-2 &&
+depends libart_lgpl &&
-optional_depends "libart_lgpl" "" "" "for AA rendering and png export"
-
+optional_depends "libgnomeui" "--enable-gnome" "" "for gnome support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/dia/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 15 Mar 2003 15:28:10 -0000 1.3
+++ DETAILS 23 Sep 2003 12:31:18 -0000 1.4
@@ -1,12 +1,12 @@
MODULE=dia
- VERSION=0.91
+ VERSION=0.92-pre3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$VERSION/$SOURCE
- SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$VERSION/$SOURCE
+ SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/0.92/$SOURCE
+ SOURCE_VFY=md5:5e8f8dac712c531d99aef50b992fdc80
WEB_SITE=http://www.lysator.liu.se/~alla/dia
ENTERED=20010922
- UPDATED=20030315
+ UPDATED=20030923
SHORT="dia is a program for creating diagrams of all kinds."
cat << EOF
Dia is a program for creating diagrams of all kinds. The current version
More information about the Lunar-commits
mailing list