desktop/ubuntulooks: Updated for version 0.9.12_8
This commit is contained in:
parent
e5a8d74313
commit
b7c5f7273f
|
@ -1,3 +1,3 @@
|
|||
Ubuntulooks is the gtk2 engine used by the ubuntu. It can
|
||||
be used within a gtk environment, or set for a window manager
|
||||
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.
|
||||
|
|
|
@ -1,6 +1,19 @@
|
|||
ubuntulooks: ubuntulooks (A gtk+2.0 Theme remiscent of a certain distro)
|
||||
# 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 by
|
||||
ubuntulooks: the ubuntu project It can be used within a gtk environment, or
|
||||
ubuntulooks: set for a window manager with a tool such as gtk-chtheme.
|
||||
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:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ubuntulooks.
|
||||
|
||||
# Copyright 2006 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,18 +22,20 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Modified by the SlackBuilds.org project
|
||||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=ubuntulooks
|
||||
VERSION=0.9.12
|
||||
VERSION=0.9.12_8
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG=_SBo}
|
||||
CWD=`pwd`
|
||||
|
||||
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
|
||||
|
@ -45,17 +47,18 @@ fi
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvfz $CWD/${PRGNAM}_${VERSION}.orig.tar.gz
|
||||
cd $PRGNAM-$VERSION || 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}-8.diff.gz | patch -p1
|
||||
# Apply the patches from debian
|
||||
gunzip -c $CWD/${PRGNAM}_${VERSION}-4.diff.gz | patch -p1
|
||||
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
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ubuntulooks"
|
||||
VERSION="0.9.12-4"
|
||||
VERSION="0.9.12_8"
|
||||
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="BP{k}"
|
||||
APPROVED="rworkman"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue