Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263631 - Version bump: kde-misc/rsibreak 0.9.0
Summary: Version bump: kde-misc/rsibreak 0.9.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo KDE team
URL: http://www.rsibreak.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-24 17:15 UTC by Harri Rantala
Modified: 2009-10-14 14:47 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for 0.9.0 (rsibreak-0.9.0.ebuild,830 bytes, text/plain)
2009-04-27 16:17 UTC, Janos Zsitvai
Details
the patch from http://aur.archlinux.org/packages.php?ID=16580 (CMakeLists.diff,794 bytes, patch)
2009-04-27 16:18 UTC, Janos Zsitvai
Details | Diff
Ebuild for rsibreak 0.10-beta1 (rsibreak-0.10_beta1.ebuild,688 bytes, text/plain)
2009-07-13 08:24 UTC, ecroy
Details
Ebuild for rsibreak-0.10 (rsibreak-0.10.ebuild,896 bytes, text/plain)
2009-08-20 20:03 UTC, Yura Kudryashov
Details
Ebuild for rsibreak-0.10 (correct header) (rsibreak-0.10.ebuild,754 bytes, text/plain)
2009-08-20 20:35 UTC, Yura Kudryashov
Details
Simpler and working ebuild (rsibreak-0.10.ebuild,421 bytes, text/plain)
2009-09-27 14:13 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harri Rantala 2009-03-24 17:15:30 UTC
RSIBreak 0.9.0 is the version for KDE4.

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2009-03-29 14:14:18 UTC
CMake Error at /usr/share/apps/cmake/modules/FindPlasma.cmake:13 (message):
  FindPlasma.cmake is deprecated.  Now with KDE 4.2 Plasma is part of kdelibs
  and automatically found using find_package(KDE4) instead.                  

  Replace the variables previously coming from FindPlasma.cmake as follows:

  PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND

  PLASMA_LIBS -> KDE4_PLASMA_LIBS

  PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already
  set anyway                                                                

  PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer
  has been found.                                                         

  If you see this error message in a module within KDE/, update it from svn,
  it has been fixed already.                                                

Call Stack (most recent call first):
  /usr/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:19 (FIND_PACKAGE)
  CMakeLists.txt:6 (macro_optional_find_package)


-- Configuring incomplete, errors occurred!
 *
 * ERROR: kde-misc/rsibreak-0.9.0 failed.

Oops :) I guess it isn't kde 4.2 ready yet ...
Comment 2 Janos Zsitvai 2009-04-27 16:16:48 UTC
There's a patch at http://aur.archlinux.org/packages.php?ID=16580 that enables 0.9.0 to build with KDE 4.2. 

I'm attaching an ebuild that works for me (modified 0.8.0), but it could definitely use more work. Lowest requirement is set to 4.2, since 4.1 isn't even in the tree anymore, and applying the patch would break it there anyway.
Comment 3 Janos Zsitvai 2009-04-27 16:17:57 UTC
Created attachment 189618 [details]
ebuild for 0.9.0
Comment 4 Janos Zsitvai 2009-04-27 16:18:49 UTC
Created attachment 189620 [details, diff]
the patch from http://aur.archlinux.org/packages.php?ID=16580
Comment 5 ecroy 2009-07-13 08:24:21 UTC
Created attachment 197759 [details]
Ebuild for rsibreak 0.10-beta1

Updated ebuild for recently released version 0.10-beta1. No patches are needed anymore for compiling on KDE 4.2.
Comment 6 Christian Banik 2009-07-15 22:48:55 UTC
(In reply to comment #5)
> Created an attachment (id=197759) [edit]
> Ebuild for rsibreak 0.10-beta1

I can compile and run rsibreak successfully. To me it seems that the LINGUAS setting is not taken into account though...
Comment 7 Claes 2009-07-16 13:12:50 UTC
I'm running 0.10_beta2 with the above ebuild. Appears to work well. Using english so I can't comment on the linguas.
Comment 8 Claes 2009-07-20 11:04:43 UTC
0.10 stable is out, my above comment on beta2 still applies
Comment 9 Yura Kudryashov 2009-08-20 20:03:11 UTC
Created attachment 201803 [details]
Ebuild for rsibreak-0.10

This ebuild works correctly with LINGUAS and kde-4.3.
Comment 10 Yura Kudryashov 2009-08-20 20:35:51 UTC
Created attachment 201811 [details]
Ebuild for rsibreak-0.10 (correct header)

I've corrected header.
Comment 11 Dennis Schridde 2009-09-27 13:55:37 UTC
(In reply to comment #8)
> 0.10 stable is out, my above comment on beta2 still applies
Harri / KDE Herd: Please adjust the summary.
Comment 12 Dennis Schridde 2009-09-27 14:13:11 UTC
Created attachment 205381 [details]
Simpler and working ebuild
Comment 13 Samuli Suominen (RETIRED) gentoo-dev 2009-10-14 14:47:44 UTC
In portage with linguas handling. Thanks.