Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 861 Bytes

File metadata and controls

29 lines (21 loc) · 861 Bytes

Wingpanel Date & Time Indicator

Packaging status Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

  • gobject-introspection
  • libadwaita-1-dev
  • libecal1.2-dev
  • libedataserver1.2-dev
  • libical-dev
  • libgranite-7-dev >= 7.7.0
  • libwingpanel-9-dev
  • meson (>= 0.57.0)
  • valac >= 0.40.3

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