Date: Tue, 12 Mar 2024 12:04:58 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a55b5b5d5d31 - main - math/qalculate-gtk: Move man pages to share/man Message-ID: <202403121204.42CC4wcs014295@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a55b5b5d5d311981524d9668fcf696a5c598acc4 commit a55b5b5d5d311981524d9668fcf696a5c598acc4 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-12 11:36:40 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-12 12:04:30 +0000 math/qalculate-gtk: Move man pages to share/man Approved by: portmgr (blanket) --- math/qalculate-gtk/Makefile | 3 ++- math/qalculate-gtk/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index dcc2f5b55750..84634a3880c2 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= qalculate-gtk PORTVERSION= 4.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -20,6 +20,7 @@ USES= compiler:c++11-lang gettext gmake gnome \ USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/math/qalculate-gtk/pkg-plist b/math/qalculate-gtk/pkg-plist index 67916a59f531..a499693ea31d 100644 --- a/math/qalculate-gtk/pkg-plist +++ b/math/qalculate-gtk/pkg-plist @@ -1,6 +1,5 @@ bin/qalculate-gtk libexec/qalculate-search-provider -man/man1/qalculate-gtk.1.gz share/applications/qalculate-gtk.desktop share/dbus-1/services/io.github.Qalculate.SearchProvider.service %%DOCSDIR%%/html/figures/calculation-history.png @@ -64,4 +63,5 @@ share/icons/hicolor/scalable/apps/qalculate.svg %%NLS%%share/locale/sl/LC_MESSAGES/qalculate-gtk.mo %%NLS%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/qalculate-gtk.mo +share/man/man1/qalculate-gtk.1.gz share/metainfo/qalculate-gtk.appdata.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403121204.42CC4wcs014295>