Skip to content
/ gcolor3 Public
forked from Hjdskes/gcolor3

A simple color chooser written in GTK3 (like gcolor2)

License

Notifications You must be signed in to change notification settings

palob/gcolor3

 
 

Repository files navigation

Gcolor3

Choose colors from the picker or the screen

This README is only relevant for development resources and instructions. For a description of Gcolor3, screenshots and installation instructions for end-users, please see the website.

Compile from source

To compile Gcolor3, you need the GTK+ 3 development packages and your distribution's package containing the tools to compile packages. You also need the meson build system.

When the build- and runtime dependencies of Gcolor3 have been installed, run the following commands to build and install Gcolor3:

$ meson build
$ ninja -C build
# ninja -C build install

Translations

You can help translating Gcolor3 to your own language! Currently, Gcolor3 is available in Dutch, American and British English, French, Galician, German, Greek, Norwegian Bokmål, Serbian, Spanish, Swedish and Ukrainian.

New translations are always welcome! To do so, simply follow these steps:

$ meson build
$ ninja -C build gcolor3-pot
$ mv po/Gcolor3.pot po/xx.po

Where xx is the code of your language (e.g. nl for Dutch or 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:

$ meson build
$ ninja -C build gcolor3-update-po

When you are done translating, either make a pull request on GitHub or send me the file via email.

Bugs

For any bug or request, please create an issue on GitHub.

License

Please see LICENSE on GitHub.

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

About

A simple color chooser written in GTK3 (like gcolor2)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.4%
  • Meson 1.5%
  • Shell 0.1%