https://github.com/elementary/switchboard-plug-notifications
Switchboard Notifications Plug
https://github.com/elementary/switchboard-plug-notifications
gtk gtk3 hacktoberfest meson pantheon switchboard vala
Last synced: 8 months ago
JSON representation
Switchboard Notifications Plug
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-notifications
- Owner: elementary
- License: gpl-2.0
- Created: 2017-04-14T04:36:13.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T01:13:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:34:27.831Z (almost 2 years ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, switchboard, vala
- Language: Vala
- Size: 2.23 MB
- Stars: 9
- Watchers: 23
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Notifications Settings
[](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

## Building and Installation
You'll need the following dependencies:
* libgranite-7-dev
* libswitchboard-3-dev
* meson
* 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`
ninja install