# Description: Location and timezone database and weather-lookup library # URL: https://wiki.gnome.org/Projects/LibGWeather # Maintainer: Chris Farrell, timcowchip at gorge dot net # Depends on: libsoup gtk3 geocode-glib dconf gobject-introspection vala git gtk-doc glade meson name=libgweather version=3.28.2 release=1 source=() build() { git clone https://gitlab.gnome.org/GNOME/libgweather.git meson $name build -D prefix=/usr ninja -C build DESTDIR="$PKG" meson install -C build rm -rf "${PKG}/usr/share/locale" }