Skip to Content.
Sympa Menu

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

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 (ffb0316de4bca40859441999756e582391b1bd98)
  • Date: Tue, 23 Sep 2008 04:21:15 -0500

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

dev/null |binary
gnome2-libs/libgnomeprint/BUILD | 2 -
gnome2-libs/libgnomeprint/DETAILS | 15 +++----
gnome2-libs/libgnomeprint/HISTORY | 3 +
gnome2-libs/libgnomeprint/libgnomeprint-2.18.4.tar.bz2.sig | 0
gnome2-libs/libgnomeprint/libgnomeprint-2.18.5.tar.bz2.sig |binary
gnome2-libs/libgnomeprintui/DETAILS | 19
++++-----
gnome2-libs/libgnomeprintui/HISTORY | 3 +
gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.2.tar.bz2.sig | 0
gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.3.tar.bz2.sig |binary
gnome2-libs/librsvg2/DETAILS | 20
+++++-----
gnome2-libs/librsvg2/FINAL | 2 -
gnome2-libs/librsvg2/HISTORY | 3 +
gnome2-libs/librsvg2/librsvg-2.22.2.tar.bz2.sig | 0
gnome2-libs/librsvg2/librsvg-2.22.3.tar.bz2.sig |binary
15 files changed, 37 insertions(+), 30 deletions(-)

New commits:
commit 0e1f3f43ce88b965124ff16913cdca965c1397cc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libgnomeprintui: => 2.18.3

commit b19bc9fb0ad89ad91130ac4daa26f45dd88dd906
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libgnomeprint: => 2.18.5

commit 663db4863982f99cbf7a3eb1825a408033d5463a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

librsvg2: => 2.22.3

diff --git a/gnome2-libs/libgnomeprint/BUILD b/gnome2-libs/libgnomeprint/BUILD
index 1ca6a80..bad1e65 100755
--- a/gnome2-libs/libgnomeprint/BUILD
+++ b/gnome2-libs/libgnomeprint/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS --disable-gtk-doc" &&
+OPTS="--disable-gtk-doc $OPTS" &&
default_build
diff --git a/gnome2-libs/libgnomeprint/DETAILS
b/gnome2-libs/libgnomeprint/DETAILS
index 76c8b5d..958f998 100755
--- a/gnome2-libs/libgnomeprint/DETAILS
+++ b/gnome2-libs/libgnomeprint/DETAILS
@@ -1,8 +1,8 @@
SPELL=libgnomeprint
- VERSION=2.18.4
+ VERSION=2.18.5
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=GPL
@@ -12,10 +12,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="postscript gnome2 libs"
SHORT="API that implements the Postscript imaging model"
cat << EOF
-gnome-print is a C-based API that implements the Postscript imaging
-model. It is an actively developed project, and it is being used by
-various GNOME applications. There are two extensions to the Postscript
-imaging model supported by gnome-print: Alpha channel support and
-anti-aliasing. gnome-print includes a rasterizing engine that
-transforms the requests into bitmaps for native drivers.
+gnome-print is a C-based API that implements the Postscript imaging model.
+It is an actively developed project, and it is being used by various GNOME
+applications. There are two extensions to the Postscript imaging model
supported
+by gnome-print: Alpha channel support and anti-aliasing. gnome-print
includes a
+rasterizing engine that transforms the requests into bitmaps for native
drivers.
EOF
diff --git a/gnome2-libs/libgnomeprint/HISTORY
b/gnome2-libs/libgnomeprint/HISTORY
index 6e5e290..4862c4a 100644
--- a/gnome2-libs/libgnomeprint/HISTORY
+++ b/gnome2-libs/libgnomeprint/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.18.5; quoting paths; fixed long desc
+
2008-02-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.18.4

