From c0b520ff529e6a22a18223058c0f6b4453973fd6 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 11 May 2010 20:00:08 +0200 Subject: desktop/linstasquared: Added to 12.0 repository --- desktop/linstasquared/README | 3 ++ desktop/linstasquared/linstasquared.SlackBuild | 57 ++++++++++++++++++++++++++ desktop/linstasquared/linstasquared.info | 8 ++++ desktop/linstasquared/slack-desc | 19 +++++++++ 4 files changed, 87 insertions(+) create mode 100644 desktop/linstasquared/README create mode 100644 desktop/linstasquared/linstasquared.SlackBuild create mode 100644 desktop/linstasquared/linstasquared.info create mode 100644 desktop/linstasquared/slack-desc diff --git a/desktop/linstasquared/README b/desktop/linstasquared/README new file mode 100644 index 0000000000..5f9852c446 --- /dev/null +++ b/desktop/linstasquared/README @@ -0,0 +1,3 @@ +Linsta Squared - a Window Decoration native KDE 3.5.* + +Linsta Squared is a native window decoration for KDE desktop. diff --git a/desktop/linstasquared/linstasquared.SlackBuild b/desktop/linstasquared/linstasquared.SlackBuild new file mode 100644 index 0000000000..b39c95077f --- /dev/null +++ b/desktop/linstasquared/linstasquared.SlackBuild @@ -0,0 +1,57 @@ +#!/bin/sh + +# Slackware build script for linstasquared +# Written by core (eroc@linuxmail.org) +# Modified by the SlackBuilds.org project + +set -e + +PRGNAM=linstasquared +VERSION=0.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=$(kde-config --prefix) \ + --enable-shared=yes \ + --enable-static=no + +make +make install DESTDIR=$PKG + +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | 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 -a 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.tgz diff --git a/desktop/linstasquared/linstasquared.info b/desktop/linstasquared/linstasquared.info new file mode 100644 index 0000000000..eb8fccca21 --- /dev/null +++ b/desktop/linstasquared/linstasquared.info @@ -0,0 +1,8 @@ +PRGNAM="linstasquared" +VERSION="0.1" +HOMEPAGE="http://www.kde-look.org/content/show.php/Linsta+Squared?content=51287" +DOWNLOAD="http://ferencnf.googlepages.com/linstasquared-0.1.tar.gz" +MD5SUM="2dad4dfe1b6e2b869f55e50f4ec87dc7" +MAINTAINER="core" +EMAIL="eroc@linuxmail.org" +APPROVED="rworkman" diff --git a/desktop/linstasquared/slack-desc b/desktop/linstasquared/slack-desc new file mode 100644 index 0000000000..e7e1166816 --- /dev/null +++ b/desktop/linstasquared/slack-desc @@ -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------------------------------------------------------| +linstasquared: Linsta Squared (a Window Decoration native KDE 3.5.*) +linstasquared: +linstasquared: Linsta Squared is a native window decoration for KDE desktop. +linstasquared: +linstasquared: +linstasquared: +linstasquared: +linstasquared: +linstasquared: +linstasquared: +linstasquared: -- cgit v1.2.3