Mate-notification-daemon

From LFScript
Revision as of 20:35, 26 February 2017 by Marcel (talk | contribs)

LFScript can find this software under the name mate-notification-daemon.

Sources


MD5 Checksums:

566f9f9ad873003ff12d1350b2c7c5ed  mate-notification-daemon-1.17.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --libexecdir=/usr/lib/mate-notification-daemon \
        --localstatedir=/var \
        --sysconfdir=/etc/mate/1.17 \
        --disable-static &&
make

As the root user:

make install