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..."
 
Update to 1.18.0
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Sources ==
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-notification-daemon-1.8.0.tar.xz</sourcecode>
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-notification-daemon-1.18.0.tar.xz</sourcecode>


<md5>f9cb50a86c30bccc8728adcbf6a04f32 mate-notification-daemon-1.8.0.tar.xz</md5>
<md5>d2d3e92b4d3138e78ae0389f0d9aabb0 mate-notification-daemon-1.18.0.tar.xz</md5>


== Dependencies ==
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency>libwnck2</dependency>
* <dependency>libwnck</dependency>
* <dependency>libcanberra</dependency>
* <dependency>libcanberra</dependency>
* <dependency>dbus-glib</dependency>
* <dependency>dbus-glib</dependency>
Line 16: Line 16:
== Installation ==
== Installation ==
<build>./autogen.sh --prefix=/usr \
<build>./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.18 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
         --libexecdir=/usr/lib/mate-notification-daemon \
         --libexecdir=/usr/lib/mate-notification-daemon \
        --localstatedir=/var \
        --sysconfdir=/etc/mate/1.8 \
         --disable-static &&
         --disable-static &&
make</build>
make</build>


<build user="root">make install</build>
<build user="root">make install</build>

Latest revision as of 15:12, 28 April 2017

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

Sources


MD5 Checksums:

d2d3e92b4d3138e78ae0389f0d9aabb0  mate-notification-daemon-1.18.0.tar.xz

Dependencies

Installation

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

As the root user:

make install