Accepting request 818418 from home:Charadon:branches:GNOME:Apps
- Fixed dependency issue - Added symlink "foliate" targetting main binary. ================= I tried gobject-introspection, and unfortunately it does NOT fix the issue of not getting dependencies. I don't know if other dependencies are missing still, all I know is that if this one (webkit) was missing, the program would refuse to launch. As for the .changes file, let me know how to actually format that, because I can't for the life of me figure out what i'm doing wrong compared to the ones before me. OBS-URL: https://build.opensuse.org/request/show/818418 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 22:31:18 UTC 2020 - Scott Young <dev@iotib.net>
|
||||
|
||||
- Fixed dependency issue
|
||||
- Added symlink "foliate" targetting main binary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 08:26:09 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@@ -32,6 +32,8 @@ BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gjs-1.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: gobject-introspection
|
||||
Requires: typelib(WebKit2)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -61,10 +63,13 @@ popd
|
||||
|
||||
%find_lang %{oname} --with-gnome
|
||||
|
||||
ln -sr %{buildroot}/%{_bindir}/%{oname} %{buildroot}/%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/%{oname}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/
|
||||
%{_datadir}/com.github.johnfactotum.Foliate
|
||||
%{_datadir}/glib-2.0/schemas/
|
||||
|
Reference in New Issue
Block a user