parent
2fe49756bf
commit
c243c5a06c
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'libgweather'
|
||||
pkgname=libgweather
|
||||
version=3.28.0
|
||||
version=3.28.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_options="gir"
|
||||
configure_args="-Denable_vala=$(vopt_if gir true false)
|
||||
-Dzoneinfo_dir=/usr/share/zoneinfo"
|
||||
hostmakedepends="glib-devel gobject-introspection intltool pkg-config $(vopt_if gir vala-devel)"
|
||||
hostmakedepends="glib-devel gobject-introspection intltool pkg-config
|
||||
$(vopt_if gir vala-devel)"
|
||||
makedepends="geocode-glib-devel gtk+3-devel libsoup-gnome-devel"
|
||||
checkdepends="tzdata"
|
||||
short_desc="GNOME Weather information access library"
|
||||
|
@ -14,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=594be78dcc0b4c48bf79cd42ea6768160b661bc2a74d9d35ecc742575416e18f
|
||||
checksum=157a8388532a751b36befff424b11ed913b2c43689b62cd2060f6847eb730be3
|
||||
nocross="requires gobject-introspection"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -22,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
libgweather-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision} gtk+3-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue