mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
sysutils/tiramisu: update to 2.0
Changes: https://github.com/Sweets/tiramisu/releases/tag/2.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
1abe778fbd
commit
07e118671b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user