Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=imgrebuild.git;a=commitdiff;h=735eedac3ce92eb7815449713f3c9d185ddf4e77

commit 735eedac3ce92eb7815449713f3c9d185ddf4e77
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Apr 27 12:51:34 2010 +0000

cssed-0.4.0-2-i686
*rebuild with new libs.

diff --git a/source/gnome-extra/cssed/FrugalBuild 
b/source/gnome-extra/cssed/FrugalBuild
index 52c0414..8663794 100644
--- a/source/gnome-extra/cssed/FrugalBuild
+++ b/source/gnome-extra/cssed/FrugalBuild
@@ -3,17 +3,18 @@

pkgname=cssed
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="CSSED is a web development suite for Gnome"
Finclude sourceforge
url="http://cssed.sourceforge.net";
-depends=('gtk+2')
+depends=('gtk+2>=2.20.0-2')
groups=('gnome-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url | grep 'Download now' | sed 's/Download now (//g' | 
sed 's/)//g' | sed 's/ //g'"
-source=($source cssed.desktop)
+source=($source cssed.desktop cssed-0.4.0-glibc-2.10.patch)
sha1sums=('98ca1bcca97ee22516ca18ebfd832a48efb80e77' \
-         '82783b8ffb8e473e63ba8d1116bf8449c4d3ff52')
+         '82783b8ffb8e473e63ba8d1116bf8449c4d3ff52' \
+          'b14c610741db8b67cec834e3b42021c192474910')
install=cssed.install

build() {
diff --git a/source/gnome-extra/cssed/cssed-0.4.0-glibc-2.10.patch 
b/source/gnome-extra/cssed/cssed-0.4.0-glibc-2.10.patch
new file mode 100644
index 0000000..7ad8865
--- /dev/null
+++ b/source/gnome-extra/cssed/cssed-0.4.0-glibc-2.10.patch
@@ -0,0 +1,12 @@
+diff -ur cssed-0.4.0.orig/scintilla/src/LexCaml.cxx 
cssed-0.4.0/scintilla/src/LexCaml.cxx
+--- cssed-0.4.0.orig/scintilla/src/LexCaml.cxx 2005-05-27 06:30:23.000000000 
+0300
++++ cssed-0.4.0/scintilla/src/LexCaml.cxx      2009-08-06 01:58:38.000000000 
+0300
+@@ -273,7 +273,7 @@
+
+               case SCE_CAML_OPERATOR: {
+                       // [try to] interpret as [additional] operator char
+-                      char* o = 0;
++                      const char* o = 0;
+                       if (iscaml(ch) || isspace(ch)                   /* 
ident or whitespace */
+                               || ((o = strchr(")]};,\'\"`#", ch)) != 0)/* 
"termination" chars */
+                               || !strchr("!$%&*+-./:<=>?...@^|~", ch)/* 
"operator" chars */) {
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to