Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2021 23:45:00 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85b99c5b583a - main - x11/swaync: update to s20210731
Message-ID:  <202107312345.16VNj0iv018008@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85b99c5b583a7aa2225f04c5a1e013abca1403a3

commit 85b99c5b583a7aa2225f04c5a1e013abca1403a3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-07-31 15:38:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-07-31 23:44:28 +0000

    x11/swaync: update to s20210731
    
    Changes:        https://github.com/ErikReider/SwayNotificationCenter/compare/4abddf0...590fd40
---
 x11/swaync/Makefile  | 14 +++++++-------
 x11/swaync/distinfo  |  6 +++---
 x11/swaync/pkg-descr |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile
index 48d42038ab8f..48ebcf0cfb7d 100644
--- a/x11/swaync/Makefile
+++ b/x11/swaync/Makefile
@@ -1,24 +1,24 @@
 PORTNAME=	swaync
-PORTVERSION=	s20210730
+PORTVERSION=	s20210731
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
-COMMENT=	Simple Wayland notification daemon with GUI
+COMMENT=	Simple Wayland notification daemon with GTK panel
 
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	valac:lang/vala
-LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \
-		libhandy-1.so:x11-toolkits/libhandy
+LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
 
 USES=		compiler:c11 gnome localbase:ldflags meson pkgconfig
 USE_GITHUB=	yes
-USE_GNOME=	gdkpixbuf2 gtk30
+USE_GNOME=	gdkpixbuf2 gtk30 introspection:build
 GH_ACCOUNT=	ErikReider
 GH_PROJECT=	SwayNotificationCenter
-GH_TAGNAME=	4abddf0
+GH_TAGNAME=	d82cf15
 PLIST_FILES=	bin/${PORTNAME} \
-		bin/${PORTNAME}-client
+		bin/${PORTNAME}-client \
+		etc/xdg/${PORTNAME}/style.css
 
 .include <bsd.port.mk>
diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo
index bcf7c0ce867a..a58c0f8a649f 100644
--- a/x11/swaync/distinfo
+++ b/x11/swaync/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627664346
-SHA256 (ErikReider-SwayNotificationCenter-s20210730-4abddf0_GH0.tar.gz) = ba28b71ef934d80276cbab9f524836a24be3895b1d69479534ad28bc806c41cf
-SIZE (ErikReider-SwayNotificationCenter-s20210730-4abddf0_GH0.tar.gz) = 9978035
+TIMESTAMP = 1627771559
+SHA256 (ErikReider-SwayNotificationCenter-s20210731-d82cf15_GH0.tar.gz) = 732a305e2062f2c17677c7bd6a9981de1b68e0f3c59eed320aeb86d569e143df
+SIZE (ErikReider-SwayNotificationCenter-s20210731-d82cf15_GH0.tar.gz) = 9978525
diff --git a/x11/swaync/pkg-descr b/x11/swaync/pkg-descr
index 335d6ffa77e9..8b7947ca1000 100644
--- a/x11/swaync/pkg-descr
+++ b/x11/swaync/pkg-descr
@@ -7,10 +7,10 @@ Features:
 - Do not disturb
 - Click notification to execute default action
 - Show alternative notification actions
+- Customization through a CSS file
 - The same features as any other basic notification daemon
 
 Planned Features:
-- Customization through a CSS file
 - Slick animations
 
 WWW: https://github.com/ErikReider/SwayNotificationCenter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107312345.16VNj0iv018008>