ghex: update to 43.0.
This commit is contained in:
parent
2452940a93
commit
554a2716b0
|
@ -1583,7 +1583,7 @@ libslim.so.1.3.6 slim-1.3.6_1
|
|||
libmediaart-2.0.so.0 libmediaart-1.9.1_1
|
||||
libinput.so.10 libinput-1.2.0_1
|
||||
libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1
|
||||
libgtkhex-4.so.0 libgtkhex-42.1_1
|
||||
libgtkhex-4.so.1 libgtkhex-43.0_1
|
||||
libgdlmm-3.0.so.2 libgdlmm-3.7.3_1
|
||||
libdmraid.so.1 dmraid-1.0.0.rc16.3_5
|
||||
libdovecot.so.0 dovecot-2.3.13_3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghex'
|
||||
pkgname=ghex
|
||||
version=42.3
|
||||
version=43.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
|
@ -8,15 +8,15 @@ configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
|
|||
$(vopt_bool gtk_doc gtk_doc)"
|
||||
hostmakedepends="pkg-config iso-codes gettext itstool glib-devel
|
||||
desktop-file-utils gtk-update-icon-cache $(vopt_if gtk_doc gi-docgen)"
|
||||
makedepends="gtk4-devel"
|
||||
makedepends="gtk4-devel libadwaita-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils iso-codes"
|
||||
short_desc="Simple binary editor for GNOME"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only, GFDL-1.1-only"
|
||||
homepage="https://gitlab.gnome.org/GNOME/ghex"
|
||||
changelog="https://gitlab.gnome.org/GNOME/ghex/-/raw/ghex-42/NEWS"
|
||||
distfiles="${GNOME_SITE}/ghex/${version%.*}/ghex-$version.tar.xz"
|
||||
checksum=add40f8ab24921db30d27be58f00273201977d87fdc8d79eceadfa8b0e354def
|
||||
changelog="https://gitlab.gnome.org/GNOME/ghex/-/raw/ghex-43/NEWS"
|
||||
distfiles="${GNOME_SITE}/ghex/${version%.*}/ghex-${version}.tar.xz"
|
||||
checksum=866c0622c66fdb5ad2a475e9cfcccb219a1c6431f009acb2291d43f2140b147e
|
||||
|
||||
build_options="gir gtk_doc"
|
||||
build_options_default="gir gtk_doc"
|
||||
|
@ -36,7 +36,7 @@ libgtkhex_package() {
|
|||
}
|
||||
|
||||
ghex-devel_package() {
|
||||
depends="gtk4-devel libgtkhex>=${version}_${revision}"
|
||||
depends="gtk4-devel libadwaita-devel libgtkhex>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue