Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=1f1598a510076b367e8929b4ef8699636cfdac43

commit 1f1598a510076b367e8929b4ef8699636cfdac43
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Thu Jun 18 22:15:53 2009 +0200

conspire-0.20-3-i686
*rebuild with new xorg
*added gtk fix

diff --git a/source/xapps-extra/conspire/FrugalBuild 
b/source/xapps-extra/conspire/FrugalBuild
index 67f90d5..f0fe400 100644
--- a/source/xapps-extra/conspire/FrugalBuild
+++ b/source/xapps-extra/conspire/FrugalBuild
@@ -3,13 +3,14 @@

pkgname=conspire
pkgver=0.20
-pkgrel=2
+pkgrel=3
pkgdesc="A high quality IRC client which uses a multitude of interfaces."
url="http://www.nenolod.net/conspire/";
-depends=('libmowgli>=0.7.0' 'freetype2' 'libxau' 'libxdmcp' 'libsexy' 
'libnotify' 'libxdamage' 'libxext')
+depends=('libmowgli>=0.7.0' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libsexy' 
'libnotify' 'libxdamage' 'libxext>=1.0.5-3')
options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url | Flasttar"
-source=(http://distfiles.atheme.org/$pkgname-$pkgver.tbz2)
-sha1sums=('0c68cc683568ac28a24e6294619ff0c893a3451b')
+source=(http://distfiles.atheme.org/$pkgname-$pkgver.tbz2 gtk.diff)
+sha1sums=('0c68cc683568ac28a24e6294619ff0c893a3451b' \
+          '1f3144f5bf8ef675e7bc2acab11e4883c69e835f')
diff --git a/source/xapps-extra/conspire/gtk.diff 
b/source/xapps-extra/conspire/gtk.diff
new file mode 100644
index 0000000..0f952d8
--- /dev/null
+++ b/source/xapps-extra/conspire/gtk.diff
@@ -0,0 +1,12 @@
+--- a/src/fe-gtk/xtext.h       Mon Mar 24 06:54:42 2008 -0500
++++ b/src/fe-gtk/xtext.h       Tue Jul 22 18:47:41 2008 +0100
+@@ -255,6 +255,6 @@
+ xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
+ void gtk_xtext_buffer_free (xtext_buffer *buf);
+ void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
+-GtkType gtk_xtext_get_type (void);
++GType gtk_xtext_get_type (void);
+
+ #endif
+
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to