Date: Thu, 18 Feb 2021 01:14:20 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565847 - head/graphics/swappy Message-ID: <202102180114.11I1EKXN073541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Feb 18 01:14:20 2021 New Revision: 565847 URL: https://svnweb.freebsd.org/changeset/ports/565847 Log: graphics/swappy: update to 1.3.0 Changes: https://github.com/jtheoof/swappy/releases/tag/v1.3.0 Reported by: GitHub (watch releases) Modified: head/graphics/swappy/Makefile (contents, props changed) head/graphics/swappy/distinfo (contents, props changed) Modified: head/graphics/swappy/Makefile ============================================================================== --- head/graphics/swappy/Makefile Thu Feb 18 01:09:16 2021 (r565846) +++ head/graphics/swappy/Makefile Thu Feb 18 01:14:20 2021 (r565847) @@ -2,7 +2,7 @@ PORTNAME= swappy DISTVERSIONPREFIX= v -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -18,11 +18,16 @@ GH_ACCOUNT= jtheoof PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ - share/locale/en/LC_MESSAGES/${PORTNAME}.mo + share/locale/de/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/en/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 NOTIFY -OPTIONS_DEFAULT=CLIPBOARD ICONSFONT MANPAGES NOTIFY +OPTIONS_DEFINE= CLIPBOARD ICONSFONT MANPAGES +OPTIONS_DEFAULT=CLIPBOARD ICONSFONT MANPAGES CLIPBOARD_DESC= Copy to clipboard support CLIPBOARD_RUN_DEPENDS= wl-copy:x11/wl-clipboard @@ -33,9 +38,6 @@ ICONSFONT_RUN_DEPENDS= font-awesome>0:x11-fonts/font-a MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz - -NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify -NOTIFY_MESON_ENABLED= libnotify post-patch: # Extract (snapshot) version from the port instead of meson.build Modified: head/graphics/swappy/distinfo ============================================================================== --- head/graphics/swappy/distinfo Thu Feb 18 01:09:16 2021 (r565846) +++ head/graphics/swappy/distinfo Thu Feb 18 01:14:20 2021 (r565847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594484229 -SHA256 (jtheoof-swappy-v1.2.1_GH0.tar.gz) = b48ca60e4a2a9c274b1e52b35de800e342f79481aef3f90825d55250e210c040 -SIZE (jtheoof-swappy-v1.2.1_GH0.tar.gz) = 648773 +TIMESTAMP = 1613609100 +SHA256 (jtheoof-swappy-v1.3.0_GH0.tar.gz) = 4a95e7348f60b38eccf9d0c96882ea4a9e2ae90bd52806ea9d956a68994b404a +SIZE (jtheoof-swappy-v1.3.0_GH0.tar.gz) = 650377
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180114.11I1EKXN073541>