Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=ef1db1f3e990fb0ff68f6b4f9011818592d85576
commit ef1db1f3e990fb0ff68f6b4f9011818592d85576 Author: crazy <[EMAIL PROTECTED]> Date: Wed Jun 11 10:59:13 2008 +0200 kmess-1.5.1-1-x86_64 * Version bump * added gcc43.patch diff --git a/source/kde-extra/kmess/FrugalBuild b/source/kde-extra/kmess/FrugalBuild index 8a2d5d2..6a0bf5d 100644 --- a/source/kde-extra/kmess/FrugalBuild +++ b/source/kde-extra/kmess/FrugalBuild @@ -2,14 +2,16 @@ # Maintainer: crazy <[EMAIL PROTECTED]> pkgname=kmess -pkgver=1.5 +pkgver=1.5.1 pkgrel=1 pkgdesc="Chat client for the MSN Messenger protocol." -url="http://kmess.sourceforge.net/" -depends=('libxscrnsaver' 'libstdc++' 'kdelibs>=3.5.8') +depends=('libxscrnsaver' 'libstdc++' 'kdelibs>=3.5.9') groups=('kde-extra') archs=('i686' 'x86_64') _F_kde_defaults=0 Finclude kde sourceforge -sha1sums=('367ef94a0f91271ba856ebd151acebfce086abfe') +url="http://kmess.sourceforge.net/" +source=($source gcc43.patch) +sha1sums=('1380ec25eb04df2830e5dfe4eec0b18a2a462e14' \ + 'ab523a6a0958d34ceb0d1d10c2f170bc8817e966') # optimization OK diff --git a/source/kde-extra/kmess/gcc43.patch b/source/kde-extra/kmess/gcc43.patch new file mode 100644 index 0000000..f64c99d --- /dev/null +++ b/source/kde-extra/kmess/gcc43.patch @@ -0,0 +1,23 @@ +diff -Naur kmess-1.5.1/kmess/crypt/sha1.cpp kmess-1.5.1-p/kmess/crypt/sha1.cpp +--- kmess-1.5.1/kmess/crypt/sha1.cpp 2008-02-23 13:02:43.000000000 +0100 ++++ kmess-1.5.1-p/kmess/crypt/sha1.cpp 2008-06-11 10:55:14.000000000 +0200 +@@ -36,6 +36,7 @@ + #include "bithelp.h" + + #include <stdio.h> ++#include <string.h> + #include <sys/stat.h> + + Sha1::Sha1() +diff -Naur kmess-1.5.1/kmess/notification/passivepopupview.h kmess-1.5.1-p/kmess/notification/passivepopupview.h +--- kmess-1.5.1/kmess/notification/passivepopupview.h 2008-03-12 22:26:46.000000000 +0100 ++++ kmess-1.5.1-p/kmess/notification/passivepopupview.h 2008-06-11 10:55:00.000000000 +0200 +@@ -43,7 +43,7 @@ + + public: // Public methods + // Class constructor +- PassivePopupView( QWidget *parent, QString icon, QString message, QString icon = QString::null ); ++ PassivePopupView( QWidget *parent, QString icon, QString message, QString icon2 = QString::null ); + // Changes the popup icon + void changeIcon( QString icon ); + // Changes the popup status icon _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
