Archived
August 30, 2021 ยท View on GitHub
Archived
This repository is not maintained anymore and will not be updated to Elementary OS 6.0. You have my blessing to create a fork and update the application to post publish it in Elementary 6.0 under your own name.
Lottery
Determine who will be the winner
lottery for elementary OS
An application which will randomly choose a winner from a list names.
Installation
First you will need to install elementary SDK
sudo apt install elementary-sdk
Dependencies
These dependencies must be present before building
valacgtk+-3.0granite
You can install these on a Ubuntu-based system by executing this command:
sudo apt install valac libgtk-3-dev libgranite-dev
Building
meson build --prefix=/usr
cd build
ninja
Installing
sudo ninja install
Recompile the schema after installation
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
Update .pot file
Call the following command from the build folder:
ninja com.github.bartzaalberg.lottery-pot