Difference between revisions of "Libmateweather"

From LFScript
(Created page with "<scriptname>libmateweather</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/libmateweather-1.8.0.tar.xz</sourcecode> <md5>f11f7f3c6ae72e58b5...")
 
m
Line 1: Line 1:
 +
[[Category:Scripts]]
 
<scriptname>libmateweather</scriptname>
 
<scriptname>libmateweather</scriptname>
  

Revision as of 17:52, 29 July 2014

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

f11f7f3c6ae72e58b54931cb09bb76a7  libmateweather-1.8.0.tar.xz

Dependencies

Installation

To build against GLib-2.40 or newer, apply the following fix:

sed 's/g_memmove/memmove/g' -i libmateweather/weather.c
./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.8 \
        --localstatedir=/var \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install