Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=7a00bfdf0b693df71dc87130f58bfcc1a737e2e5

commit 7a00bfdf0b693df71dc87130f58bfcc1a737e2e5
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Thu Feb 3 13:21:01 2011 +0100

gtk+3-2.99.3-3-x86_64
*disable broken gdk-pixbuf3

diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild
index 3fedb8d..86a2fb3 100644
--- a/source/xlib/gtk+3/FrugalBuild
+++ b/source/xlib/gtk+3/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=gtk+3
_F_gnome_name=gtk+
pkgver=2.99.3
-pkgrel=2
+pkgrel=3
pkgdesc="The GTK+ Toolkit (3.x series)"
depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \
'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' \
@@ -17,11 +17,12 @@ _F_gnome_git="n"
Finclude gnome
url="http://www.gtk.org/";
_F_cd_path="gtk+-$pkgver"
-source=($source im-cedilla.conf regression.diff build.diff)
+source=($source im-cedilla.conf regression.diff build.diff pixbuf.diff)
sha1sums=('a8501bf81edb9f403847400860764bf2be0587bc' \
'f8a64241bcc873c1f1110e16306e48577a41852b' \
'77b5d0576698a988d5f88b783913cb1fb26ea5ca' \
-          '8358ca1664ea210b63569cd6d5debd72e49cdd9e')
+          '8358ca1664ea210b63569cd6d5debd72e49cdd9e' \
+          '64b2c4d61bff1d8434765834f7a387f027b79859')

if [ "$_F_gnome_git" != "n" ]; then
unset sha1sums
@@ -83,7 +84,8 @@ build() {
--enable-xcomposite \
--enable-xdamage \
--enable-x11-backend \
-               --enable-xkb
+               --enable-xkb \
+               --enable-xfixes

#conflicts with gtk2 use gtk2 tools
Frm usr/share/man/man1/gtk-update-icon-cache*
diff --git a/source/xlib/gtk+3/pixbuf.diff b/source/xlib/gtk+3/pixbuf.diff
new file mode 100644
index 0000000..e38ed65
--- /dev/null
+++ b/source/xlib/gtk+3/pixbuf.diff
@@ -0,0 +1,24 @@
+From 8a2a148649e810bf56c3974d74ce7b27333786ab Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mcla...@redhat.com>
+Date: Wed, 02 Feb 2011 06:00:51 +0000
+Subject: Don't build pixbuf engine, still
+
+This was accidentally re-enabled together with the wimp.
+---
+diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am
+index 5dce191..6d6095d 100644
+--- a/modules/engines/Makefile.am
++++ b/modules/engines/Makefile.am
+@@ -4,8 +4,8 @@ if USE_WIN32
+ wimp = ms-windows
+ endif
+
+-# the theme engines need to be ported to GtkThemingEngine
+-SUBDIRS = $(wimp) pixbuf
++# the pixbuf engine needs to be ported to GtkThemingEngine
++SUBDIRS = $(wimp) # pixbuf
+
+ DIST_SUBDIRS = ms-windows pixbuf
+
+--
+cgit v0.8.3.1
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to