From dd33b1582a2478df8b97cac944e6c324afb5a7b5 Mon Sep 17 00:00:00 2001 From: Andrew Brouwers Date: Tue, 11 May 2010 22:22:05 +0200 Subject: desktop/ubuntulooks: Updated for version 0.9.12_12 --- desktop/ubuntulooks/slack-desc | 2 +- desktop/ubuntulooks/ubuntulooks.SlackBuild | 11 +++++++---- desktop/ubuntulooks/ubuntulooks.info | 4 ++-- desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz | Bin 0 -> 8398 bytes desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz | Bin 5381 -> 0 bytes 5 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz delete mode 100644 desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz (limited to 'desktop') diff --git a/desktop/ubuntulooks/slack-desc b/desktop/ubuntulooks/slack-desc index 4621b902af..099a1a04d9 100644 --- a/desktop/ubuntulooks/slack-desc +++ b/desktop/ubuntulooks/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| ubuntulooks: ubuntulooks (A gtk+2.0 theme) ubuntulooks: ubuntulooks: Ubuntulooks is a very polished gtk2 engine for linux and used diff --git a/desktop/ubuntulooks/ubuntulooks.SlackBuild b/desktop/ubuntulooks/ubuntulooks.SlackBuild index 55bb2e2b7b..ab905e0f29 100644 --- a/desktop/ubuntulooks/ubuntulooks.SlackBuild +++ b/desktop/ubuntulooks/ubuntulooks.SlackBuild @@ -25,7 +25,7 @@ # Modified by Robby Workman PRGNAM=ubuntulooks -VERSION=0.9.12_8 +VERSION=0.9.12_12 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG=_SBo} @@ -39,9 +39,11 @@ SRCVERSION=0.9.12 DOCS="AUTHORS COPYING INSTALL ChangeLog NEWS README" if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" + SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" fi rm -rf $PKG @@ -54,11 +56,12 @@ 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 +zcat $CWD/${PRGNAM}_${SRCVERSION}-12.diff.gz | patch -p1 # Apply the patches from debian 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 +patch -p1 < debian/patches/02_fix-firefox-buttons.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/desktop/ubuntulooks/ubuntulooks.info b/desktop/ubuntulooks/ubuntulooks.info index b69b7f634f..044ee60c07 100644 --- a/desktop/ubuntulooks/ubuntulooks.info +++ b/desktop/ubuntulooks/ubuntulooks.info @@ -1,8 +1,8 @@ PRGNAM="ubuntulooks" -VERSION="0.9.12_8" +VERSION="0.9.12_12" 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="rworkman" +APPROVED="David Somero" \ No newline at end of file diff --git a/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz b/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz new file mode 100644 index 0000000000..825deb9bf4 Binary files /dev/null and b/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz differ diff --git a/desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz b/desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz deleted file mode 100644 index e14eb20394..0000000000 Binary files a/desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz and /dev/null differ -- cgit v1.2.3