Mate-notification-daemon: Difference between revisions
From LFScript
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..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-notification-daemon-1.17.0.tar.xz</sourcecode> | ||
<md5> | <md5>566f9f9ad873003ff12d1350b2c7c5ed mate-notification-daemon-1.17.0.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="mate-common"></dependency>[[mate-common]] | * <dependency value="mate-common"></dependency>[[mate-common]] | ||
* <dependency> | * <dependency>libwnck</dependency> | ||
* <dependency>libcanberra</dependency> | * <dependency>libcanberra</dependency> | ||
* <dependency>dbus-glib</dependency> | * <dependency>dbus-glib</dependency> | ||
Line 18: | Line 18: | ||
--libexecdir=/usr/lib/mate-notification-daemon \ | --libexecdir=/usr/lib/mate-notification-daemon \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--sysconfdir=/etc/mate/1. | --sysconfdir=/etc/mate/1.17 \ | ||
--disable-static && | --disable-static && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 19:35, 26 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 \ --libexecdir=/usr/lib/mate-notification-daemon \ --localstatedir=/var \ --sysconfdir=/etc/mate/1.17 \ --disable-static && make
As the root user:
make install