From 3cc7a1f43f357e620ee48b1ad5ce70a3e7aa24ac Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:06:38 +0200 Subject: desktop/ubuntulooks: Removed from 13.0 repository --- desktop/ubuntulooks/README | 3 - desktop/ubuntulooks/slack-desc | 19 ----- desktop/ubuntulooks/ubuntulooks.SlackBuild | 86 ---------------------- desktop/ubuntulooks/ubuntulooks.info | 8 -- desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz | Bin 8398 -> 0 bytes 5 files changed, 116 deletions(-) delete mode 100644 desktop/ubuntulooks/README delete mode 100644 desktop/ubuntulooks/slack-desc delete mode 100644 desktop/ubuntulooks/ubuntulooks.SlackBuild delete mode 100644 desktop/ubuntulooks/ubuntulooks.info delete mode 100644 desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz (limited to 'desktop/ubuntulooks') diff --git a/desktop/ubuntulooks/README b/desktop/ubuntulooks/README deleted file mode 100644 index c811a3824d..0000000000 --- a/desktop/ubuntulooks/README +++ /dev/null @@ -1,3 +0,0 @@ -Ubuntulooks is the gtk2 theme engine used by Ubuntu. It can -be used within a gtk environment or set for a window manager -with a tool such as gtk-chtheme. diff --git a/desktop/ubuntulooks/slack-desc b/desktop/ubuntulooks/slack-desc deleted file mode 100644 index 099a1a04d9..0000000000 --- a/desktop/ubuntulooks/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------------------------------------------------------| -ubuntulooks: ubuntulooks (A gtk+2.0 theme) -ubuntulooks: -ubuntulooks: Ubuntulooks is a very polished gtk2 engine for linux and used -ubuntulooks: by the Ubuntu project. It can be used within a gtk environment -ubuntulooks: or set for a window manager with a tool such as gtk-chtheme. -ubuntulooks: -ubuntulooks: -ubuntulooks: -ubuntulooks: -ubuntulooks: -ubuntulooks: diff --git a/desktop/ubuntulooks/ubuntulooks.SlackBuild b/desktop/ubuntulooks/ubuntulooks.SlackBuild deleted file mode 100644 index ab905e0f29..0000000000 --- a/desktop/ubuntulooks/ubuntulooks.SlackBuild +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh - -# Slackware build script for ubuntulooks. - -# Copyright 2008 Andrew Brouwers -# 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 - -PRGNAM=ubuntulooks -VERSION=0.9.12_12 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG=_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -SRCVERSION=0.9.12 -DOCS="AUTHORS COPYING INSTALL ChangeLog NEWS README" - -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 -fPIC" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$SRCVERSION -tar xvfz $CWD/${PRGNAM}_${SRCVERSION}.orig.tar.gz -cd $PRGNAM-$SRCVERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Apply the main version bump patch -zcat $CWD/${PRGNAM}_${SRCVERSION}-12.diff.gz | patch -p1 -# Apply the patches from debian -patch -p1 < debian/patches/01_fix_listview_arrows_drawing.patch -patch -p1 < debian/patches/01_fix_tick_box_drawing.patch -patch -p1 < debian/patches/01_progressbar-fix.patch -patch -p1 < debian/patches/02_fix-firefox-buttons.patch - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - || exit 1 - -make || exit 1 -make install DESTDIR=$PKG || exit 1 - -find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -find $PKG | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp $DOCS $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.tgz diff --git a/desktop/ubuntulooks/ubuntulooks.info b/desktop/ubuntulooks/ubuntulooks.info deleted file mode 100644 index 044ee60c07..0000000000 --- a/desktop/ubuntulooks/ubuntulooks.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="ubuntulooks" -VERSION="0.9.12_12" -HOMEPAGE="http://packages.ubuntu.com/feisty/gnome/gtk2-engines-ubuntulooks" -DOWNLOAD="http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ubuntulooks_0.9.12.orig.tar.gz" -MD5SUM="5ba7d915abe31870103aab5847278d13" -MAINTAINER="Andrew Brouwers" -EMAIL="abrouwers@gmail.com" -APPROVED="David Somero" \ No newline at end of file diff --git a/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz b/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz deleted file mode 100644 index 825deb9bf4..0000000000 Binary files a/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz and /dev/null differ -- cgit v1.2.3