svn commit: r541304 - head/graphics/swappy

Jan Beich jbeich at FreeBSD.org
Sun Jul 5 19:45:36 UTC 2020


Author: jbeich
Date: Sun Jul  5 19:45:35 2020
New Revision: 541304
URL: https://svnweb.freebsd.org/changeset/ports/541304

Log:
  graphics/swappy: add missing files after r541301

Modified:
  head/graphics/swappy/Makefile   (contents, props changed)

Modified: head/graphics/swappy/Makefile
==============================================================================
--- head/graphics/swappy/Makefile	Sun Jul  5 19:37:11 2020	(r541303)
+++ head/graphics/swappy/Makefile	Sun Jul  5 19:45:35 2020	(r541304)
@@ -11,11 +11,15 @@ COMMENT=	Snapshot editing for Wayland (a la Snappy on 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c11 gnome meson pkgconfig
+USES=		compiler:c11 desktop-file-utils gettext-tools gnome meson pkgconfig
 USE_GITHUB=	yes
 USE_GNOME=	cairo gdkpixbuf2 gtk30
 GH_ACCOUNT=	jtheoof
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		share/applications/${PORTNAME}.desktop \
+		share/icons/hicolor/scalable/apps/${PORTNAME}.svg \
+		share/locale/en/LC_MESSAGES/${PORTNAME}.mo
+INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	CLIPBOARD ICONSFONT MANPAGES NOTIFY
 OPTIONS_DEFAULT=CLIPBOARD ICONSFONT MANPAGES NOTIFY


More information about the svn-ports-all mailing list