diff options
author | Alan Lacerda <alacerda@alpinelinux.org> | 2015-05-05 14:36:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-06 05:56:09 +0000 |
commit | 32c6664dc587d378311aa4c979ef7a9aee20caca (patch) | |
tree | 3df9510fcc4e731dc4b28ca01aa75c83097f7ba6 /main/libmateweather | |
parent | d550ae087357a2ee9548003def40ebcbd75a7ac3 (diff) | |
download | aports-32c6664dc587d378311aa4c979ef7a9aee20caca.tar.bz2 aports-32c6664dc587d378311aa4c979ef7a9aee20caca.tar.xz |
main/libmateweather: use gtk+2.0-dev and added sysconfdir
Diffstat (limited to 'main/libmateweather')
-rw-r--r-- | main/libmateweather/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libmateweather/APKBUILD b/main/libmateweather/APKBUILD index 6b58169f86..3c30b09939 100644 --- a/main/libmateweather/APKBUILD +++ b/main/libmateweather/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=libmateweather pkgver=1.9.90 -pkgrel=0 +pkgrel=1 pkgdesc="A library to access weather information from online services for numerous locations" url="https://github.com/mate-desktop/libmateweather" arch="all" license="GPL2" depends="mate-common" depends_dev="" -makedepends="$depends_dev libsoup-dev libtool intltool gtk+-dev" +makedepends="$depends_dev libsoup-dev libtool intltool gtk+2.0-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz" @@ -31,6 +31,7 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --sysconfdir=/etc \ --with-zoneinfo-dir \ || return 1 make || return 1 |