Download

How to get eventd

Build version: 0.30.0 - v0.30.0

Latest release: 0.30.0

Release 0.30.0 (latest)

Packages

We have packages for some distributions. Find below the basic instructions to install eventd as your notification daemon.

Arch Linux

Using AUR (you can also install the git version)

# pacaur -S eventd

Debian

Using my Debian repository

# echo https://www.eventd.org/debian/ `lsb_release -sc` main > /etc/apt/sources.list.d/eventd.org.list
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 55FB77C5722F75FB
# apt update
# apt install eventd-notification-daemon

Ubuntu

Using my PPA

# add-apt-repository ppa:sardemff7/eventd
# apt-get update
# apt-get install eventd-notification-daemon

Fedora

Using mathstuf’s COPR

# dnf copr enable mathstuf/eventd
# dnf install eventd eventd-plugin-fdo-notifications eventd-plugin-nd-xcb

Exherbo

Using my repository (releases and scm versions available)

# cave resolve -1x repository/sardemff7
# echo 'virtual/notification-daemon providers: -* eventd' >> /etc/paludis/options.conf
# echo 'net/eventd plugins: notification-daemon' >> /etc/paludis/options.conf
# echo 'net/eventd X' >> /etc/paludis/options.conf
# cave resolve -x eventd

Git repository

The repository is hosted on GitHub: eventd Git repository

You can clone the project with Git by running:
git clone --recursive https://github.com/sardemff7/eventd

Older versions