desktop/brightside: Added to 12.2 repository

This commit is contained in:
Erik Hanson 2010-05-12 23:28:16 +02:00 committed by David Somero
parent b517768799
commit cf3ef241e0
6 changed files with 1941 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Brightside allows you to assign configurable actions to occur while
you rest the mouse in a corner or bump the edge of the screen.
Requires libgnomeui, available at SlackBuilds.org

View File

@ -0,0 +1,64 @@
#!/bin/sh
# Slackware build script for brightside
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=brightside
VERSION=1.4.0
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"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PRGNAM-$VERSION.orig
tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz
cd $PRGNAM-$VERSION.orig
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Patches from debian:
patch -p1 < $CWD/brightside_fixes.diff
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--mandir=/usr/man \
--disable-static \
--enable-tray-icon \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README doc/html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View File

@ -0,0 +1,8 @@
PRGNAM="brightside"
VERSION="1.4.0"
HOMEPAGE="http://packages.debian.org/unstable/gnome/brightside"
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/b/brightside/brightside_1.4.0.orig.tar.gz"
MD5SUM="7cbe6056db177fd2a4bfe7b0f889dec9"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="dsomero"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
chroot . gconftool-2 --makefile-install-rule \
/usr/share/gconf/schemas/brightside.schemas \
1>/dev/null

View File

@ -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------------------------------------------------------|
brightside: Brightside (Reactivity for desktop corners and edges)
brightside:
brightside: Brightside allows you to assign configurable actions to occur
brightside: while you rest the mouse in a corner or bump the edge of the
brightside: screen.
brightside:
brightside:
brightside:
brightside:
brightside:
brightside: