diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-11-05 13:15:53 +0900 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-11-05 13:36:25 +0900 |
| commit | df1dcf5e041f481f362d07effdd61c589042c5cc (patch) | |
| tree | 7f1f1efc81a3cd666394a839172552bc1c569ac6 | |
| parent | lang/c: Update to 0.15.1 (diff) | |
sysutils/elephant: Update to 2.14.1
Changelog:
- https://github.com/abenz1267/elephant/releases/tag/v2.11.0
- https://github.com/abenz1267/elephant/releases/tag/v2.12.0
- https://github.com/abenz1267/elephant/releases/tag/v2.13.0
- https://github.com/abenz1267/elephant/releases/tag/v2.13.1
- https://github.com/abenz1267/elephant/releases/tag/v2.13.2
- https://github.com/abenz1267/elephant/releases/tag/v2.14.0
- https://github.com/abenz1267/elephant/releases/tag/v2.14.1
Reported by: GitHub (watch releases)
| -rw-r--r-- | sysutils/elephant/Makefile | 14 | ||||
| -rw-r--r-- | sysutils/elephant/distinfo | 10 |
2 files changed, 14 insertions, 10 deletions
diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index 826484b96580..ac1190143b76 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,6 +1,6 @@ PORTNAME= elephant DISTVERSIONPREFIX= v -DISTVERSION= 2.10.4 +DISTVERSION= 2.14.1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= aarch64 armv7 i386 NOT_FOR_ARCHS_REASON= -buildmode=plugin not supported on these architectures -USES= go:modules +USES= go:1.25,modules GO_MODULE= github.com/abenz1267/elephant/v2 GO_TARGET= ./cmd/elephant @@ -24,17 +24,18 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= ${OPTIONS_GROUP_PROVIDERS:NNIRISESSIONS} OPTIONS_GROUP= PROVIDERS -OPTIONS_GROUP_PROVIDERS=CALC CLIPBOARD DESKTOPAPPLICATIONS FILES MENUS \ - NIRISESSIONS PROVIDERLIST RUNNER SNIPPETS SYMBOLS \ +OPTIONS_GROUP_PROVIDERS=BOOKMARKS CALC CLIPBOARD DESKTOPAPPLICATIONS FILES \ + MENUS NIRISESSIONS PROVIDERLIST RUNNER SNIPPETS SYMBOLS \ TODO UNICODE WEBSEARCH WINDOWS PROVIDERS_DESC= Enabled providers +BOOKMARKS_DESC= URL bookmark manager 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 +NIRISESSIONS_DESC= Create predefined session layouts and open them PROVIDERLIST_DESC= Lists all providers and configured menus RUNNER_DESC= Execute everything installed in your PATH SNIPPETS_DESC= Create and access text snippets @@ -44,6 +45,9 @@ UNICODE_DESC= Search for unicode symbols WEBSEARCH_DESC= Search web with custom defined search engines WINDOWS_DESC= Find and focus opened windows +BOOKMARKS_RUN_DEPENDS= jq:textproc/jq +BOOKMARKS_USES= sqlite +BOOKMARKS_PLIST_FILES= etc/xdg/elephant/providers/bookmarks.so CALC_RUN_DEPENDS= qalc:math/libqalculate \ wl-copy:x11/wl-clipboard CALC_PLIST_FILES= etc/xdg/elephant/providers/calc.so diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo index 341edde9846f..5524103a62de 100644 --- a/sysutils/elephant/distinfo +++ b/sysutils/elephant/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761964847 -SHA256 (go/sysutils_elephant/elephant-v2.10.4/v2.10.4.mod) = 52ebfd24a10ed15361ba04e1791aed10dca9562250d858c892c1d169724966ef -SIZE (go/sysutils_elephant/elephant-v2.10.4/v2.10.4.mod) = 1189 -SHA256 (go/sysutils_elephant/elephant-v2.10.4/v2.10.4.zip) = 5140b4a693632c58b5b8f813e0354b4fcbd16f35ff6b02d8ff90bc1f7e67dd29 -SIZE (go/sysutils_elephant/elephant-v2.10.4/v2.10.4.zip) = 7535424 +TIMESTAMP = 1762314311 +SHA256 (go/sysutils_elephant/elephant-v2.14.1/v2.14.1.mod) = 14e8da63cfb407de89f4ce5605d78d048b3f77bdef62aa33ee29aabbcfd9dace +SIZE (go/sysutils_elephant/elephant-v2.14.1/v2.14.1.mod) = 2725 +SHA256 (go/sysutils_elephant/elephant-v2.14.1/v2.14.1.zip) = edbe963e59ec402870fa90b65c32732bfc3db028e957ec286d3f25de556425d5 +SIZE (go/sysutils_elephant/elephant-v2.14.1/v2.14.1.zip) = 7560203 |
