[Lunar-commits] <moonbase> gdk-pixbuf: small tidyup
Paul Bredbury
brebs at lunar-linux.org
Wed Jan 12 12:28:43 CET 2011
commit 14b00c5e172ede874de9f3abcfb2506c9073a59c
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Jan 12 18:28:43 2011 +0700
gdk-pixbuf: small tidyup
---
gnome2/platform/gdk-pixbuf/BUILD | 2 +-
gnome2/platform/gdk-pixbuf/DETAILS | 14 ++++++--------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnome2/platform/gdk-pixbuf/BUILD b/gnome2/platform/gdk-pixbuf/BUILD
index 00e8b56..bfd8cf0 100644
--- a/gnome2/platform/gdk-pixbuf/BUILD
+++ b/gnome2/platform/gdk-pixbuf/BUILD
@@ -1,7 +1,7 @@
(
if module_installed jasper ; then
- OPTS="$OPTS --with-libjasper --with-included-loaders=png "
+ OPTS+=" --with-libjasper --with-included-loaders=png"
fi &&
default_build
diff --git a/gnome2/platform/gdk-pixbuf/DETAILS b/gnome2/platform/gdk-pixbuf/DETAILS
index a1de11f..794d6e5 100644
--- a/gnome2/platform/gdk-pixbuf/DETAILS
+++ b/gnome2/platform/gdk-pixbuf/DETAILS
@@ -2,18 +2,16 @@
MAJOR=2.22
VERSION=$MAJOR.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://ftp.gnome.org/pub/gnome/sources/$MODULE/$MAJOR
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
SOURCE_VFY=sha1:b452208963ddd84f7280865695b50255fcafaa2e
WEB_SITE=http://live.gnome.org/GObjectIntrospection
ENTERED=20091105
UPDATED=20101109
- SHORT="An image loading library used with the GNOME"
+ SHORT="An image loading library used with GNOME"
cat <<EOF
-The gdk-pixbuf package contains an image loading library used with
-the GNOME GUI desktop environment. The GdkPixBuf library provides
-image loading facilities, the rendering of a GdkPixBuf into
-various formats (drawables or GdkRGB buffers), and a cache
-interface.
+The gdk-pixbuf package contains an image loading library used with the
+GNOME GUI desktop environment. The GdkPixBuf library provides
+image-loading facilities, the rendering of a GdkPixBuf into various
+formats (drawables or GdkRGB buffers), and a cache interface.
EOF
More information about the Lunar-commits
mailing list