Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 976 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 976 Bytes

Date & Time Settings

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libgranite-7-dev
  • libadwaita-1-dev >= 1.4.0
  • 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

Regenerate the Translation.vala

To regenerate the Translation.vala file containing the list of all the timezone names ready to parse by gettext, set the regenerate_translation option to true

cd build
meson configure -Dregenerate_translation=true

You'll then need to install the plug, run switchboard and open the plug. The new Translation.vala file will be ready in your Home folder.