https://github.com/mobius3/emerging-plasmoid
Emerging Plasmoid
https://github.com/mobius3/emerging-plasmoid
Last synced: 5 months ago
JSON representation
Emerging Plasmoid
- Host: GitHub
- URL: https://github.com/mobius3/emerging-plasmoid
- Owner: mobius3
- License: lgpl-3.0
- Created: 2011-12-06T05:36:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T23:09:16.000Z (about 12 years ago)
- Last Synced: 2024-12-30T04:20:10.575Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Emerging Plasmoid
Emerging plasmoid shows information about a ongoing emerge job:
- Which package it is building
- The current package build progress
- How many packages are on the build queue
It looks like this:

## Build instructions
### Gentoo tree:
As root, type:
emerge emerging-plasmoid
### Manual:
Download the latest source for Emerging Plasmoid
cd /where/you/put/the/source
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix`
make
make install
If you want to install system-wide, use `kde4-config --prefix` instead of `--localprefix`
Run `kbuildsycoca4` to make it available for you. You might have to restart your session or
the `plasma-desktop` process.