diff --git a/graphics/swappy/Makefile b/graphics/swappy/Makefile index e43173fb7e54..1185fcabb545 100644 --- a/graphics/swappy/Makefile +++ b/graphics/swappy/Makefile @@ -1,46 +1,47 @@ PORTNAME= swappy DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 +DISTVERSION= 1.4.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Snapshot editing for Wayland (a la Snappy on macOS) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE 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} \ share/applications/${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ share/locale/de/LC_MESSAGES/${PORTNAME}.mo \ share/locale/en/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/fr/LC_MESSAGES/${PORTNAME}.mo \ share/locale/pt_BR/LC_MESSAGES/${PORTNAME}.mo \ share/locale/tr/LC_MESSAGES/${PORTNAME}.mo \ ${NULL} INSTALLS_ICONS= yes OPTIONS_DEFINE= CLIPBOARD ICONSFONT MANPAGES OPTIONS_DEFAULT=CLIPBOARD ICONSFONT MANPAGES CLIPBOARD_DESC= Copy to clipboard support CLIPBOARD_RUN_DEPENDS= wl-copy:x11/wl-clipboard ICONSFONT_DESC= Install Font Awesome to properly render icons ICONSFONT_RUN_DEPENDS= font-awesome>0:x11-fonts/font-awesome MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz post-patch: # Extract (snapshot) version from the port instead of meson.build @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \ ${WRKSRC}/meson.build .include diff --git a/graphics/swappy/distinfo b/graphics/swappy/distinfo index 79b9eee64ada..a940fc4bbc0a 100644 --- a/graphics/swappy/distinfo +++ b/graphics/swappy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613843666 -SHA256 (jtheoof-swappy-v1.3.1_GH0.tar.gz) = 215c48b77eebfc2a4de41ce1a4058b5da1bace8455baba743b9142bb0e96afb1 -SIZE (jtheoof-swappy-v1.3.1_GH0.tar.gz) = 650917 +TIMESTAMP = 1630938975 +SHA256 (jtheoof-swappy-v1.4.0_GH0.tar.gz) = 1b1f26fb283d6bb441581b39826e6c254546131e0a2e568de96f4089a1f9ba66 +SIZE (jtheoof-swappy-v1.4.0_GH0.tar.gz) = 653512 diff --git a/graphics/swappy/pkg-descr b/graphics/swappy/pkg-descr index 3176b63283f7..eb2926766704 100644 --- a/graphics/swappy/pkg-descr +++ b/graphics/swappy/pkg-descr @@ -1,5 +1,5 @@ A Wayland native snapshot and editor tool, inspired by Snappy on macOS. Works great with grim, slurp and sway. But can easily work with -other screen copy tools that can output a final PNG image to stdout. +other screen copy tools that can output a final image to stdout. WWW: https://github.com/jtheoof/swappy