diff --git a/gnome2-libs/libgnomeprint/libgnomeprint-2.18.4.tar.bz2.sig
b/gnome2-libs/libgnomeprint/libgnomeprint-2.18.4.tar.bz2.sig
deleted file mode 100644
index d6c957f..0000000
Binary files a/gnome2-libs/libgnomeprint/libgnomeprint-2.18.4.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/libgnomeprint/libgnomeprint-2.18.5.tar.bz2.sig
b/gnome2-libs/libgnomeprint/libgnomeprint-2.18.5.tar.bz2.sig
new file mode 100644
index 0000000..a60b107
Binary files /dev/null and
b/gnome2-libs/libgnomeprint/libgnomeprint-2.18.5.tar.bz2.sig differ
diff --git a/gnome2-libs/libgnomeprintui/DETAILS
b/gnome2-libs/libgnomeprintui/DETAILS
index 287b80a..62c7101 100755
--- a/gnome2-libs/libgnomeprintui/DETAILS
+++ b/gnome2-libs/libgnomeprintui/DETAILS
@@ -1,21 +1,20 @@
SPELL=libgnomeprintui
- VERSION=2.18.2
+ VERSION=2.18.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=GPL
LICENSE[1]=LGPL
WEB_SITE=http://www.gnome.org/projects/gnome-print
ENTERED=20020509
KEYWORDS="postscript gnome2 libs"
- SHORT="gnome-print is an API that implements the Postscript
imaging model"
+ SHORT="API that implements the Postscript imaging model"
cat << EOF
-gnome-print is a C-based API that implements the Postscript imaging
-model. It is an actively developed project, and it is being used by
-various GNOME applications. There are two extensions to the Postscript
-imaging model supported by gnome-print: Alpha channel support and
-anti-aliasing. gnome-print includes a rasterizing engine that
-transforms the requests into bitmaps for native drivers.
+gnome-print is a C-based API that implements the Postscript imaging model.
+It is an actively developed project, and it is being used by various GNOME
+applications. There are two extensions to the Postscript imaging model
supported
+by gnome-print: Alpha channel support and anti-aliasing. gnome-print
includes a
+rasterizing engine that transforms the requests into bitmaps for native
drivers.
EOF
diff --git a/gnome2-libs/libgnomeprintui/HISTORY
b/gnome2-libs/libgnomeprintui/HISTORY
index fad3a29..0a55688 100644
--- a/gnome2-libs/libgnomeprintui/HISTORY
+++ b/gnome2-libs/libgnomeprintui/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.18.3; fixed descs; cleaned up
+
2008-02-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.18.2

diff --git a/gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.2.tar.bz2.sig
b/gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.2.tar.bz2.sig
deleted file mode 100644
index d55fdd6..0000000
Binary files a/gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.2.tar.bz2.sig
and /dev/null differ
diff --git a/gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.3.tar.bz2.sig
b/gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.3.tar.bz2.sig
new file mode 100644
index 0000000..95bd5ad
Binary files /dev/null and
b/gnome2-libs/libgnomeprintui/libgnomeprintui-2.18.3.tar.bz2.sig differ
diff --git a/gnome2-libs/librsvg2/DETAILS b/gnome2-libs/librsvg2/DETAILS
index fbf9f9f..7cf402e 100755
--- a/gnome2-libs/librsvg2/DETAILS
+++ b/gnome2-libs/librsvg2/DETAILS
@@ -1,19 +1,19 @@
SPELL=librsvg2
- VERSION=2.22.2
+ VERSION=2.22.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=librsvg-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/librsvg-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/librsvg/$BRANCH/$SOURCE
+ 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
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/projects/nautilus
ENTERED=20020509
KEYWORDS="gnome2 libs"
- SHORT="librsvg is a library for operating on files in SVG format"
+ SHORT="library for operating on files in SVG format"
cat << EOF
-The librsvg library is a lightweight library for parsing and
-rendering vector-graphic files in SVG format (like the ones made by
-sodipodi). It also includes functions that render anti-aliased fonts
-using freetype, including caching of glyphs. It's used by Nautilus
-for drawing vector icons and anti-aliased type.
+The librsvg library is a lightweight library for parsing and rendering
+vector-graphic files in SVG format (like the ones made by sodipodi). It also
+includes functions that render anti-aliased fonts using freetype, including
+caching of glyphs. It's used by Nautilus for drawing vector icons and
+anti-aliased type.
EOF
diff --git a/gnome2-libs/librsvg2/FINAL b/gnome2-libs/librsvg2/FINAL
index cbc86ac..f229ce9 100755
--- a/gnome2-libs/librsvg2/FINAL
+++ b/gnome2-libs/librsvg2/FINAL
@@ -1 +1 @@
-gdk-pixbuf-query-loaders > $INSTALL_ROOT/etc/gtk-2.0/gdk-pixbuf.loaders
+gdk-pixbuf-query-loaders > "$INSTALL_ROOT/etc/gtk-2.0/gdk-pixbuf.loaders"
diff --git a/gnome2-libs/librsvg2/HISTORY b/gnome2-libs/librsvg2/HISTORY
index fadf205..4839bfc 100644
--- a/gnome2-libs/librsvg2/HISTORY
+++ b/gnome2-libs/librsvg2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.22.3; fixed descs
+
2008-03-06 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.22.2

diff --git a/gnome2-libs/librsvg2/librsvg-2.22.2.tar.bz2.sig
b/gnome2-libs/librsvg2/librsvg-2.22.2.tar.bz2.sig
deleted file mode 100644
index 258c9bf..0000000
Binary files a/gnome2-libs/librsvg2/librsvg-2.22.2.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/librsvg2/librsvg-2.22.3.tar.bz2.sig
b/gnome2-libs/librsvg2/librsvg-2.22.3.tar.bz2.sig
new file mode 100644
index 0000000..89204d7
Binary files /dev/null and b/gnome2-libs/librsvg2/librsvg-2.22.3.tar.bz2.sig
differ



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

Archive powered by MHonArc 2.6.24.

Top of Page