diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2021-08-27 01:34:53 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-27 01:34:53 +0000 |
| commit | f9286c8564ecee7771ec7b25d52cd9532132a980 (patch) | |
| tree | 06860b17da7d626d459da922fc06ebdfad33e260 | |
| parent | 16c89227427af9709faeca2884aa77719a5635ed (diff) | |
net/libgweather: Revert GLIB_SCHEMAS removal
| -rw-r--r-- | net/libgweather/Makefile | 4 | ||||
| -rw-r--r-- | net/libgweather/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 265b3a604d94..17ba4f2f103c 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -2,6 +2,7 @@ PORTNAME= libgweather PORTVERSION= 40.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -27,6 +28,9 @@ USE_LDCONFIG= yes MESON_ARGS= -Dglade_catalog=false SHEBANG_FILES= data/gen_locations_variant.py +GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \ + org.gnome.GWeather.gschema.xml + BINARY_ALIAS= python3=${PYTHON_VERSION} .include <bsd.port.mk> diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist index 865c7a32a51f..4d03a6637813 100644 --- a/net/libgweather/pkg-plist +++ b/net/libgweather/pkg-plist @@ -14,8 +14,6 @@ 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 |
