development/gazpacho: Added to 12.0 repository

This commit is contained in:
Michael Wagner 2010-05-11 20:00:24 +02:00 committed by Robby Workman
parent c1ec4738f9
commit 9e290e8c16
5 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,10 @@
gazpacho (next generation GUI Design)
gazpacho allows you to create the Graphical User Interface (GUI) of
your GTK+ program in a visual way. It started as a Glade-3 clone but
now it is more complete and featured than its ancestor. It tries to
be compatible with libglade but it can handle some widgets that still
lack support in libglade.
gazpacho depends on PyGTK and kiwi, both of which are available from
SlackBuilds.org.

View file

@ -0,0 +1,3 @@
if [ -x usr/bin/update-desktop-database ]; then
usr/bin/update-desktop-database -q usr/share/applications
fi

View file

@ -0,0 +1,58 @@
#!/bin/sh
#
# Slackware Build Script for gazpacho
# (C) 2008 Michael Wagner <lapinours@web.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gazpacho
VERSION=0.7.2
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Adjust docdir
sed -i "s,share/doc/$PRGNAM,doc/$PRGNAM-$VERSION,g" setup.py
python setup.py install --root=$PKG
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -0,0 +1,8 @@
PRGNAM="gazpacho"
VERSION="0.7.2"
HOMEPAGE="http://gazpacho.sicem.biz/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gazpacho/0.7/gazpacho-0.7.2.tar.gz"
MD5SUM="42d180f2570f2f5d6c0fa69ed9897d9b"
MAINTAINER="Michael Wagner"
EMAIL="lapinours@web.de"
APPROVED="rworkman"

View file

@ -0,0 +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------------------------------------------------------|
gazpacho: gazpacho (next generation GUI Design)
gazpacho:
gazpacho: gazpacho allows you to create the Graphical User Interface (GUI) of
gazpacho: your GTK+ program in a visual way. It started as a Glade-3 clone but
gazpacho: now it is more complete and featured than its ancestor. It tries to
gazpacho: be compatible with libglade but it can handle some widgets that still
gazpacho: lack support in libglade.
gazpacho:
gazpacho: Homepage: http://gazpacho.sicem.biz/
gazpacho:
gazpacho: