From owner-dev-commits-ports-all@freebsd.org Sat Jul 31 23:45:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0BEC06667B5; Sat, 31 Jul 2021 23:45:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GcgqJ6XCLz3hxJ; Sat, 31 Jul 2021 23:45:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B921A216E8; Sat, 31 Jul 2021 23:45:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16VNj0YA018009; Sat, 31 Jul 2021 23:45:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16VNj0iv018008; Sat, 31 Jul 2021 23:45:00 GMT (envelope-from git) Date: Sat, 31 Jul 2021 23:45:00 GMT Message-Id: <202107312345.16VNj0iv018008@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 85b99c5b583a - main - x11/swaync: update to s20210731 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85b99c5b583a7aa2225f04c5a1e013abca1403a3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2021 23:45:01 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=85b99c5b583a7aa2225f04c5a1e013abca1403a3 commit 85b99c5b583a7aa2225f04c5a1e013abca1403a3 Author: Jan Beich AuthorDate: 2021-07-31 15:38:42 +0000 Commit: Jan Beich 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 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