diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2021-08-21 21:58:58 -0700 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-21 22:26:01 -0700 |
| commit | db87f09bd0a21e53205491372630030ad83d8957 (patch) | |
| tree | 3954ff16fdd9f65e4059b2618db2fd953087e5c9 | |
| parent | security/scrypt: Update to 1.3.1 (diff) | |
net/libgweather: Update to 40.0
PR: 256318
Submitted by: Igor Pokrovsky <ip@unixway.org> (original)
| -rw-r--r-- | net/libgweather/Makefile | 16 | ||||
| -rw-r--r-- | net/libgweather/distinfo | 6 | ||||
| -rw-r--r-- | net/libgweather/pkg-plist | 3 |
3 files changed, 14 insertions, 11 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 6937421b9764..265b3a604d94 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -1,9 +1,10 @@ # Created by: Koop Mast <kwm@FreeBSD.org> PORTNAME= libgweather -PORTVERSION= 3.36.1 +PORTVERSION= 40.0 CATEGORIES= net gnome MASTER_SITES= GNOME +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -13,19 +14,18 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala:lang/vala -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libgeocode-glib.so:net/geocode-glib +LIB_DEPENDS= libgeocode-glib.so:net/geocode-glib \ + libsoup-2.4.so:devel/libsoup PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz -USE_GNOME= gtk30 introspection:build libxml2 +USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ + shebangfix tar:xz +USE_GNOME= gtk30 libxml2 pygobject3 introspection:build INSTALLS_ICONS= yes USE_LDCONFIG= yes MESON_ARGS= -Dglade_catalog=false - -GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \ - org.gnome.GWeather.gschema.xml +SHEBANG_FILES= data/gen_locations_variant.py BINARY_ALIAS= python3=${PYTHON_VERSION} diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo index 0e73e23afd74..bf584c350c9d 100644 --- a/net/libgweather/distinfo +++ b/net/libgweather/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600937734 -SHA256 (gnome/libgweather-3.36.1.tar.xz) = de2709f0ee233b20116d5fa9861d406071798c4aa37830ca25f5ef2c0083e450 -SIZE (gnome/libgweather-3.36.1.tar.xz) = 2702144 +TIMESTAMP = 1620127686 +SHA256 (gnome/libgweather-40.0.tar.xz) = ca4e8f2a4baaa9fc6d75d8856adb57056ef1cd6e55c775ba878ae141b6276ee6 +SIZE (gnome/libgweather-40.0.tar.xz) = 2704404 diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist index d8fab220c87d..865c7a32a51f 100644 --- a/net/libgweather/pkg-plist +++ b/net/libgweather/pkg-plist @@ -11,8 +11,11 @@ lib/girepository-1.0/GWeather-3.0.typelib lib/libgweather-3.so lib/libgweather-3.so.16 lib/libgweather-3.so.16.0.0 +lib/libgweather/Locations.bin libdata/pkgconfig/gweather-3.0.pc share/gir-1.0/GWeather-3.0.gir +share/glib-2.0/schemas/org.gnome.GWeather.enums.xml +share/glib-2.0/schemas/org.gnome.GWeather.gschema.xml %%DATADIR%%/Locations.xml %%DATADIR%%/locations.dtd share/locale/af/LC_MESSAGES/libgweather-3.0.mo |
