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
- Host: GitHub
- URL: https://github.com/elementary/panel-keyboard
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-14T17:52:51.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T21:24:24.000Z (8 months ago)
- Last Synced: 2025-06-28T00:05:22.747Z (8 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, vala, wingpanel
- Language: Vala
- Size: 1 MB
- Stars: 11
- Watchers: 24
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wingpanel Keyboard Indicator
[](https://l10n.elementaryos.org/engage/wingpanel/)

## 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