Libmateweather: Difference between revisions
From LFScript
Update to 1.18.0 |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.18/libmateweather-1.18.0.tar.xz</sourcecode> | ||
<md5> | <md5>2f3e6493a457438e08b6034fe9ad05dc libmateweather-1.18.0.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 15: | Line 15: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1. | --sysconfdir=/etc/mate/1.18 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--mandir=/usr/share/man \ | --mandir=/usr/share/man \ | ||
--libexecdir=/usr/lib/mate- | --libexecdir=/usr/lib/mate-weather \ | ||
--disable-static \ | --disable-static \ | ||
--enable-locations-compression && | --enable-locations-compression && |
Latest revision as of 15:02, 28 April 2017
LFScript can find this software under the name libmateweather
.
Sources
MD5 Checksums:
2f3e6493a457438e08b6034fe9ad05dc libmateweather-1.18.0.tar.xz
Dependencies
- mate-common
- gtk+3
- gtk-doc
- libsoup
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