Warning: session_start(): open(/tmp/sess_2rmalel6gnj6a78k5o4g6m2gb7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Kuroolito openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 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 
 apps.ownCloud.com ownCloud 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Kuroolito

   0.10.1  

KDE System Tool

Score 77%
Kuroolito
zoom


Kuroolito
zoom


Kuroolito
zoom


Link:  http://kuroo.org
Downloads:  353
Submitted:  Sep 10 2007
Updated:  Sep 13 2007

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
Subscribe
Other  Content  from karye
Report inappropriate content



-
.

 tar.bz2?

 
 by kaplun on: Sep 14 2007
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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




-



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

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team