diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-06 15:34:22 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 0d386aec4665f5ccb5e7aa51e05095549d2c9394 (patch) | |
tree | 038a25f7730fa5edd40a9881f639a7c332eca5e4 | |
parent | 5bce04dde17b88e2ae0be285fe8f3ebd2ed6902a (diff) | |
download | slackbuilds-0d386aec4665f5ccb5e7aa51e05095549d2c9394.tar.gz |
libraries/gtkmm3: Removed (Included in Slackware 14.2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/gtkmm3/README | 5 | ||||
-rw-r--r-- | libraries/gtkmm3/gtkmm3.SlackBuild | 99 | ||||
-rw-r--r-- | libraries/gtkmm3/gtkmm3.info | 10 | ||||
-rw-r--r-- | libraries/gtkmm3/slack-desc | 19 |
4 files changed, 0 insertions, 133 deletions
diff --git a/libraries/gtkmm3/README b/libraries/gtkmm3/README deleted file mode 100644 index d10e76ae9c..0000000000 --- a/libraries/gtkmm3/README +++ /dev/null @@ -1,5 +0,0 @@ -gtkmm is the official C++ interface for the popular GUI library -GTK+. Highlights include typesafe callbacks, and a comprehensive set -of widgets that are easily extensible via inheritance. You can create -user interfaces and there's extensive documentation, including -including API reference and a tutorial. diff --git a/libraries/gtkmm3/gtkmm3.SlackBuild b/libraries/gtkmm3/gtkmm3.SlackBuild deleted file mode 100644 index 1c42c908b3..0000000000 --- a/libraries/gtkmm3/gtkmm3.SlackBuild +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh - -# Slackware build script for gtkmm3 - -# Copyright (C) 2006 paul wisehart wise@lupulin.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. - -# Modified by Robby Workman <rworkman@slackbuilds.org> -# Forked for gtkmm3 by Matteo Bernardini <ponce@slackbuilds.org> - -PRGNAM=gtkmm3 -SRCNAM=gtkmm -VERSION=${VERSION:-3.18.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* -cd $SRCNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-static \ - --build=$ARCH-slackware-linux - -make libdocdir=/usr/doc/$PRGNAM-$VERSION -make install-strip DESTDIR=$PKG libdocdir=/usr/doc/$PRGNAM-$VERSION - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS PORTING README* \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -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.${PKGTYPE:-tgz} diff --git a/libraries/gtkmm3/gtkmm3.info b/libraries/gtkmm3/gtkmm3.info deleted file mode 100644 index 9199f1f5e2..0000000000 --- a/libraries/gtkmm3/gtkmm3.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gtkmm3" -VERSION="3.18.0" -HOMEPAGE="http://www.gtkmm.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.18/gtkmm-3.18.0.tar.xz" -MD5SUM="1f056682a0ffbe8b8678be79b69f7169" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="atkmm" -MAINTAINER="Matteo Bernardini" -EMAIL="ponce@slackbuilds.org" diff --git a/libraries/gtkmm3/slack-desc b/libraries/gtkmm3/slack-desc deleted file mode 100644 index 337f4a3c32..0000000000 --- a/libraries/gtkmm3/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -gtkmm3: gtkmm3 (C++ interface for GTK+3) -gtkmm3: -gtkmm3: gtkmm is the official C++ interface for the popular GUI library -gtkmm3: GTK+. Highlights include typesafe callbacks, and a comprehensive set -gtkmm3: of widgets that are easily extensible via inheritance. You can create -gtkmm3: user interfaces and there's extensive documentation, including -gtkmm3: including API reference and a tutorial. -gtkmm3: -gtkmm3: Homepage: http://www.gtkmm.org/ -gtkmm3: -gtkmm3: |