SHA256
1
0
forked from pool/ktorrent
OBS User unknown 2007-08-19 17:05:07 +00:00 committed by Git OBS Bridge
parent f9ce477d74
commit d822996377
3 changed files with 34 additions and 1 deletions

22
build-kde-3.4.diff Normal file
View File

@ -0,0 +1,22 @@
--- apps/ktorrent/trayhoverpopup.cpp 2007/08/19 14:30:01 1.1
+++ apps/ktorrent/trayhoverpopup.cpp 2007/08/19 14:30:29
@@ -29,7 +29,7 @@
using namespace bt;
TrayHoverPopup::TrayHoverPopup(const QPixmap & pix,QWidget *parent, const char *name )
- : KPassivePopup(KPassivePopup::Boxed,parent,name),pix(pix)
+ : KPassivePopup(parent,name),pix(pix)
{
setTimeout(0);
setAutoDelete(false);
--- apps/ktorrent/trayicon.cpp 2007/08/19 14:43:47 1.1
+++ apps/ktorrent/trayicon.cpp 2007/08/19 14:43:58
@@ -124,7 +124,7 @@
void TrayIcon::showPassivePopup(const QString & msg,const QString & title)
{
- KPassivePopup* p = KPassivePopup::message(KPassivePopup::Boxed,title,msg,m_kt_pix, this);
+ KPassivePopup* p = KPassivePopup::message(title,msg,m_kt_pix, this);
p->setPalette(QToolTip::palette());
p->setLineWidth(1);
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 19 18:30:53 CEST 2007 - stbinner@suse.de
- fix build on 10.0
-------------------------------------------------------------------
Tue Aug 14 09:31:59 CEST 2007 - stbinner@suse.de

View File

@ -20,7 +20,7 @@ License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 2.2.1
Release: 12
Release: 15
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 2.2.1
Source: %{name}-%{rversion}.tar.gz
@ -29,6 +29,7 @@ Patch4: no-geoip-db.diff
Patch10: ktorrent-fix-columns.diff
Patch16: disable-DHT.diff
Patch17: hu-translations.diff
Patch18: build-kde-3.4.diff
%if %suse_version > 1020
Requires: %{name}-lang = %{version}
%endif
@ -58,6 +59,9 @@ Authors:
%patch10
%patch16
%patch17
%if %suse_version < 1010
%patch18
%endif
. /etc/opt/kde3/common_options
update_admin
@ -119,6 +123,8 @@ kde_post_install
/opt/kde3/share/servicetypes/*.desktop
%changelog
* Sun Aug 19 2007 - stbinner@suse.de
- fix build on 10.0
* Tue Aug 14 2007 - stbinner@suse.de
- add improved Hungarian translation (#295663)
* Tue Jul 24 2007 - bvirlet@suse.de