Difference between revisions of "Libmateweather"

From LFScript
m
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/libmateweather-1.8.0.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/libmateweather-1.17.0.tar.xz</sourcecode>
  
<md5>f11f7f3c6ae72e58b54931cb09bb76a7 libmateweather-1.8.0.tar.xz</md5>
+
<md5>c69c64dc076b5934e04de90eac8c0854 libmateweather-1.17.0.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency>gtk+2</dependency>
+
* <dependency>gtk+3</dependency>
 
* <dependency>gtk-doc</dependency>
 
* <dependency>gtk-doc</dependency>
 
* <dependency>libsoup</dependency>
 
* <dependency>libsoup</dependency>
Line 18: Line 18:
  
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.8 \
+
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --disable-static \
 
         --disable-static \

Revision as of 21:19, 26 February 2017

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

c69c64dc076b5934e04de90eac8c0854  libmateweather-1.17.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.17 \
        --localstatedir=/var \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install