graphics/goocanvas: Miscellaneous cleanups

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-10-17 16:20:51 -05:00
parent d2d60efa36
commit 874fe7863c
3 changed files with 16 additions and 21 deletions

View file

@ -1,5 +1,2 @@
GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing.
Requires: (included in slackware)
gtk+2
cairo
GooCanvas is a canvas widget for GTK+ that
uses the cairo 2D library for drawing.

View file

@ -21,24 +21,15 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Change Log
#
# Mar 3rd, 2010
# *Revised to build "2" - fixed the "strip" for bash 4 compatability
# and removed the man page section
#
PRGNAM=goocanvas
VERSION=0.14
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -68,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \

View file

@ -1,12 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
goocanvas: goocanvas (Cairo Canvas Widget for GTK+)
goocanvas:
goocanvas:
goocanvas: GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D
goocanvas: library for drawing. It has a model/view split, and uses interfaces
goocanvas: for canvas items and views, so you can easily turn any application
goocanvas: object into canvas items.
goocanvas:
goocanvas:
goocanvas:
goocanvas:
goocanvas:
goocanvas:
goocanvas:
goocanvas:
goocanvas:
goocanvas: