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

https://github.com/elementary/panel-keyboard

Wingpanel Keyboard Indicator
https://github.com/elementary/panel-keyboard

gtk gtk3 hacktoberfest meson pantheon vala wingpanel

Last synced: 8 months ago
JSON representation

Wingpanel Keyboard Indicator

Awesome Lists containing this project

README

          

# Wingpanel Keyboard Indicator
[![Translation status](https://l10n.elementaryos.org/widget/wingpanel/keyboard/svg-badge.svg)](https://l10n.elementaryos.org/engage/wingpanel/)

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

## Building and Installation

You'll need the following dependencies:

* gobject-introspection
* libibus-1.0-dev
* libglib2.0-dev
* libgranite-7-dev >= 7.6.0
* libwingpanel-8-dev
* libxml2-dev
* meson (>= 0.58.0)
* 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