Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2025 03:43:09 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 49bda3e07d8c - main - sysutils/elephant: Update to 2.6.1
Message-ID:  <202510240343.59O3h9gw097886@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49bda3e07d8c7238296a97e5e730d6f922e496e7

commit 49bda3e07d8c7238296a97e5e730d6f922e496e7
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-10-23 22:51:05 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-10-24 03:43:01 +0000

    sysutils/elephant: Update to 2.6.1
    
    Changelog:
    - https://github.com/abenz1267/elephant/releases/tag/v2.5.0
    - https://github.com/abenz1267/elephant/releases/tag/v2.5.1
    - https://github.com/abenz1267/elephant/releases/tag/v2.6.0
    - https://github.com/abenz1267/elephant/releases/tag/v2.6.1
    
    Reported by:    GitHub (watch releases)
---
 sysutils/elephant/Makefile | 14 ++++++++++----
 sysutils/elephant/distinfo | 10 +++++-----
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile
index 10344bfd81a5..b8cd5fd07328 100644
--- a/sysutils/elephant/Makefile
+++ b/sysutils/elephant/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	elephant
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4.1
+DISTVERSION=	2.6.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -22,20 +22,22 @@ PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	README.md
 
 OPTIONS_DEFINE=		DOCS
-OPTIONS_DEFAULT=	${OPTIONS_GROUP_PROVIDERS}
+OPTIONS_DEFAULT=	${OPTIONS_GROUP_PROVIDERS:NNIRISESSIONS}
 OPTIONS_GROUP=		PROVIDERS
 OPTIONS_GROUP_PROVIDERS=CALC CLIPBOARD DESKTOPAPPLICATIONS FILES MENUS \
-			PROVIDERLIST RUNNER SYMBOLS TODO UNICODE WEBSEARCH \
-			WINDOWS
+			NIRISESSIONS PROVIDERLIST RUNNER SNIPPETS SYMBOLS \
+			TODO UNICODE WEBSEARCH WINDOWS
 
 PROVIDERS_DESC=		Enabled providers
 CALC_DESC=		Perform calculation and unit-conversions
 CLIPBOARD_DESC=		Store clipboard history
 DESKTOPAPPLICATIONS_DESC=Run installed desktop applications
 FILES_DESC=		Find files/folders
+NIRISESSIONS_DESC=	Create predefined session layouts and open them
 MENUS_DESC=		Create custom menus
 PROVIDERLIST_DESC=	Lists all providers and configured menus
 RUNNER_DESC=		Execute everything installed in your PATH
+SNIPPETS_DESC=		Create and access text snippets
 SYMBOLS_DESC=		Search for emojis and symbols
 TODO_DESC=		Basic Todolist
 UNICODE_DESC=		Search for unicode symbols
@@ -51,8 +53,12 @@ DESKTOPAPPLICATIONS_PLIST_FILES=etc/xdg/elephant/providers/desktopapplications.s
 FILES_RUN_DEPENDS=	fd:sysutils/fd
 FILES_PLIST_FILES=	etc/xdg/elephant/providers/files.so
 MENUS_PLIST_FILES=	etc/xdg/elephant/providers/menus.so
+NIRISESSIONS_RUN_DEPENDS=niri:x11-wm/niri
+NIRISESSIONS_PLIST_FILES=etc/xdg/elephant/providers/nirisessions.so
 PROVIDERLIST_PLIST_FILES=etc/xdg/elephant/providers/providerlist.so
 RUNNER_PLIST_FILES=	etc/xdg/elephant/providers/runner.so
+SNIPPETS_RUN_DEPENDS=	wtype:x11/wtype
+SNIPPETS_PLIST_FILES=	etc/xdg/elephant/providers/snippets.so
 SYMBOLS_RUN_DEPENDS=	wl-copy:x11/wl-clipboard
 SYMBOLS_PLIST_FILES=	etc/xdg/elephant/providers/symbols.so
 TODO_RUN_DEPENDS=	notify-send:devel/libnotify
diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo
index 359e839fa3ae..2e55f532d2f3 100644
--- a/sysutils/elephant/distinfo
+++ b/sysutils/elephant/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1761138779
-SHA256 (go/sysutils_elephant/elephant-v2.4.1/v2.4.1.mod) = 69ae4e4d80e2c9e83e8ee4a30911032e55d7b0d45c625087e90cf92a3fdf9605
-SIZE (go/sysutils_elephant/elephant-v2.4.1/v2.4.1.mod) = 1198
-SHA256 (go/sysutils_elephant/elephant-v2.4.1/v2.4.1.zip) = 4d75857c6fc3afd412b365a12d114bbe6c539be4bd6a5d0b6f96176fce16d544
-SIZE (go/sysutils_elephant/elephant-v2.4.1/v2.4.1.zip) = 7520985
+TIMESTAMP = 1761256745
+SHA256 (go/sysutils_elephant/elephant-v2.6.1/v2.6.1.mod) = 69ae4e4d80e2c9e83e8ee4a30911032e55d7b0d45c625087e90cf92a3fdf9605
+SIZE (go/sysutils_elephant/elephant-v2.6.1/v2.6.1.mod) = 1198
+SHA256 (go/sysutils_elephant/elephant-v2.6.1/v2.6.1.zip) = 4e5da73e735605d01f39b78381b8530809fa472085effd7210fa49cb2adff5bc
+SIZE (go/sysutils_elephant/elephant-v2.6.1/v2.6.1.zip) = 7527511


help

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