rickybassom / date-countdown

A date countdown applet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date-countdown

Build Status

Get it on AppCenter

A date countdown applet

Screenshot

Dependencies

These dependencies must be present before building

  • valac>= 0.22
  • meson>=0.40.1
  • gtk+-3.0
  • granite

Build

git clone https://github.com/rickybassom/date-countdown.git
cd date-countdown
meson build
cd build
ninja

Installation

sudo ninja install
./com.github.rickybassom.date-countdown

Debain build

dpkg-buildpackage -us -uc
sudo dpkg -i com.github.rickybassom.date-countdown_0.2.0_amd64.deb (or the equivalent)

Flatpak

(currently without a repo)

Build

flatpak-builder build-dir com.github.rickybassom.date-countdown.json

Run

flatpak-builder --run build-dir com.github.rickybassom.date-countdown.json com.github.rickybassom.date-countdown

About

A date countdown applet

License:GNU General Public License v3.0


Languages

Language:Vala 91.5%Language:Meson 6.3%Language:Python 1.8%Language:CSS 0.4%