Mate-notification-daemon

From LFScript
Revision as of 22:49, 29 July 2014 by Marcel (talk | contribs) (Created page with "Category:Scripts <scriptname>mate-notification-daemon</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-notification-daemon-1.8.0.tar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Sources


MD5 Checksums:

f9cb50a86c30bccc8728adcbf6a04f32  mate-notification-daemon-1.8.0.tar.xz

Dependencies

Installation

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

As the root user:

make install