diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-06-02 21:22:05 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-06-02 22:19:59 +0000 |
| commit | 29b97b498500744823be298c0b8558b94bf0c277 (patch) | |
| tree | 6a19ba5f44ecf2275d5d7d63f0477dde3691c657 | |
| parent | a9ae288e9fc2c771d10fd39dd6abea971ddb966d (diff) | |
x11/gromit-mpx: Update to 1.9.0
- Change depends from libappindicator to libayatana-appindicator
- Port cleanup
- Take maintainership
ChangeLog: https://github.com/bk138/gromit-mpx/releases/tag/1.9.0
https://github.com/bk138/gromit-mpx/releases/tag/1.8.0
MFH: 2026Q2
(cherry picked from commit def8df032d60979c2d7f914c9153248f2ae2fa4e)
| -rw-r--r-- | x11/gromit-mpx/Makefile | 17 | ||||
| -rw-r--r-- | x11/gromit-mpx/distinfo | 6 | ||||
| -rw-r--r-- | x11/gromit-mpx/pkg-plist | 9 |
3 files changed, 20 insertions, 12 deletions
diff --git a/x11/gromit-mpx/Makefile b/x11/gromit-mpx/Makefile index 22cb7b6bf6ea..eb5ee1c751ae 100644 --- a/x11/gromit-mpx/Makefile +++ b/x11/gromit-mpx/Makefile @@ -1,24 +1,25 @@ PORTNAME= gromit-mpx -DISTVERSION= 1.7.0 +DISTVERSION= 1.9.0 CATEGORIES= x11 wayland -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Desktop annotation tool, multi-pointer port of Gromit WWW= https://github.com/bk138/gromit-mpx LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= liblz4.so:archivers/liblz4 \ - libappindicator3.so:devel/libappindicator +LIB_DEPENDS= libayatana-appindicator3.so:devel/libayatana-appindicator \ + libayatana-ido3-0.4.so:devel/ayatana-ido \ + libayatana-indicator3.so:devel/libayatana-indicator \ + libdbusmenu-glib.so:devel/libdbusmenu \ + liblz4.so:archivers/liblz4 USES= cmake gettext gnome pkgconfig xorg -USE_CSTD= gnu99 USE_GITHUB= yes -USE_GNOME= cairo gdkpixbuf gtk30 -USE_XORG= x11 xi GH_ACCOUNT= bk138 -LDFLAGS+= -Wl,--as-needed # atk, dbusmenu, pango +USE_GNOME= gtk30 +USE_XORG= x11 xi post-patch: # Let @sample handle default files under etc/ diff --git a/x11/gromit-mpx/distinfo b/x11/gromit-mpx/distinfo index 65595f4176fd..38f3884b9240 100644 --- a/x11/gromit-mpx/distinfo +++ b/x11/gromit-mpx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725907145 -SHA256 (bk138-gromit-mpx-1.7.0_GH0.tar.gz) = cd81d8952ef7bace20ab0c402e1128f4dc416a68ed0be9d9cf3013256070eace -SIZE (bk138-gromit-mpx-1.7.0_GH0.tar.gz) = 2165825 +TIMESTAMP = 1780430557 +SHA256 (bk138-gromit-mpx-1.9.0_GH0.tar.gz) = fdbe18e4315e186f5fbe70b193cd34e630db4455843cf66b3dcf0da4779b01db +SIZE (bk138-gromit-mpx-1.9.0_GH0.tar.gz) = 2668005 diff --git a/x11/gromit-mpx/pkg-plist b/x11/gromit-mpx/pkg-plist index b57072a9bb14..c376cfef1d52 100644 --- a/x11/gromit-mpx/pkg-plist +++ b/x11/gromit-mpx/pkg-plist @@ -1,6 +1,5 @@ bin/gromit-mpx @sample %%ETCDIR%%/gromit-mpx.cfg.sample -share/man/man1/gromit-mpx.1.gz share/applications/net.christianbeier.Gromit-MPX.desktop share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.active.svg share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.svg @@ -9,7 +8,15 @@ share/locale/es/LC_MESSAGES/gromit-mpx.mo share/locale/fa/LC_MESSAGES/gromit-mpx.mo share/locale/he/LC_MESSAGES/gromit-mpx.mo share/locale/it/LC_MESSAGES/gromit-mpx.mo +share/locale/ka/LC_MESSAGES/gromit-mpx.mo share/locale/pt_BR/LC_MESSAGES/gromit-mpx.mo +share/locale/zh_CN/LC_MESSAGES/gromit-mpx.mo +share/locale/zh_HK/LC_MESSAGES/gromit-mpx.mo +share/locale/zh_SG/LC_MESSAGES/gromit-mpx.mo +share/locale/zh_TW/LC_MESSAGES/gromit-mpx.mo +share/man/man1/gromit-mpx.1.gz share/metainfo/net.christianbeier.Gromit-MPX.appdata.xml share/pixmaps/net.christianbeier.Gromit-MPX.active.png +share/pixmaps/net.christianbeier.Gromit-MPX.erase_cursor.png +share/pixmaps/net.christianbeier.Gromit-MPX.paint_cursor.png share/pixmaps/net.christianbeier.Gromit-MPX.png |
