Date: Sun, 20 Mar 2022 18:16:44 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e7dba0b822b5 - main - net-im/cawbird: unbreak build with Meson 0.62.0 Message-ID: <202203201816.22KIGiN9069404@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7dba0b822b565db1aef50ee50636b38162bbe5f commit e7dba0b822b565db1aef50ee50636b38162bbe5f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-03-20 18:06:22 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-03-20 18:15:56 +0000 net-im/cawbird: unbreak build with Meson 0.62.0 data/meson.build:9:5: ERROR: Program 'msgfmt' not found or not executable PR: 262465 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/8b573d7dc65b --- net-im/cawbird/Makefile | 3 ++- net-im/cawbird/pkg-plist | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/net-im/cawbird/Makefile b/net-im/cawbird/Makefile index c13974c86244..9ff14c7cf3f1 100644 --- a/net-im/cawbird/Makefile +++ b/net-im/cawbird/Makefile @@ -1,6 +1,7 @@ PORTNAME= cawbird PORTVERSION= 1.4.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= nc@FreeBSD.org @@ -15,7 +16,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest \ libsoup-gnome-2.4.so:devel/libsoup -USES= gnome meson pkgconfig sqlite:3 +USES= gettext gnome meson pkgconfig sqlite:3 USE_GITHUB= yes GH_ACCOUNT= IBBoard diff --git a/net-im/cawbird/pkg-plist b/net-im/cawbird/pkg-plist index af597203f977..a691d70c30d3 100644 --- a/net-im/cawbird/pkg-plist +++ b/net-im/cawbird/pkg-plist @@ -1,5 +1,6 @@ bin/cawbird man/man1/cawbird.1.gz +share/applications/uk.co.ibboard.cawbird.desktop share/dbus-1/services/uk.co.ibboard.cawbird.service share/icons/hicolor/16x16/apps/uk.co.ibboard.cawbird.png share/icons/hicolor/24x24/apps/uk.co.ibboard.cawbird.png @@ -8,3 +9,43 @@ share/icons/hicolor/48x48/apps/uk.co.ibboard.cawbird.png share/icons/hicolor/64x64/apps/uk.co.ibboard.cawbird.png share/icons/hicolor/96x96/apps/uk.co.ibboard.cawbird.png share/icons/hicolor/scalable/apps/uk.co.ibboard.cawbird.svg +share/locale/ar/LC_MESSAGES/cawbird.mo +share/locale/ast/LC_MESSAGES/cawbird.mo +share/locale/ca/LC_MESSAGES/cawbird.mo +share/locale/ca@valencia/LC_MESSAGES/cawbird.mo +share/locale/da/LC_MESSAGES/cawbird.mo +share/locale/de/LC_MESSAGES/cawbird.mo +share/locale/de_DE/LC_MESSAGES/cawbird.mo +share/locale/en_GB/LC_MESSAGES/cawbird.mo +share/locale/eo/LC_MESSAGES/cawbird.mo +share/locale/es/LC_MESSAGES/cawbird.mo +share/locale/es_419/LC_MESSAGES/cawbird.mo +share/locale/es_MX/LC_MESSAGES/cawbird.mo +share/locale/es_VE/LC_MESSAGES/cawbird.mo +share/locale/fa/LC_MESSAGES/cawbird.mo +share/locale/fi/LC_MESSAGES/cawbird.mo +share/locale/fr/LC_MESSAGES/cawbird.mo +share/locale/ga/LC_MESSAGES/cawbird.mo +share/locale/gd/LC_MESSAGES/cawbird.mo +share/locale/gl/LC_MESSAGES/cawbird.mo +share/locale/hi/LC_MESSAGES/cawbird.mo +share/locale/hu/LC_MESSAGES/cawbird.mo +share/locale/id/LC_MESSAGES/cawbird.mo +share/locale/it/LC_MESSAGES/cawbird.mo +share/locale/ja/LC_MESSAGES/cawbird.mo +share/locale/ko/LC_MESSAGES/cawbird.mo +share/locale/lt/LC_MESSAGES/cawbird.mo +share/locale/nb/LC_MESSAGES/cawbird.mo +share/locale/nl/LC_MESSAGES/cawbird.mo +share/locale/pl/LC_MESSAGES/cawbird.mo +share/locale/pt/LC_MESSAGES/cawbird.mo +share/locale/pt_BR/LC_MESSAGES/cawbird.mo +share/locale/ro/LC_MESSAGES/cawbird.mo +share/locale/ru/LC_MESSAGES/cawbird.mo +share/locale/sr/LC_MESSAGES/cawbird.mo +share/locale/sr_BA@latin/LC_MESSAGES/cawbird.mo +share/locale/tr/LC_MESSAGES/cawbird.mo +share/locale/uk_UA/LC_MESSAGES/cawbird.mo +share/locale/zh_CN/LC_MESSAGES/cawbird.mo +share/locale/zh_TW/LC_MESSAGES/cawbird.mo +share/metainfo/uk.co.ibboard.cawbird.appdata.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203201816.22KIGiN9069404>