Accepting request 792595 from home:namtrac:branches:GNOME:Apps
- Update to version 2.1.1: * Fixed wrong version number - Update to version 2.1.0: * New and improved icon (#268) * Option to disable turn page on tap (#270) * A menu on the welcome screen for opening recent files (#69) * Restored shortcuts for showing ToC, annotations, and bookmarks * Fixed application not translated (#274) OBS-URL: https://build.opensuse.org/request/show/792595 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=16
This commit is contained in:
parent
3b01e0433c
commit
6cc2979af6
3
_service
3
_service
@ -4,11 +4,10 @@
|
||||
<param name="filename">foliate</param>
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/2.0.0</param>
|
||||
<param name="revision">refs/tags/2.1.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="localonly" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="changesrevision">01d32d67de021fa452cc354ec2a0ea24d314a8a1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3e47a23b904fe0afd9f9b3b272b50170370f347978615fa876434c81047c1f8
|
||||
size 4912140
|
3
foliate-2.1.1.obscpio
Normal file
3
foliate-2.1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c32ae8e205566be410fe1b2d1aaf66657c259bb60f2b847b8cdf33135337cce1
|
||||
size 4994572
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 05:21:32 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Update to version 2.1.1:
|
||||
* Fixed wrong version number
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 08 15:09:46 UTC 2020 - idonmez@suse.com
|
||||
|
||||
- Update to version 2.1.0:
|
||||
* New and improved icon (#268)
|
||||
* Option to disable turn page on tap (#270)
|
||||
* A menu on the welcome screen for opening recent files (#69)
|
||||
* Restored shortcuts for showing ToC, annotations, and bookmarks
|
||||
* Fixed application not translated (#274)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 05 16:08:11 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: foliate
|
||||
version: 2.0.0
|
||||
mtime: 1586072152
|
||||
commit: 01d32d67de021fa452cc354ec2a0ea24d314a8a1
|
||||
version: 2.1.1
|
||||
mtime: 1586400793
|
||||
commit: 681c7dfe1f6c97c9d218a79d3b333cc4354e5eb6
|
||||
|
||||
|
15
foliate.spec
15
foliate.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define oname com.github.johnfactotum.Foliate
|
||||
Name: foliate
|
||||
Version: 2.0.0
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: A simple and modern GTK eBook reader
|
||||
License: GPL-3.0-only
|
||||
@ -46,14 +46,19 @@ A simple and modern GTK eBook viewer, built with GJS and Epub.js.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
find {README.md,COPYING} -type f -perm /111 -exec chmod 644 {} \;
|
||||
find %{buildroot}/%{_datadir}/. -type f -executable -exec chmod -x "{}" \;
|
||||
for file in %{buildroot}%{_datadir}/%{name}/assets/KindleUnpack/*; do
|
||||
rm %{buildroot}/%{_datadir}/com.github.johnfactotum.Foliate/assets/.eslintrc.json
|
||||
|
||||
for file in %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/*; do
|
||||
chmod a-x $file
|
||||
done
|
||||
pushd %{buildroot}%{_datadir}/%{name}/assets/KindleUnpack/
|
||||
sed -i -e '/^#!\//, 1d' *.py
|
||||
|
||||
pushd %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/
|
||||
sed -i -e '/^#!/, 1d' *.py
|
||||
popd
|
||||
|
||||
%find_lang %{oname} --with-gnome
|
||||
|
||||
%files
|
||||
@ -61,7 +66,7 @@ popd
|
||||
%doc README.md
|
||||
%{_bindir}/%{oname}
|
||||
%{_datadir}/applications/
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/com.github.johnfactotum.Foliate
|
||||
%{_datadir}/glib-2.0/schemas/
|
||||
%{_datadir}/metainfo/
|
||||
%{_datadir}/icons/hicolor/
|
||||
|
Loading…
x
Reference in New Issue
Block a user