aboutsummaryrefslogtreecommitdiff
path: root/graphics/swappy
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-07-05 19:45:35 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-07-05 19:45:35 +0000
commitd0ece5362c0b749e7dc4b8bf4d0c562caa9d476e (patch)
tree8bd7f520202373a61d506af25a840f4f443c5839 /graphics/swappy
parent439fc87f4899f00a0c3aa61568e29da0076a801a (diff)
downloadports-d0ece5362c0b749e7dc4b8bf4d0c562caa9d476e.tar.gz
ports-d0ece5362c0b749e7dc4b8bf4d0c562caa9d476e.zip
graphics/swappy: add missing files after r541301
Notes
Notes: svn path=/head/; revision=541304
Diffstat (limited to 'graphics/swappy')
-rw-r--r--graphics/swappy/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/swappy/Makefile b/graphics/swappy/Makefile
index 34d86ecb4ff9..cf60537737b2 100644
--- a/graphics/swappy/Makefile
+++ b/graphics/swappy/Makefile
@@ -11,11 +11,15 @@ COMMENT= Snapshot editing for Wayland (a la Snappy on macOS)
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