svn commit: r565847 - head/graphics/swappy

Jan Beich jbeich at FreeBSD.org
Thu Feb 18 01:14:21 UTC 2021


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 at 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


More information about the svn-ports-all mailing list