Accepting request 710512 from home:Dead_Mozay
Update to version 1.3.0 OBS-URL: https://build.opensuse.org/request/show/710512 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=1
This commit is contained in:
commit
6796ec1d9f
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<param name="filename">foliate</param>
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">1.3.0</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
<service mode="localonly" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="changesrevision">526ccc6678a786c431c32ffc5549837cb2b4c5d4</param></service></servicedata>
|
3
foliate-1.3.0.obscpio
Normal file
3
foliate-1.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4462779eda74ddd93781f12354c252d527b872c2193ace618819ca55da41310
|
||||
size 2951180
|
142
foliate.changes
Normal file
142
foliate.changes
Normal file
@ -0,0 +1,142 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 09:15:34 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.3.0:
|
||||
* Update screenshot
|
||||
* Fix page divider not showing up when viewer width is 800
|
||||
* Update Spanish translation (#81)
|
||||
* Add Czech translation (#80)
|
||||
* Update French translation (#61)
|
||||
* Add GJS version requirement
|
||||
* Use font on font button
|
||||
* Allow setting font-style, because it's shown in the font chooser
|
||||
* Update translations
|
||||
* Add UI for adding and removing themes
|
||||
* Add support for auto-hiding cursor
|
||||
* Add shortcut for leaving fullscreen
|
||||
* Use const instead of let
|
||||
* Add shortcut for closing current window
|
||||
* Add shortcut for toggling reading progress bar
|
||||
* Handle selection on mouseup
|
||||
* Prefer opening annotation popover from the bottom
|
||||
* Add Indonesian translation (#72)
|
||||
* Prettify config JSON
|
||||
* Add UI for tweaking themes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 16:23:39 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.2.1:
|
||||
* Add Brazilian Portuguese translation (#70)
|
||||
* Add Spanish translation (#65)
|
||||
* Update Italian translation (#66)
|
||||
* Update Russian translation (#62)
|
||||
* Improve reading time estimate for CJK languages
|
||||
* Make step size smaller for font-size and spacing
|
||||
* Build fixes (#64)
|
||||
* Update translations
|
||||
* Add title to file chooser dialog
|
||||
* Fix gigantic spinner with some themes
|
||||
* Fix currentLocation.start being undefined sometimes
|
||||
* Add time left in chapter
|
||||
* Remove unnecessary rounding
|
||||
* Show time left in tooltip
|
||||
* Prevent page flip when zoomed
|
||||
* Add support for zooming and copying images
|
||||
* Update translations
|
||||
* Use plural form for margins label
|
||||
* More gettext workaround
|
||||
* Tweak brightness slider
|
||||
* Add brightness slider
|
||||
* Use theme colors to display book description
|
||||
* Make j and k scroll one line
|
||||
* Set shortcuts in more appropriate places
|
||||
* Use title case in menu
|
||||
* Update Italian translation (#57)
|
||||
* Update translations again
|
||||
* Add "Bookmark current location" to shortcuts window
|
||||
* Update translations
|
||||
* Add custom margin support
|
||||
* Inherit alignment instead of left when not justified
|
||||
* Add shortcut for quit
|
||||
* Show bookmark status on bookmarks button
|
||||
* Add French translation (#54)
|
||||
* Update Russian translation (#55)
|
||||
* Add support for custom themes
|
||||
* Add workaround for gettext bug
|
||||
* Fix error when switching locale
|
||||
* Updated Dutch translation (#51)
|
||||
* Finally fix some books not rendering sometimes
|
||||
* Apply justification to `p` only
|
||||
* Proper patch to fix image width
|
||||
* Update README.md
|
||||
* Update Italian translation (#50)
|
||||
* Add Fedora installation instructions (#39)
|
||||
* Update Russian translation (#48)
|
||||
* Fix book not rendering sometimes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 06 04:34:51 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* Update screenshot
|
||||
* Update translations
|
||||
* Add instruction for enabling auto-hyphenation
|
||||
* Store generated locations in user cache dir instead of localStorage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 05 17:32:13 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.1.1:
|
||||
* Remove note from Void instructions (#47)
|
||||
* Add option to enable single page view
|
||||
* Add option for justification and hyphenation
|
||||
* Add hyphenation
|
||||
* Catch localStorage error
|
||||
* Improve 'use publisher font' mode
|
||||
* Update Russian translation (#33)
|
||||
* Add Void Linux instructions to Readme (#36)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 03 03:53:00 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update Dutch translation (#31)
|
||||
- Update Russian translation (#29)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 02 14:05:17 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.1.0:
|
||||
* Update README.md
|
||||
* Update translations
|
||||
* Fix opening files with would-be-percent-encoded characters
|
||||
* Update Russian translation (#25)
|
||||
* Prevent navigation from wheel event when zoomed in
|
||||
* Add option to disable dictionary lookup
|
||||
* Add option to hide the navbar
|
||||
* Improve scrolling and page navigation
|
||||
* Improve handling of wheel events
|
||||
* Improve shortcuts
|
||||
* Add Dutch translation (#16)
|
||||
* Fix opening files with percent-encoding in their name or path
|
||||
* Add even more aggressive overrides and a switch to disable custom font
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 01 12:17:53 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.0.1:
|
||||
* Add Russian translation
|
||||
* Add Italian translation
|
||||
* Fix error screen misalignment
|
||||
* Update translations
|
||||
* Fix leftover from example project template
|
||||
* Build and run from source without installing, fixed markdown line breaks according to spec
|
||||
* Add AUR package links to README.md
|
||||
* Clarify gesture feature
|
||||
* Add more navigation shortcuts
|
||||
* Fix a regression that breaks layout switching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 1 12:16:44 UTC 2019 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
- Initial package
|
5
foliate.obsinfo
Normal file
5
foliate.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: foliate
|
||||
version: 1.3.0
|
||||
mtime: 1560847373
|
||||
commit: 526ccc6678a786c431c32ffc5549837cb2b4c5d4
|
||||
|
64
foliate.spec
Normal file
64
foliate.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# spec file for package foliate
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define oname com.github.johnfactotum.Foliate
|
||||
Name: foliate
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: A simple and modern GTK eBook reader
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Office/Other
|
||||
URL: https://johnfactotum.github.io/foliate/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gjs-1.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A simple and modern GTK eBook viewer, built with GJS and Epub.js.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
find README.md -type f -perm /111 -exec chmod 644 {} \;
|
||||
%find_lang %{oname} --with-gnome
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/%{oname}
|
||||
%{_datadir}/applications/
|
||||
%{_datadir}/%{oname}/
|
||||
%{_datadir}/glib-2.0/schemas/
|
||||
%{_datadir}/metainfo/
|
||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||
|
||||
%files lang -f %{oname}.lang
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user