update to 41.3
This commit is contained in:
parent
6d59df2efe
commit
0e00329175
Binary file not shown.
BIN
devhelp-41.3.tar.xz
Normal file
BIN
devhelp-41.3.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,11 @@
|
|||||||
Name: devhelp
|
Name: devhelp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 41.2
|
Version: 41.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: GTK API documentation browser
|
Summary: GTK API documentation browser
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz
|
||||||
Patch0: fix-meson-0.61.5-compile-error.patch
|
|
||||||
|
|
||||||
BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel gtk-doc itstool meson
|
BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel gtk-doc itstool meson
|
||||||
BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.0)
|
BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.0)
|
||||||
@ -81,6 +80,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Devhelp*
|
|||||||
%{_mandir}/man1/devhelp.1*
|
%{_mandir}/man1/devhelp.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:41.3-1
|
||||||
|
- Update to 41.3
|
||||||
|
|
||||||
* Wed Jun 22 2022 wenlong ding <wenlong.ding@turbolinux.com.cn> - 1:41.2-2
|
* Wed Jun 22 2022 wenlong ding <wenlong.ding@turbolinux.com.cn> - 1:41.2-2
|
||||||
- Add fix-meson-0.61.5-compile-error.patch fix compile error
|
- Add fix-meson-0.61.5-compile-error.patch fix compile error
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +0,0 @@
|
|||||||
diff -up devhelp-41.2/data/meson.build.bak devhelp-41.2/data/meson.build
|
|
||||||
--- devhelp-41.2/data/meson.build.bak 2022-06-22 09:28:43.615000000 +0000
|
|
||||||
+++ devhelp-41.2/data/meson.build 2022-06-22 09:29:10.215000000 +0000
|
|
||||||
@@ -19,7 +19,6 @@ appdata_conf = configuration_data()
|
|
||||||
appdata_conf.set('application_id', APPLICATION_ID)
|
|
||||||
appdata = APPLICATION_ID + '.appdata.xml'
|
|
||||||
appdata_file = I18N.merge_file(
|
|
||||||
- appdata,
|
|
||||||
input: configure_file(
|
|
||||||
input: 'org.gnome.Devhelp.appdata.xml.in.in',
|
|
||||||
output: APPLICATION_ID + '.appdata.xml.in',
|
|
||||||
@@ -45,7 +44,6 @@ desktop_conf = configuration_data()
|
|
||||||
desktop_conf.set('application_id', APPLICATION_ID)
|
|
||||||
desktop = APPLICATION_ID + '.desktop'
|
|
||||||
desktop_file = I18N.merge_file(
|
|
||||||
- desktop,
|
|
||||||
type: 'desktop',
|
|
||||||
input: configure_file(
|
|
||||||
input: 'org.gnome.Devhelp.desktop.in.in',
|
|
||||||
diff -up devhelp-41.2/plugins/gedit-plugin/meson.build.bak devhelp-41.2/plugins/gedit-plugin/meson.build
|
|
||||||
--- devhelp-41.2/plugins/gedit-plugin/meson.build.bak 2022-06-22 09:29:22.208000000 +0000
|
|
||||||
+++ devhelp-41.2/plugins/gedit-plugin/meson.build 2022-06-22 09:29:32.582000000 +0000
|
|
||||||
@@ -7,7 +7,6 @@ install_data(
|
|
||||||
|
|
||||||
plugin_info_file = 'devhelp.plugin'
|
|
||||||
I18N.merge_file(
|
|
||||||
- plugin_info_file,
|
|
||||||
type: 'desktop',
|
|
||||||
input: plugin_info_file + '.desktop.in',
|
|
||||||
output: plugin_info_file,
|
|
||||||
Loading…
x
Reference in New Issue
Block a user