diff options
author | Andrew Brouwers <abrouwers@gmail.com> | 2010-05-11 22:22:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:05 +0200 |
commit | dd33b1582a2478df8b97cac944e6c324afb5a7b5 (patch) | |
tree | 8bb929bb8e3e3f8210d30aa925d84e41e51b1155 /desktop | |
parent | f3fdec641b3ec263c5d45908696dedb66f7c0725 (diff) | |
download | slackbuilds-dd33b1582a2478df8b97cac944e6c324afb5a7b5.tar.gz |
desktop/ubuntulooks: Updated for version 0.9.12_12
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/ubuntulooks/slack-desc | 2 | ||||
-rw-r--r-- | desktop/ubuntulooks/ubuntulooks.SlackBuild | 11 | ||||
-rw-r--r-- | desktop/ubuntulooks/ubuntulooks.info | 4 | ||||
-rw-r--r-- | desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz | bin | 0 -> 8398 bytes | |||
-rw-r--r-- | desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz | bin | 5381 -> 0 bytes |
5 files changed, 10 insertions, 7 deletions
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 <rworkman@slackbuilds.org> 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 Binary files differnew file mode 100644 index 0000000000..825deb9bf4 --- /dev/null +++ b/desktop/ubuntulooks/ubuntulooks_0.9.12-12.diff.gz diff --git a/desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz b/desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz Binary files differdeleted file mode 100644 index e14eb20394..0000000000 --- a/desktop/ubuntulooks/ubuntulooks_0.9.12-8.diff.gz +++ /dev/null |