Difference between revisions of "Libmateweather"

From LFScript
m
(Update to 1.18.0)
 
(5 intermediate revisions by the same user not shown)
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.18/libmateweather-1.18.0.tar.xz</sourcecode>
  
<md5>f11f7f3c6ae72e58b54931cb09bb76a7 libmateweather-1.8.0.tar.xz</md5>
+
<md5>2f3e6493a457438e08b6034fe9ad05dc libmateweather-1.18.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>
  
 
== Installation ==
 
== Installation ==
To build against <code>GLib-2.40</code> or newer, apply the following fix:
 
<build>sed 's/g_memmove/memmove/g' -i libmateweather/weather.c</build>
 
 
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.8 \
+
         --sysconfdir=/etc/mate/1.18 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 +
        --libexecdir=/usr/lib/mate-weather \
 
         --disable-static \
 
         --disable-static \
 
         --enable-locations-compression &&
 
         --enable-locations-compression &&

Latest revision as of 17:02, 28 April 2017

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

2f3e6493a457438e08b6034fe9ad05dc  libmateweather-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-weather \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install