mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/baghira: Removed from 12.1 repository
This commit is contained in:
parent
fb2fde4d56
commit
178904bdd6
4 changed files with 0 additions and 98 deletions
|
@ -1,12 +0,0 @@
|
||||||
baghira - A native theme/style for KDE 3.2+
|
|
||||||
|
|
||||||
Baghira is a style package for KDE 3.2+ that resembles nearly
|
|
||||||
the entire Mac OS X user interface in detail. When the correct
|
|
||||||
settings are made, and the right tools are used, the KDE desktop
|
|
||||||
can look like a real Mac OS X desktop.
|
|
||||||
|
|
||||||
The name refers to the Panther of Kipling's famous Jungle Book
|
|
||||||
(German spelling). You will probably rather know the Disney
|
|
||||||
version... ;)
|
|
||||||
|
|
||||||
Basically it's a perky imitation of Apple's OSX look
|
|
|
@ -1,59 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Slackware build script for baghira
|
|
||||||
# Written by core (eroc@linuxmail.org)
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
PRGNAM=baghira
|
|
||||||
VERSION=0.8
|
|
||||||
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 -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
|
||||||
cd $PRGNAM-$VERSION
|
|
||||||
chown -R root:root .
|
|
||||||
chmod -R u+w,go+r-w,a-s .
|
|
||||||
|
|
||||||
KDEPREF=`kde-config --prefix` || true
|
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
|
||||||
./configure \
|
|
||||||
--prefix=$KDEPREF \
|
|
||||||
--disable-debug \
|
|
||||||
--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 AUTHORS ChangeLog COPYING INSTALL NEWS README TODO $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
|
|
|
@ -1,8 +0,0 @@
|
||||||
PRGNAM="baghira"
|
|
||||||
VERSION="0.8"
|
|
||||||
HOMEPAGE="http://baghira.sourceforge.net"
|
|
||||||
DOWNLOAD="http://dl.sourceforge.net/baghira/baghira-0.8.tar.bz2"
|
|
||||||
MD5SUM="d76e04020c628ba5de69d066a66221f8"
|
|
||||||
MAINTAINER="core"
|
|
||||||
EMAIL="eroc@linuxmail.org"
|
|
||||||
APPROVED="BP{k}"
|
|
|
@ -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------------------------------------------------------|
|
|
||||||
baghira: baghira (A native theme/style for KDE 3.5+)
|
|
||||||
baghira:
|
|
||||||
baghira: Baghira is a style package for KDE 3.2+ that resembles nearly the
|
|
||||||
baghira: entire Mac OS X user interface in detail. When the correct settings
|
|
||||||
baghira: are made, and the right tools are used, the KDE desktop can look like
|
|
||||||
baghira: a real Mac OS X desktop. The name refers to the Panther of Kipling's
|
|
||||||
baghira: famous baghira: Jungle Book (German spelling). You will probably
|
|
||||||
baghira: rather know the Disney version. Basically it's a perky imitation of
|
|
||||||
baghira: Apple's OSX look
|
|
||||||
baghira:
|
|
||||||
baghira: Homepage: http://baghira.sourceforge.net
|
|
Loading…
Reference in a new issue