diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-11-10 09:18:39 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-11-11 10:47:01 +0000 |
commit | 95e6c8870caedd92853aaad9afe7f85b5d7aa931 (patch) | |
tree | ac35667f1be918f330ebbf2bb14caf9f80b6f477 /graphics | |
parent | 36cce3dbcb4a620f9944e5c9be4a9b000d83e0e2 (diff) | |
download | ports-95e6c8870caedd92853aaad9afe7f85b5d7aa931.tar.gz ports-95e6c8870caedd92853aaad9afe7f85b5d7aa931.zip |
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imv/Makefile | 14 | ||||
-rw-r--r-- | graphics/imv/distinfo | 6 | ||||
-rw-r--r-- | graphics/imv/pkg-plist | 6 |
3 files changed, 10 insertions, 16 deletions
diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index abf9a5c76bdb..06bb51a3f108 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -1,7 +1,6 @@ PORTNAME= imv DISTVERSIONPREFIX= v -DISTVERSION= 4.3.1 -PORTREVISION= 4 +DISTVERSION= 4.4.0 CATEGORIES= graphics MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -18,11 +17,9 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= bash:shells/bash -USES= compiler:c11 desktop-file-utils gettext-runtime gl gnome meson \ - pkgconfig shebangfix +USES= compiler:c11 desktop-file-utils gl gnome meson pkgconfig USE_GL= egl -USE_GNOME= cairo glib20 pango -SHEBANG_FILES= contrib/imv-folder +USE_GNOME= cairo pango CONFLICTS_INSTALL= renameutils @@ -56,7 +53,7 @@ JPEG_MESON_ENABLED= libjpeg NSGIF_LIB_DEPENDS= libnsgif.so:graphics/libnsgif NSGIF_MESON_ENABLED= libnsgif -PNG_LIB_DEPENDS= libpng.so:graphics/png +PNG_LIB_DEPENDS= libpng16.so:graphics/png PNG_MESON_ENABLED= libpng SVG_USE= GNOME=librsvg2 @@ -78,7 +75,4 @@ X11_USE= GL=glu \ XORG=x11,xcb X11_MESON_ON= -Dwindows=x11 -post-patch: - @${REINPLACE_CMD} -e 's|--sort=version|-V|g' ${WRKSRC}/contrib/imv-folder - .include <bsd.port.mk> diff --git a/graphics/imv/distinfo b/graphics/imv/distinfo index 6fc42ecb53c9..525b166403a5 100644 --- a/graphics/imv/distinfo +++ b/graphics/imv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642876856 -SHA256 (imv-v4.3.1.tar.gz) = 88d16885017b74b594ddd6a03ef20294a6cc053f04ccc2e1edef69f3515f7999 -SIZE (imv-v4.3.1.tar.gz) = 79123 +TIMESTAMP = 1699561634 +SHA256 (imv-v4.4.0.tar.gz) = 55431c8c27fbe82d05955f61bde38ba15febf8a7fd8f0f741e504bae0b823bcf +SIZE (imv-v4.4.0.tar.gz) = 80360 diff --git a/graphics/imv/pkg-plist b/graphics/imv/pkg-plist index 0a093bb04216..318d84a328f0 100644 --- a/graphics/imv/pkg-plist +++ b/graphics/imv/pkg-plist @@ -1,12 +1,12 @@ bin/imv -bin/imv-folder +bin/imv-dir bin/imv-msg %%ALL%%bin/imv-wayland %%ALL%%bin/imv-x11 etc/imv_config -man/man1/imv-folder.1.gz +man/man1/imv-dir.1.gz man/man1/imv-msg.1.gz man/man1/imv.1.gz man/man5/imv.5.gz -share/applications/imv-folder.desktop +share/applications/imv-dir.desktop share/applications/imv.desktop |