mirror of https://git.FreeBSD.org/ports.git
editors/ghex: update to 46.3
Release notes: https://gitlab.gnome.org/GNOME/ghex/-/blob/46.3/NEWS#L1-L19 PR: 288369
This commit is contained in:
parent
d441828f00
commit
82fe81047d
|
@ -1,22 +1,21 @@
|
|||
PORTNAME= ghex
|
||||
PORTVERSION= 46.2
|
||||
PORTVERSION= 46.3
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GNOME hex editor
|
||||
WWW= https://wiki.gnome.org/Apps/Ghex
|
||||
WWW= https://gitlab.gnome.org/GNOME/ghex
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= itstool:textproc/itstool
|
||||
|
||||
USES= gettext desktop-file-utils gnome meson pkgconfig tar:xz
|
||||
USE_GNOME= glib20 gtk40 libadwaita introspection:build
|
||||
USES= desktop-file-utils gettext-tools gnome meson pkgconfig tar:xz
|
||||
USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GLIB_SCHEMAS= org.gnome.GHex.gschema.xml
|
||||
|
||||
|
@ -24,5 +23,4 @@ GLIB_SCHEMAS= org.gnome.GHex.gschema.xml
|
|||
MESON_ARGS= -Dmmap-buffer-backend=false \
|
||||
-Ddirect-buffer-backend=false
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741872246
|
||||
SHA256 (gnome/ghex-46.2.tar.xz) = a8f276a36397a70d20b862ff7c664243d9cf2891deb9be06d745a4f1ac661f31
|
||||
SIZE (gnome/ghex-46.2.tar.xz) = 920680
|
||||
TIMESTAMP = 1753117059
|
||||
SHA256 (gnome/ghex-46.3.tar.xz) = ea16595dfba0a97b55dd106305d56ba2baee95de0b13b75e75966cc31f9b3ec9
|
||||
SIZE (gnome/ghex-46.3.tar.xz) = 922460
|
||||
|
|
|
@ -6,7 +6,7 @@ include/gtkhex-4/hex-document.h
|
|||
lib/girepository-1.0/Hex-4.typelib
|
||||
lib/libgtkhex-4.so
|
||||
lib/libgtkhex-4.so.1
|
||||
lib/libgtkhex-4.so.1.8.0
|
||||
lib/libgtkhex-4.so.1.8.1
|
||||
libdata/pkgconfig/gtkhex-4.pc
|
||||
share/applications/org.gnome.GHex.desktop
|
||||
share/gir-1.0/Hex-4.gir
|
||||
|
|
Loading…
Reference in New Issue