An open API service indexing awesome lists of open source software.

https://github.com/elementary/switchboard-plug-locale

Switchboard Locale Plug
https://github.com/elementary/switchboard-plug-locale

gtk gtk3 hacktoberfest meson switchboard vala

Last synced: 7 months ago
JSON representation

Switchboard Locale Plug

Awesome Lists containing this project

README

          

# Locale Settings
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-locale/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

![screenshot](data/screenshot.png?raw=true)

## Building and Installation

You'll need the following dependencies:

* libaccountsservice-dev
* libibus-1.0-dev
* libgnome-desktop-4-dev
* libgranite-7-dev
* libswitchboard-3-dev
* meson >= 0.58.0
* policykit-1
* valac

Run `meson` to configure the build environment and then `ninja` to build

meson build --prefix=/usr
cd build
ninja

To install, use `ninja install`

sudo ninja install