Accepting request 1005354 from GNOME:Apps

OBS-URL: https://build.opensuse.org/request/show/1005354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghex?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2022-09-22 12:50:15 +00:00 committed by Git OBS Bridge
commit 9b4d12f46d
5 changed files with 25 additions and 37 deletions

View File

@ -1,31 +0,0 @@
From 8927f9a71e6b0fa46d9c9c11d318333ce6524bf2 Mon Sep 17 00:00:00 2001
From: Logan Rathbone <poprocks@gmail.com>
Date: Wed, 7 Sep 2022 16:26:44 -0400
Subject: [PATCH] icons: Make document-modified-symbolic a resource
Fixes #52
---
.../scalable/actions => src}/document-modified-symbolic.svg | 0
src/ghex.gresource.xml.in | 3 +++
2 files changed, 3 insertions(+)
rename {icons/hicolor/scalable/actions => src}/document-modified-symbolic.svg (100%)
diff --git a/icons/hicolor/scalable/actions/document-modified-symbolic.svg b/src/document-modified-symbolic.svg
similarity index 100%
rename from icons/hicolor/scalable/actions/document-modified-symbolic.svg
rename to src/document-modified-symbolic.svg
diff --git a/src/ghex.gresource.xml.in b/src/ghex.gresource.xml.in
index 512f174..d1e1cf0 100644
--- a/src/ghex.gresource.xml.in
+++ b/src/ghex.gresource.xml.in
@@ -39,4 +39,7 @@
<gresource prefix="@resource_base_path@/gtk">
<file preprocess="xml-stripblanks">help-overlay.ui</file>
</gresource>
+ <gresource prefix="@resource_base_path@/icons/scalable/actions">
+ <file>document-modified-symbolic.svg</file>
+ </gresource>
</gresources>
--
GitLab

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b49b6d54727c266a36d89423d2bfb538507f6955374362282fc5222cc2310b8f
size 1016068

3
ghex-43.rc.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8643e7f09b336412a8f7f6cc0b654d8d9b2b0be5c0365be8d89131c153d33f3
size 1021360

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Sep 21 20:04:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.rc:
+ appwin:
- Properly call gettext on string marked for translation
- Support dragging tabs to new window
+ build: Added option to generate VALA vapi
+ hex-doc:
- Add sanity checks to _get_buffer and _get_file in public API
- Fix assertion check in hex_document_write_to_file_async
- Fix replacing bytes over a gap
+ icons: Make document-modified-symbolic a resource
+ Minor cleanups
+ preferences:
- Vertically center font buttons
- Vertically center spin button
+ widget: Don't drop additional reference on menu model
+ Updated translations.
- Drop 8927f9a7.patch: Fixed upstream.
-------------------------------------------------------------------
Mon Sep 19 08:50:36 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -22,15 +22,13 @@
%define soname libgtkhex-%{ghex_abi}-%{so_ver}
Name: ghex
Version: 43.alpha
Version: 43.rc
Release: 0
Summary: GNOME Binary Editor
License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://wiki.gnome.org/Apps/Ghex
Source: https://download.gnome.org/sources/ghex/43/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 8927f9a7.patch -- icons: Make document-modified-symbolic a resource
Patch: https://gitlab.gnome.org/GNOME/ghex/-/commit/8927f9a7.patch
BuildRequires: fdupes
BuildRequires: meson >= 0.50.0