From Fedora Project Wiki

No edit summary
No edit summary
Line 3: Line 3:
! colspan="2" | Quick Links
! colspan="2" | Quick Links
|-
|-
|[https://github.com/examon/fedora-gooey-karma.git gitweb]
|[https://github.com/blaskovic/fedora-gooey-karma.git gitweb]
|}
|}
fedora-gooey-karma provides similar functionality to the [[Fedora_Easy_Karma|fedora-easy-karma]] via GUI.
It also provides some extra info like: yum info, bodhi info, test cases, bugs.


fedora-gooey-karma provides similar functionality to the fedora-easy-karma via GUI. It also currently provides some extra info like: yum info, bodhi info, test cases, bugs.


=== Installation ===
== Based on ==
You can download rpm package (e.g. using wget):
http://tirfa.com/gooey-karma.html


{{command|wget http://github.com/examon/rpm-packages/raw/master/fedora-gooey-karma/fedora-gooey-karma.rpm}}
== Dependencies ==


then install it:
    python-fedora
    fedora-cert
    yum
    yum-utils
    bodhi-client
    python-pyside
    python-keyring


{{command|su -c 'rpm -i fedora-gooey-karma.rpm'}}
To install these dependencies, use this command:


=== Source Code ===
    yum install python-fedora fedora-cert yum yum-utils bodhi-client python-pyside python-keyring
You can also get the latest source code from the git repo:


{{command|git clone http://github.com/examon/fedora-gooey-karma.git}}
== Installation and usage ==


[[Category:QA]]
=== Clone the repo ===
 
    git clone https://github.com/blaskovic/fedora-gooey-karma.git
    cd fedora-gooey-karma
 
=== Run the application ===
 
The easiest way to run application is to type:
 
    make run
 
You can also run the script without Makefile:
 
    ./src/fedora-gooey-karma
 
=== Installation to filesystem ===
 
If you decide to install application to filesystem, use install phase from Makefile:
 
    make install
 
=== Building rpm package on Fedora ===
 
You are able to build your own RPM package on Fedora. All you need to do is to run [this](https://github.com/blaskovic/fedora-gooey-karma/blob/master/fedora-package/build_rpm.sh) script.
 
Please review this script before to adjust paths of rpmbuild and so.
 
== Authors
 
    Branislav Blaskovic <branislav@blaskovic.sk>
    Tomas Meszaros <exo@tty.sk>
 
== Blog ==
 
You can read about development on [Branislav Blaskovic's personal blog](https://blaskovicbranislav.wordpress.com/tag/fedora-gooey-karma/).
 
=== Questions? ===
 
You can contact Branislav Blaskovic via IRC Brano@freenode.org.
 
== Contribute ==
 
We would appreciate any idea/patch. Feel free to request any functionality.

Revision as of 13:49, 17 August 2013

Quick Links
gitweb

fedora-gooey-karma provides similar functionality to the fedora-easy-karma via GUI. It also currently provides some extra info like: yum info, bodhi info, test cases, bugs.

Based on

http://tirfa.com/gooey-karma.html

Dependencies

   python-fedora
   fedora-cert
   yum
   yum-utils
   bodhi-client
   python-pyside
   python-keyring

To install these dependencies, use this command:

   yum install python-fedora fedora-cert yum yum-utils bodhi-client python-pyside python-keyring

Installation and usage

Clone the repo

   git clone https://github.com/blaskovic/fedora-gooey-karma.git
   cd fedora-gooey-karma

Run the application

The easiest way to run application is to type:

   make run

You can also run the script without Makefile:

   ./src/fedora-gooey-karma

Installation to filesystem

If you decide to install application to filesystem, use install phase from Makefile:

   make install

Building rpm package on Fedora

You are able to build your own RPM package on Fedora. All you need to do is to run [this](https://github.com/blaskovic/fedora-gooey-karma/blob/master/fedora-package/build_rpm.sh) script.

Please review this script before to adjust paths of rpmbuild and so.

== Authors

   Branislav Blaskovic <branislav@blaskovic.sk>
   Tomas Meszaros <exo@tty.sk>

Blog

You can read about development on [Branislav Blaskovic's personal blog](https://blaskovicbranislav.wordpress.com/tag/fedora-gooey-karma/).

Questions?

You can contact Branislav Blaskovic via IRC Brano@freenode.org.

Contribute

We would appreciate any idea/patch. Feel free to request any functionality.