mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/goocanvas: Miscellaneous cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d2d60efa36
commit
874fe7863c
3 changed files with 16 additions and 21 deletions
|
@ -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.
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# 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:
|
||||
|
|
Loading…
Reference in a new issue