Mate-notification-daemon: Difference between revisions
From LFScript
No edit summary |
|||
Line 16: | Line 16: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1.17 \ | |||
--localstatedir=/var \ | |||
--mandir=/usr/share/man \ | |||
--libexecdir=/usr/lib/mate-notification-daemon \ | --libexecdir=/usr/lib/mate-notification-daemon \ | ||
--disable-static && | --disable-static && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 21:02, 27 February 2017
LFScript can find this software under the name mate-notification-daemon
.
Sources
MD5 Checksums:
566f9f9ad873003ff12d1350b2c7c5ed mate-notification-daemon-1.17.0.tar.xz
Dependencies
- mate-common
- libwnck
- libcanberra
- dbus-glib
- libnotify
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-notification-daemon \ --disable-static && make
As the root user:
make install