diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-05 23:55:18 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-05 23:55:18 +0000 |
commit | 9b6242689ce299e872e2c4e89a216f7bcc8721f2 (patch) | |
tree | f1650c7ee7c4493a66fd1971f783870a4c21e09d /community/libgweather | |
parent | 8cbf69003b7604d88103598f34748c1f102c7868 (diff) | |
download | aports-9b6242689ce299e872e2c4e89a216f7bcc8721f2.tar.bz2 aports-9b6242689ce299e872e2c4e89a216f7bcc8721f2.tar.xz |
community/libgweather: enable gobject introspection
Diffstat (limited to 'community/libgweather')
-rw-r--r-- | community/libgweather/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 34f88ac530..b703944597 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgweather pkgver=3.24.0 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME weather library" url="http://www.gnome.org/" arch="all" license="LGPL" depends="tzdata" -makedepends="gtk+3.0-dev libsoup-dev libxml2-dev glib-dev geocode-glib-dev" +makedepends="gtk+3.0-dev libsoup-dev libxml2-dev glib-dev geocode-glib-dev gobject-introspection-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" |