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

commit 7e42fee50b6fda05a6e2f5dd126a8e2c760fb777
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat May 29 19:51:29 2010 +0200

kphone-4.2-3-i686

- rebuild with qt>=3.3.8-12
- add gcc45 patch

diff --git a/source/kde-extra/kphone/FrugalBuild 
b/source/kde-extra/kphone/FrugalBuild
index 364f7df..cd6de51 100644
--- a/source/kde-extra/kphone/FrugalBuild
+++ b/source/kde-extra/kphone/FrugalBuild
@@ -3,16 +3,21 @@

pkgname=kphone
pkgver=4.2
-pkgrel=2
+pkgrel=3
pkgdesc="A SIP user agent, with which you can initiate VoIP connections."
-depends=('qt' 'openssl' 'alsa-lib')
+depends=('qt>=3.3.8-12' 'openssl' 'alsa-lib')
groups=('kde-extra')
archs=('i686' 'x86_64')
Finclude kde
url="http://www.wirlab.net/kphone";
_F_cd_path="$pkgname"
up2date="lynx -dump $url | grep \.tar\.gz | sed 's/.*-\([0-9\.]\+\)\..*/\1/'"
-source=($url/$pkgname-$pkgver.tar.gz kphone-4.2-CVE-2006-2442.diff  
kphone-4.2-gcc4.diff)
+source=($url/$pkgname-$pkgver.tar.gz kphone-4.2-CVE-2006-2442.diff  
kphone-4.2-gcc4.diff kphone-gcc45.patch)
+sha1sums=('10c7559b79fb13f42714008cd89a3981f66df2cf' \
+          'bdd7245ec8c5ace6e85d68a68b47c58854db7854' \
+          'd825ef1545b71cb4974d3da740c18446901b25a2' \
+          'dce00175b5ef5deff86503f149fbacb8902d34d2')
+options=('scriptlet')

build()
{
@@ -21,7 +26,4 @@ build()
Fbuild
}

-sha1sums=('10c7559b79fb13f42714008cd89a3981f66df2cf'\
-          'bdd7245ec8c5ace6e85d68a68b47c58854db7854'\
-          'd825ef1545b71cb4974d3da740c18446901b25a2')
# optimization OK
diff --git a/source/kde-extra/kphone/kphone-gcc45.patch 
b/source/kde-extra/kphone/kphone-gcc45.patch
new file mode 100644
index 0000000..8196f25
--- /dev/null
+++ b/source/kde-extra/kphone/kphone-gcc45.patch
@@ -0,0 +1,16 @@
+diff --git a/kphone/kcallwidget.cpp b/kphone/kcallwidget.cpp
+index cb57851..9927da8 100644
+--- a/kphone/kcallwidget.cpp
++++ b/kphone/kcallwidget.cpp
+@@ -92,9 +92,9 @@ KCallWidget::KCallWidget( KSipAuthentication *auth, 
CallAudio *callaudio, SipCal
+       : call( initcall ), phoneView( parent )
+ {
+       if( call->getSubject() == tr("Incoming call") )
+-              QDialog::QDialog( NULL, name, FALSE, WStyle_DialogBorder );
++              QDialog( NULL, name, FALSE, WStyle_DialogBorder );
+       else
+-              QDialog::QDialog( parent, name, FALSE, WStyle_DialogBorder );
++              QDialog( parent, name, FALSE, WStyle_DialogBorder );
+
+       sipauthentication = auth;
+       missedCalls.setAutoDelete( true );
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to