Date: Fri, 27 Aug 2021 01:34:53 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f9286c8564ec - main - net/libgweather: Revert GLIB_SCHEMAS removal Message-ID: <202108270134.17R1Yrwf064978@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9286c8564ecee7771ec7b25d52cd9532132a980 commit f9286c8564ecee7771ec7b25d52cd9532132a980 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-08-27 01:34:53 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-08-27 01:34:53 +0000 net/libgweather: Revert GLIB_SCHEMAS removal --- net/libgweather/Makefile | 4 ++++ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108270134.17R1Yrwf064978>