e68381f213
- Update to version 2021.10.23+git.1636702550.2ab1584: * Fixed reset to beginning of row when resizing term and Seamless==True * Implement SeamlessBetweenChapters Squashed commit of the following: * Minor annotation & prevent next page animation on edge of book * Removed Board class * Added TextStructure dataclass * Give styling to images * Better image opening scheme * Refactor parser.get_lines(width) to get_lines(textwidth) * Fixed image cursor on double spread and progress pctg in double spread * Refactor variables OBS-URL: https://build.opensuse.org/request/show/934246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=2
17 lines
599 B
Plaintext
17 lines
599 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionprefix">2021.10.23+git</param>
|
|
<param name="url">https://github.com/wustho/epy.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
<param name="keep">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|