/gcolor3

A simple color chooser written in GTK3 (like gcolor2)

Primary LanguageCGNU General Public License v2.0GPL-2.0

Gcolor3

A simple color chooser dialog written in GTK3, much alike Gcolor2.

Screenshot

Installation

The only dependency required to build and run Gcolor3, is GTK3.

Once the ridiculous amount of dependencies is installed, just run these commands to build and install Gcolor3:

$ ./autogen.sh
$ make
# make clean install

Translations

You can help translate Gcolor3 to your language! To do so, simply follow these steps:

$ cd po
$ intltool-update --pot
$ mv gcolor3.pot <language code>.po

Where <language code> is the code of your language (e.g. nl for Dutch, fr for French, en_GB for British English...). Edit the LINGUAS file and add your language code. Please keep the list sorted alphabetically. Lastly, open the .po file you just generated and translate all the strings. Don't forget to fill in the information in the header!

When a translation needs updating, execute the following commands:

$ cd po
$ intltool-update --pot
$ intltool-update --dist --gettext-package=gcolor3 --output-file=<language code>_new.po <language code>

Then make the necessary changes and overwrite the old .po file:

$ mv <language code>_new.po <language code>.po

Bugs

For any bug or request fill an issue on GitHub.

License

Please see LICENSE on GitHub.

Copyright © 2013 - 2015 Jente Hidskes <hjdskes@gmail.com>