summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-11 17:59:13 +0200
committer Heinz Wiesinger2010-05-11 17:59:13 +0200
commit338bcc1cf4947e594456458695640103162ea41f (patch)
treeefb33280b24227e8ed274958e97383883ceff56d /libraries
parent90592c1a384e82eb6e1e0845ff75ac34e56a5195 (diff)
downloadslackbuilds-338bcc1cf4947e594456458695640103162ea41f.tar.gz
libraries/vte: Removed from 12.0 repository
Diffstat (limited to 'libraries')
-rw-r--r--libraries/vte/README7
-rw-r--r--libraries/vte/slack-desc19
-rw-r--r--libraries/vte/vte.SlackBuild78
-rw-r--r--libraries/vte/vte.info8
4 files changed, 0 insertions, 112 deletions
diff --git a/libraries/vte/README b/libraries/vte/README
deleted file mode 100644
index 880ffd210a..0000000000
--- a/libraries/vte/README
+++ /dev/null
@@ -1,7 +0,0 @@
-VTE is a terminal emulator widget for use with GTK+. This package
-contains the VTE library and development files and a sample
-implementation (vte).
-
-The VTE library inserts terminal capability strings into a tree
-of tables, and then uses it to determine if data received from a
-pseudo-terminal is a control sequence or just random data.
diff --git a/libraries/vte/slack-desc b/libraries/vte/slack-desc
deleted file mode 100644
index 0b2384fd74..0000000000
--- a/libraries/vte/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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------------------------------------------------------|
-vte: vte (terminal emulator widget)
-vte:
-vte: VTE is a terminal emulator widget for use with GTK+. This package
-vte: contains the VTE library and development files and a sample
-vte: implementation (vte).
-vte:
-vte:
-vte:
-vte:
-vte:
-vte:
diff --git a/libraries/vte/vte.SlackBuild b/libraries/vte/vte.SlackBuild
deleted file mode 100644
index eb0d075cf7..0000000000
--- a/libraries/vte/vte.SlackBuild
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/bin/sh
-
-# Copyright 2006-2007 Robby Workman <http://rlworkman.net>
-# 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.
-
-set -e
-
-PRGNAM=vte
-VERSION=0.16.5
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-TERM=xterm # Default terminal emulation type
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar -vxjf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --enable-static=no \
- --with-xft2 \
- --with-pangox \
- --with-default-emulation=$TERM \
- --disable-debugging
-
-make
-make install-strip DESTDIR=$PKG
-
-# VTE does not install man pages
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
-cp -a AUTHORS COPYING ChangeLog HACKING INSTALL MAINTAINERS NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION/
-( cd $PKG/usr/doc/$PRGNAM-$VERSION ; ln -s /usr/share/gtk-doc/html/vte html )
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/libraries/vte/vte.info b/libraries/vte/vte.info
deleted file mode 100644
index 940acd750b..0000000000
--- a/libraries/vte/vte.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="vte"
-VERSION="0.16.5"
-HOMEPAGE="ftp://ftp.gnome.org/pub/GNOME/sources/vte/"
-DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.16/vte-0.16.5.tar.bz2"
-MD5SUM="54252b22c7df76e4e1bf8f5a89fe394d"
-MAINTAINER="Robby Workman"
-EMAIL="rw@rlworkman.net"
-APPROVED="BP{k}"