Skip to content

xmas7/gcolor3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gcolor3

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

Gcolor3-screenshot Gcolor2-screenshot

Installation

Distribution packages

Gcolor3 is packaged for some distributions. This should be your preferred method of installation, if your distribution is listed below:

Compile from source

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 - 2016 Jente Hidskes <hjdskes@gmail.com>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published