[Lunar-commits] <moonbase> librsvg: Scrap all that with a bump and don't need the build.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Mar 31 19:07:43 CEST 2010
commit 7fe65ad91423402a4f10d920f655f1d415a80953
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Mar 31 13:07:43 2010 -0400
librsvg: Scrap all that with a bump and don't need the build.
---
gnome2/desktop/librsvg/BUILD | 30 ------------------------------
gnome2/desktop/librsvg/DEPENDS | 5 +++--
gnome2/desktop/librsvg/DETAILS | 8 ++++----
3 files changed, 7 insertions(+), 36 deletions(-)
diff --git a/gnome2/desktop/librsvg/BUILD b/gnome2/desktop/librsvg/BUILD
deleted file mode 100644
index ad6118c..0000000
--- a/gnome2/desktop/librsvg/BUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-(
-
- sedit "s:uint16 *stype:uint16:g" moz-plugin/moz-plugin.c &&
-
-# The npapi.h and npupp.h have been moved and renamed to npfunctions.h.
- sedit "s:npupp.h:npfunctions.h:g" moz-plugin/moz-plugin.c &&
-
-# So it will go in /opt/lunar/plugins.
- sedit 's@$(libdir)/mozilla/plugins@/opt/lunar/plugins at g' moz-plugin/Makefile.in &&
-
- ./configure --prefix=/usr \
- --build=$BUILD \
- --sysconfdir=/etc/$MODULE \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-croco \
- --with-svgz \
- --disable-gtk-doc \
- $OPTS &&
-
-# It insists on looking in stable, so lets force it.
- for i in `ls -al */Makefile` ; do \
- sedit "s:xulrunner-1.9.2/stable:xulrunner-1.9.2/:g" $i ; done &&
-
-# sedit "s:xulrunner-1.9.2/stable:xulrunner-1.9.2/:g" moz-plugin/Makefile &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/librsvg/DEPENDS b/gnome2/desktop/librsvg/DEPENDS
index 0837d48..979bebd 100644
--- a/gnome2/desktop/librsvg/DEPENDS
+++ b/gnome2/desktop/librsvg/DEPENDS
@@ -1,5 +1,6 @@
depends popt
depends cairo
-depends libgsf
-depends libcroco
depends gtk+-2
+
+optional_depends libgsf "--with-svgz" "--without-svgz" "for run-time decompression support"
+optional_depends libcroco "--with-croco" "--without-croco" "for CSS parsing support"
diff --git a/gnome2/desktop/librsvg/DETAILS b/gnome2/desktop/librsvg/DETAILS
index 2a94ac4..bc48cc9 100644
--- a/gnome2/desktop/librsvg/DETAILS
+++ b/gnome2/desktop/librsvg/DETAILS
@@ -1,15 +1,15 @@
MODULE=librsvg
- VERSION=2.26.0
MAJOR=2.26
+ VERSION=${MAJOR}.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
- SOURCE_VFY=sha1:61044be4bcd5945f5711f788e1aa303a80b69e32
+ SOURCE_VFY=sha1:3c529b5e28a8924fa95d74814dd63b53182c903c
WEB_SITE=http://www.gnome.org
ENTERED=20020714
- UPDATED=20090318
- PSAFE=no
+ UPDATED=20100331
SHORT="A library for operating on files in SVG format"
+PSAFE=no
cat << EOF
The librsvg library is a lightweight library for parsing and
rendering vector-graphic files in SVG format (like the ones made by
More information about the Lunar-commits
mailing list