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

https://github.com/elementary/switchboard-plug-parental-controls

Switchboard Screen Time & Limits Plug
https://github.com/elementary/switchboard-plug-parental-controls

gtk gtk3 hacktoberfest meson switchboard vala

Last synced: 8 months ago
JSON representation

Switchboard Screen Time & Limits Plug

Awesome Lists containing this project

README

          

# Screen Time & Limits Settings
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-parental-controls/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
* libadwaita-1-dev
* libdbus-1-dev
* libflatpak-dev
* libglib2.0-dev
* libgranite-7-dev (>= 7.4.0)
* libgtk-4-dev
* libmalcontent-0-dev
* libpolkit-gobject-1-dev
* libswitchboard-3-dev
* meson >= 0.46.1
* 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`

ninja install