[Lunar-commits] <moonbase> gtk+-2: fixed problem with missing buttons in apps like firefox (missing previous, next arrows)
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Nov 27 19:33:05 CET 2010
commit 2f555abda7d76ed6639c85606b90ef200380094f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Nov 27 19:33:05 2010 +0100
gtk+-2: fixed problem with missing buttons in apps like firefox (missing previous, next arrows)
---
graphics/gtk+-2/BUILD | 2 +-
graphics/gtk+-2/DETAILS | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD
index 1626b95..51ec19d 100644
--- a/graphics/gtk+-2/BUILD
+++ b/graphics/gtk+-2/BUILD
@@ -2,7 +2,7 @@
bad_flags -mssse3 &&
bad_flags -mfpmath=sse &&
-
+ patch_it $SOURCE2 1 &&
if [ "$USE_XINPUT" == "y" ]; then
# XInput support is needed for Wacom tablets to work in GIMP
OPTS+=" --with-xinput=yes"
diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS
index dba2cb3..b18b025 100644
--- a/graphics/gtk+-2/DETAILS
+++ b/graphics/gtk+-2/DETAILS
@@ -2,13 +2,16 @@
MAJOR=2.22
VERSION=22.1
SOURCE=$MODULE.$VERSION.tar.bz2
+ SOURCE2=old-icon-symlinks.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR
SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:c88d8be4aebd6e59d6ca44d57f6acd18e2be1c08
+ SOURCE2_VFY=sha1:495fa37a887a7e99c68adaa9919f7270da7da57f
WEB_SITE=http://www.gtk.org
ENTERED=20020313
- UPDATED=20101118
+ UPDATED=20101127
SHORT="A multi-platform toolkit for creating GUIs"
cat << EOF
More information about the Lunar-commits
mailing list