From nobody Sun Oct 17 15:20:31 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6829E1806BEE; Sun, 17 Oct 2021 15:20:32 +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 4HXNxD12m8z4pQl; Sun, 17 Oct 2021 15:20:32 +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 E7C5D7165; Sun, 17 Oct 2021 15:20:31 +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 19HFKV27036300; Sun, 17 Oct 2021 15:20:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19HFKVaC036299; Sun, 17 Oct 2021 15:20:31 GMT (envelope-from git) Date: Sun, 17 Oct 2021 15:20:31 GMT Message-Id: <202110171520.19HFKVaC036299@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: 07e118671b90 - main - sysutils/tiramisu: update to 2.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org 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: 07e118671b90ef082c17a9719cffe7da9d33d3d9 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=07e118671b90ef082c17a9719cffe7da9d33d3d9 commit 07e118671b90ef082c17a9719cffe7da9d33d3d9 Author: Jan Beich AuthorDate: 2021-10-17 05:04:03 +0000 Commit: Jan Beich CommitDate: 2021-10-17 15:20:08 +0000 sysutils/tiramisu: update to 2.0 Changes: https://github.com/Sweets/tiramisu/releases/tag/2.0 Reported by: GitHub (watch releases) --- sysutils/tiramisu/Makefile | 8 +++++++- sysutils/tiramisu/distinfo | 10 +++++++--- sysutils/tiramisu/pkg-descr | 9 ++++++--- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile index 92565d8dfbda..d51f25982484 100644 --- a/sysutils/tiramisu/Makefile +++ b/sysutils/tiramisu/Makefile @@ -1,13 +1,19 @@ PORTNAME= tiramisu -DISTVERSION= 1.0 +DISTVERSION= 2.0 CATEGORIES= sysutils +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 964ea74c9889.patch:-p1 # https://github.com/Sweets/tiramisu/pull/35 +PATCHFILES+= 1c3d3e64cffb.patch:-p1 # https://github.com/Sweets/tiramisu/pull/35 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Desktop notifications, the UNIX way LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= valac:lang/vala + USES= gmake gnome pkgconfig USE_GITHUB= yes USE_GNOME= glib20 diff --git a/sysutils/tiramisu/distinfo b/sysutils/tiramisu/distinfo index 132d5a712b60..6dfa00cbde57 100644 --- a/sysutils/tiramisu/distinfo +++ b/sysutils/tiramisu/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1600671929 -SHA256 (Sweets-tiramisu-1.0_GH0.tar.gz) = 4681788288c17aa1fd75b972c3d9661a13c164d810520fc838837a748baf669e -SIZE (Sweets-tiramisu-1.0_GH0.tar.gz) = 3063267 +TIMESTAMP = 1634447043 +SHA256 (Sweets-tiramisu-2.0_GH0.tar.gz) = aca93f6c0db5633e0fc5ccf5e90cfac37c375646815837159263060bd1a43da1 +SIZE (Sweets-tiramisu-2.0_GH0.tar.gz) = 3061539 +SHA256 (964ea74c9889.patch) = 69f98b974ccd242833ac75244bfd44bbd5f8c24c90913da9ed77d386201a3393 +SIZE (964ea74c9889.patch) = 1250 +SHA256 (1c3d3e64cffb.patch) = e390e525875c7229c4f711407b7744fb9978fef7a2da3c2b7a672d83ab60d3d4 +SIZE (1c3d3e64cffb.patch) = 1166 diff --git a/sysutils/tiramisu/pkg-descr b/sysutils/tiramisu/pkg-descr index 00ba0ecffe8f..565067c37932 100644 --- a/sysutils/tiramisu/pkg-descr +++ b/sysutils/tiramisu/pkg-descr @@ -1,5 +1,8 @@ -tiramisu is a notification daemon based on dunst that outputs -notifications to STDOUT in order to allow the user to process -notifications any way they prefer. +tiramisu is a notification daemon for *nix desktops that implement +notifications using dbus. + +Unlike other daemons, tiramisu does not have any sort of window or +pop-up, but rather sends all notifications to STDOUT. Doing so enables +endless customization from the end-user. WWW: https://github.com/Sweets/tiramisu