public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/rsibreak/files: rsibreak-0.10-gcc45.patch
@ 2010-06-24 17:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-24 17:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/24 17:27:37

  Added:                rsibreak-0.10-gcc45.patch
  Log:
  Fix building with GCC 4.5+ wrt #322525 by Markos Chandras.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-misc/rsibreak/files/rsibreak-0.10-gcc45.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/files/rsibreak-0.10-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/rsibreak/files/rsibreak-0.10-gcc45.patch?rev=1.1&content-type=text/plain

Index: rsibreak-0.10-gcc45.patch
===================================================================
http://bugs.gentoo.org/322525

--- src/CMakeLists.txt
+++ src/CMakeLists.txt
@@ -49,7 +49,7 @@ breakcontrol.cpp
 
 QT4_ADD_DBUS_ADAPTOR( rsibreak_sources
 org.rsibreak.rsiwidget.xml
-rsiwidget.h RSIObject::RSIObject
+rsiwidget.h RSIObject
 )
 
 # compilation
--- src/rsitimer.cpp
+++ src/rsitimer.cpp
@@ -490,7 +490,7 @@ void RSITimer::readConfig()
     m_ignoreIdleForTinyBreaks = config.readEntry( "IgnoreIdleForTinyBreaks", false );
 
     config = KGlobal::config()->group( "General" );
-    m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime::QDateTime() );
+    m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime() );
     m_lastrunTiny = config.readEntry( "LastRunTinyLeft", 0 );
     m_lastrunBig = config.readEntry( "LastRunBigLeft", 0 );
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/rsibreak/files: rsibreak-0.10-gcc45.patch
@ 2012-02-24 16:27 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-02-24 16:27 UTC (permalink / raw
  To: gentoo-commits

johu        12/02/24 16:27:49

  Removed:              rsibreak-0.10-gcc45.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha88/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-24 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 16:27 [gentoo-commits] gentoo-x86 commit in kde-misc/rsibreak/files: rsibreak-0.10-gcc45.patch Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-24 17:27 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox