Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ghex: update to 43.0.
@ 2022-12-11 20:53 paper42
  2022-12-12 15:47 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-12-11 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1237 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages ghex-43
https://github.com/void-linux/void-packages/pull/41019

ghex: update to 43.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41019.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ghex-43-41019.patch --]
[-- Type: text/x-diff, Size: 2401 bytes --]

From 1c11fd1a9704887f528b3afb9af6959a6f9840a0 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Dec 2022 20:10:42 +0100
Subject: [PATCH] ghex: update to 43.0.

---
 common/shlibs         |  2 +-
 srcpkgs/ghex/template | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 72c62657dc59..52d1f20b9416 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1581,7 +1581,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
diff --git a/srcpkgs/ghex/template b/srcpkgs/ghex/template
index 6d9b98d886ab..e0d0ce8b5630 100644
--- a/srcpkgs/ghex/template
+++ b/srcpkgs/ghex/template
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: ghex: update to 43.0.
  2022-12-11 20:53 [PR PATCH] ghex: update to 43.0 paper42
@ 2022-12-12 15:47 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-12-12 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

There's a merged pull request on the void-packages repository

ghex: update to 43.0.
https://github.com/void-linux/void-packages/pull/41019

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-12 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 20:53 [PR PATCH] ghex: update to 43.0 paper42
2022-12-12 15:47 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).