<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bookpipeline/cmd/rescribe/makefile, branch rotation</title>
<subtitle>Tools to process books in a cloud based pipeline system</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/'/>
<entry>
<title>Add make rule for wayland linux version</title>
<updated>2024-02-16T09:37:54+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2024-02-16T09:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=078fb79490d099fe08fc96671cbdab735fdbfaef'/>
<id>078fb79490d099fe08fc96671cbdab735fdbfaef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix signing of MacOS build</title>
<updated>2024-02-06T20:13:16+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2024-02-06T20:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=4e06a0bce9b1f31858ddd951c236246dfb0ae56a'/>
<id>4e06a0bce9b1f31858ddd951c236246dfb0ae56a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescribe: add embed tag to fyne packaging, to ensure embedded parts arent stripped out</title>
<updated>2022-11-17T17:00:57+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-11-17T17:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=84454b513f8b356c95b08336d1f75043b863870e'/>
<id>84454b513f8b356c95b08336d1f75043b863870e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify flatpak build by removing make rule it used</title>
<updated>2022-11-11T16:45:07+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-11-11T16:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=eac3d2a6c3302e78b34f4b680b7672d4bb44f9e3'/>
<id>eac3d2a6c3302e78b34f4b680b7672d4bb44f9e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add flatpak support, including a appdata and .desktop files</title>
<updated>2022-11-11T13:21:11+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-11-11T13:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=45627c634fe9678ce9e422f7901cc141cc723778'/>
<id>45627c634fe9678ce9e422f7901cc141cc723778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescribe: ensure all embed files are correctly listed in makefile</title>
<updated>2022-10-30T11:15:38+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-10-30T11:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=3a6024e4b35ce0a111ad1a0e2cfd3a91177e0b87'/>
<id>3a6024e4b35ce0a111ad1a0e2cfd3a91177e0b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow completely non-embedded builds</title>
<updated>2022-10-27T15:30:37+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-10-27T15:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=811601e4b446b1c598af965b74155f7f76ffb7e9'/>
<id>811601e4b446b1c598af965b74155f7f76ffb7e9</id>
<content type='text'>
This enables installs straight from 'go install' or 'fyne install'. It
also means warning if a system getgbook isn't found, and erroring if
tesseract isn't found (as was done already). The location of getgbook
can therefore now be specified on the command line.

Embedded builds are enabled with the -tags embed flag, which the makefile
sets for all builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables installs straight from 'go install' or 'fyne install'. It
also means warning if a system getgbook isn't found, and erroring if
tesseract isn't found (as was done already). The location of getgbook
can therefore now be specified on the command line.

Embedded builds are enabled with the -tags embed flag, which the makefile
sets for all builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>rescribe: add make clean rule</title>
<updated>2022-03-28T10:24:16+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-03-28T10:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=af8c39acb0b7fb7ae04fd668fcf99b8b3ddc600f'/>
<id>af8c39acb0b7fb7ae04fd668fcf99b8b3ddc600f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescribe: change makefile so intermediate build objects go in build/, final executables go to dist/</title>
<updated>2022-03-22T10:59:09+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-03-22T10:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=d236c0e529a9e94a257d85741d4d436ff8246c64'/>
<id>d236c0e529a9e94a257d85741d4d436ff8246c64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescribe: put darwin builds in darwin/ rather than darwin_universal/</title>
<updated>2022-03-21T18:45:34+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2022-03-21T18:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=26fdae8f8a68139731caeb8c586bd925c43af26f'/>
<id>26fdae8f8a68139731caeb8c586bd925c43af26f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
