Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b538df84169b92dae619b22ab0b534e2205f7564

commit b538df84169b92dae619b22ab0b534e2205f7564
Author: crazy <[EMAIL PROTECTED]>
Date:   Wed Dec 5 23:45:19 2007 +0100

wxxml2-1.8-1-i686
* Version bump
* removed whole build() , not needed
* removed patch , in upstream
* added missing scriptlet option

diff --git a/source/xlib-extra/wxxml2/FrugalBuild 
b/source/xlib-extra/wxxml2/FrugalBuild
index 80f5ea1..f0e7713 100644
--- a/source/xlib-extra/wxxml2/FrugalBuild
+++ b/source/xlib-extra/wxxml2/FrugalBuild
@@ -2,30 +2,21 @@
# Maintainer: Miklos Nemeth <[EMAIL PROTECTED]>

pkgname=wxxml2
-pkgver=1.6
+pkgver=1.8
pkgrel=1
pkgdesc="xml2 class for wxWidgets framework"
_F_sourceforge_dirname="wxcode"
Finclude sourceforge
url="http://wxcode.sourceforge.net/components/wxxml2/";
-depends=('wxgtk' 'libxml2')
-makedepends=('wxgtk-devel' 'sdl')
+depends=('wxgtk>=2.8.7' 'libxml2')
+makedepends=('sdl')
+options=('scriptlet')
groups=('xlib-extra')
archs=('i686' 'x86_64')
+_F_cd_path="$pkgname"
up2date="lynx -dump $url | grep Latest | sed 's/.*: \([0-9\.]*\) B.*/\1/'"
-source=(${source/$pkgname-$pkgver/$pkgname} \
-        wxxml2-precisionfix.diff)
-sha1sums=('4ecbd61e7563c3500738ee0c9908bac1c6f11eb9' \
-         '649d459874e46b2079c84c50221824506569bfb7')
+source=(${source/$pkgname-$pkgver/$pkgname})
+sha1sums=('ab07182d6edee520c0af172a23ab3e6737015e24')

-build()
-{
-    patch -Np0 -i "$Fsrcdir/wxxml2-precisionfix.diff"
-    cd wxxml2/build
-    Facu
-    autoconf
-    Fmake
-    Fmakeinstall
-}

-# optimalization ok
+# optimization OK
diff --git a/source/xlib-extra/wxxml2/wxxml2-precisionfix.diff 
b/source/xlib-extra/wxxml2/wxxml2-precisionfix.diff
deleted file mode 100644
index 8d68a76..0000000
--- a/source/xlib-extra/wxxml2/wxxml2-precisionfix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur wxxml2.orig/src/xml2.cpp wxxml2/src/xml2.cpp
---- wxxml2.orig/src/xml2.cpp   2005-08-10 10:15:08.000000000 +0000
-+++ wxxml2/src/xml2.cpp        2006-04-17 02:42:18.000000000 +0000
-@@ -916,7 +916,7 @@
- bool wxXml2Document::operator==(const wxXml2Document &doc) const
- {
-       // check for null pointers
--      if ((int)doc.GetObj() ^ (int)GetObj())
-+      if ((long)doc.GetObj() ^ (long)GetObj())
-               return FALSE;
-       if (GetRoot() == doc.GetRoot())
-               return TRUE;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to