import baobab-3.28.0-4.el8
This commit is contained in:
parent
979a3942d4
commit
7a5beb027b
13
SOURCES/window-Add-website-link-to-About-dialog.patch
Normal file
13
SOURCES/window-Add-website-link-to-About-dialog.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
|
||||
index c91bf46..8dc0c94 100644
|
||||
--- a/src/baobab-window.vala
|
||||
+++ b/src/baobab-window.vala
|
||||
@@ -311,6 +311,7 @@ namespace Baobab {
|
||||
"logo-icon-name", "baobab",
|
||||
"version", Config.VERSION,
|
||||
"comments", _("A graphical tool to analyze disk usage."),
|
||||
+ "website", "https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer",
|
||||
"copyright", copyright,
|
||||
"license-type", Gtk.License.GPL_2_0,
|
||||
"wrap-license", false,
|
||||
|
@ -0,0 +1,14 @@
|
||||
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
|
||||
index 8dc0c94..c021646 100644
|
||||
--- a/src/baobab-window.vala
|
||||
+++ b/src/baobab-window.vala
|
||||
@@ -307,7 +307,7 @@ namespace Baobab {
|
||||
"Copyright \xc2\xa9 2011-2012 Ryan Lortie, Paolo Borelli, Stefano Facchini\n";
|
||||
|
||||
Gtk.show_about_dialog (this,
|
||||
- "program-name", _("Baobab"),
|
||||
+ "program-name", _("Disk Usage Analyzer"),
|
||||
"logo-icon-name", "baobab",
|
||||
"version", Config.VERSION,
|
||||
"comments", _("A graphical tool to analyze disk usage."),
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: baobab
|
||||
Version: 3.28.0
|
||||
Release: 2%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A graphical directory tree analyzer
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
@ -11,6 +11,10 @@ Source0: https://download.gnome.org/sources/baobab/3.28/%{name}-%{version
|
||||
|
||||
Patch0: build-Fix-gschema-translations.patch
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1725154
|
||||
Patch1: window-Use-Disk-Usage-Analyzer-name-in-About-dialog.patch
|
||||
Patch2: window-Add-website-link-to-About-dialog.patch
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -65,6 +69,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.des
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 15 2019 Ondrej Holy <oholy@redhat.com> - 3.28.0-4
|
||||
- Rebuild to ensure correct dist tag (rhbz#1725154)
|
||||
|
||||
* Mon Oct 14 2019 Ondrej Holy <oholy@redhat.com> - 3.28.0-3
|
||||
- Add website link and update application name in About dialog (rhbz#1725154)
|
||||
|
||||
* Tue Jul 9 2019 Ondrej Holy <oholy@redhat.com> - 3.28.0-2
|
||||
- Fix gschema translations (rhbz#1705583)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user