Date: Mon, 12 Apr 2021 14:52:50 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b83f065d87d6 - main - graphics/ufraw: really package gimp plugin Message-ID: <202104121452.13CEqoj8034850@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b83f065d87d6c65f0a2854d9415f5938e876b499 commit b83f065d87d6c65f0a2854d9415f5938e876b499 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-04-12 14:52:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-04-12 14:52:24 +0000 graphics/ufraw: really package gimp plugin Reported by: poudriere -t build --- graphics/ufraw/Makefile | 4 ++-- graphics/ufraw/pkg-plist | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 7a71c2965c1f..d0033fa9c00b 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -2,7 +2,7 @@ PORTNAME= ufraw PORTVERSION= 0.22 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org @@ -19,7 +19,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-extras -USES= compiler:c++11-lang gettext gmake jpeg pkgconfig autoreconf gnome +USES= compiler:c++11-lang desktop-file-utils gettext gmake jpeg pkgconfig autoreconf gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib diff --git a/graphics/ufraw/pkg-plist b/graphics/ufraw/pkg-plist index 2ddf9e4fb058..ec092150b1d4 100644 --- a/graphics/ufraw/pkg-plist +++ b/graphics/ufraw/pkg-plist @@ -2,6 +2,7 @@ bin/dcraw bin/nikon-curve %%GTK2%%bin/ufraw bin/ufraw-batch +%%GIMP%%libexec/gimp/2.2/plug-ins/ufraw-gimp man/man1/ufraw.1.gz share/applications/ufraw.desktop share/locale/ca/LC_MESSAGES/ufraw.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104121452.13CEqoj8034850>