mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/Alphacube-GTK: Added to 12.2 repository
This commit is contained in:
parent
b3a2b6e01a
commit
16fafff05f
4 changed files with 92 additions and 0 deletions
63
desktop/Alphacube-GTK/Alphacube-GTK.SlackBuild
Normal file
63
desktop/Alphacube-GTK/Alphacube-GTK.SlackBuild
Normal file
|
@ -0,0 +1,63 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Alphacube-GTK
|
||||
|
||||
# Copyright (c) 2008 alkos333 <me@alkos333.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
#
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
# "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 COPYRIGHT
|
||||
# OWNER OR CONTRIBUTORS 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.
|
||||
|
||||
PRGNAM=Alphacube-GTK
|
||||
VERSION=${VERSION:-0.5}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/29851-Alphacube\ GTK\ 0.5.tar.gz
|
||||
cd "Alphacube GTK "$VERSION
|
||||
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 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/themes/Alphacube-GTK
|
||||
cp -a * $PKG/usr/share/themes/Alphacube-GTK
|
||||
|
||||
mkdir -p $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
|
8
desktop/Alphacube-GTK/Alphacube-GTK.info
Normal file
8
desktop/Alphacube-GTK/Alphacube-GTK.info
Normal file
|
@ -0,0 +1,8 @@
|
|||
PRGNAM="Alphacube-GTK"
|
||||
VERSION="0.5"
|
||||
HOMEPAGE="http://www.gnome-look.org/content/show.php?content=29851"
|
||||
DOWNLOAD="http://www.gnome-look.org/CONTENT/content-files/29851-Alphacube%20GTK%200.5.tar.gz"
|
||||
MD5SUM="f726a6c53fe7e0529ebe0d2abe3b3f9e"
|
||||
MAINTAINER="alkos333"
|
||||
EMAIL="me@alkos333.net"
|
||||
APPROVED="rworkman"
|
2
desktop/Alphacube-GTK/README
Normal file
2
desktop/Alphacube-GTK/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
Alphacube GTK Theme, very simple and fast, for Alphacube Metacity
|
||||
theme.
|
19
desktop/Alphacube-GTK/slack-desc
Normal file
19
desktop/Alphacube-GTK/slack-desc
Normal 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------------------------------------------------|
|
||||
Alphacube-GTK: Alphacupe-GTK (GTK theme for Alphacube Metacity)
|
||||
Alphacube-GTK:
|
||||
Alphacube-GTK: Alphacube GTK Theme, very simple and fast, for Alphacube
|
||||
Alphacube-GTK: Metacity theme.
|
||||
Alphacube-GTK:
|
||||
Alphacube-GTK: http://www.gnome-look.org/content/show.php?content=29851
|
||||
Alphacube-GTK:
|
||||
Alphacube-GTK:
|
||||
Alphacube-GTK:
|
||||
Alphacube-GTK:
|
||||
Alphacube-GTK:
|
Loading…
Reference in a new issue