-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

Kuroolito

   0.10.1  

KDE System Tool

Kuroolito
zoom


Kuroolito
zoom


Kuroolito
zoom


Link:  http://kuroo.org
Depends on:  KDE 3.5.x
Downloads:  346
Submitted:  Sep 10 2007
Updated:  Sep 13 2007
Score: 
score77%77%score
 77% good
bad   good

Description:

A KDE Portage browser

Kuroolito is a portage browser with fast search à la firefox. Kuroolito is available inside konqueror or as standalone application.
Kuroolito search in package name as well in package description.
Stability is calculated for selected package.

To use kuroolito you must activate the sqlite module for portage:
- Kuroolito requires the portage sqlite module to work. See http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite
- Uncomment the line 'portdbapi.auxdbmodule = cache.sqlite.database' in /etc/portage/modules .
- Remember to run 'emerge --regen' to update Portage cache with all overlays after each sync.

Howto:
In Tools menu you find "Refresh Packages" and "Refresh Updates".
"Refresh Packages" scans the Portage and found Overlays as well as installed-packages cache. Then "Updates" are calculated by running "emerge -upv world".
In Settings is found options for changing location of the caches as well the syntax for update-command.

Important!
Kuroolito only reads file on the system and saves one database locally. No superuser privileges are required.

You can install kuroolito from sunrise overlay. Use layman to do it.




LicenseGPL
Gentoo(kuroolito-0.10.1.ebuild)
send to a friend
subscription
other apps from karye



-
.

 tar.bz2?

 
 by kaplun on: Sep 14 2007
 

Dear all,
I've tried to emerge this ebuild but it stops stating that kuroolito-0.10.1.tar.bz2 doesn't exists on http://files.kuroo.org/.
Best regards,
Samuele


reply to this

-

 Re: tar.bz2?

 
 by karye on: Sep 15 2007
 

Oops! It is fixed now. The tarball is accessible now.


reply to this

-

 kuroolito-0.10.1-gcc43.patch

 
 by j0inty on: Aug 16 2008
 

Hi,

I made a gcc43 patch for kuroolito because it didn't compiled for me. The fixed ebuild I will include here, too.

j0inty

[code]
*** kuroolito-0.10.1/src/core/portagedb.cpp 2007-09-10 17:18:47.000000000 +0200
--- kuroolito-0.10.1/src/core/portagedb.cpp.tmp 2008-08-16 13:10:07.000000000 +0200
***************
*** 20,25 ****
--- 20,26 ----

#include "common.h"

+ #include <cstdlib>
#include <math.h> //DbConnection::sqlite_power()
#include <time.h> //query()
#include <unistd.h> //usleep()

*** kuroolito-0.10.1/src/kurooinit.cpp 2007-09-10 17:18:47.000000000 +0200
--- kuroolito-0.10.1/src/kurooinit.cpp.tmp 2008-08-16 13:28:57.000000000 +0200
***************
*** 25,30 ****
--- 25,31 ----
#include <sys/stat.h>
#include <grp.h>
#include <pwd.h>
+ #include <cstdlib>

#include <qdir.h>
#include <qtextcodec.h>
*** kuroolito-0.10.1/src/main.cpp 2007-09-10 17:18:47.000000000 +0200
--- kuroolito-0.10.1/src/main.cpp.tmp 2008-08-16 13:36:07.000000000 +0200
***************
*** 21,26 ****
--- 21,28 ----
#include "settings.h"
#include "kuroolito.h"

+ #include <cstdlib>
+
#include <kapplication.h>
#include <dcopclient.h>
#include <kaboutdata.h>
[/code]

ebuild:
[code]
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde

DESCRIPTION="A KDE Portage browser"
HOMEPAGE="http://kuroo.org"
SRC_URI="http://files.kuroo.org/${P}.tar.bz2"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="debug"

pkg_postinst() {
elog "Kuroolito requires the portage sqlite module to work. See http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite"
elog "You must uncomment line 'portdbapi.auxdbmodule = cache.sqlite.database' in /etc/portage/modules"
elog "Remember to run 'emerge --regen' to update Portage cache after each sync"
}

PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )

need-kde 3.5
[/code]


reply to this

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus
Online Roulette

-
Favorite Distribution 2010?
 Debian
 Gentoo
 SuSE
 Ubuntu
 Kubuntu
 Linux Mint
 Arch Linux
 Frugalware
 Fedora
 Mandriva
 PC Linux OS
 Other Distribution
 I'm a *BSD user
 Using Windows
 Using Mac OS X
 Other OS
 I don't use Computers and have asked another user to check this option for me.

resultmore
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.