<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nonguix.git/nonguix/build-system, branch heroic</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.marekpasnikowski.pl/nonguix.git/atom?h=heroic</id>
<link rel='self' href='http://git.marekpasnikowski.pl/nonguix.git/atom?h=heroic'/>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/'/>
<updated>2023-09-03T15:26:26Z</updated>
<entry>
<title>nonguix: chromium-binary-build-system: Use gcc:lib.</title>
<updated>2023-09-03T15:26:26Z</updated>
<author>
<name>John Kehayias</name>
<email>john.kehayias@protonmail.com</email>
</author>
<published>2023-09-03T15:26:26Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=9ef308959e3664e98d924920245228af8ab63bce'/>
<id>urn:sha1:9ef308959e3664e98d924920245228af8ab63bce</id>
<content type='text'>
Effectively reverts changes that came from
9d58bb6e3e93a444d35bf62d4ca98a126ae4f295 which doesn't seem to be needed
anymore.  These got carried into chromium-binary-build-system when it was
introduced.  We need libstdc++ from the gcc:lib package, which is hidden from
users but directly accessible from the build system.  The library from
make-libstdc++ has missing symbols compared to the one from gcc:lib.  The
addition of libgccjit seems to also be unneeded from this change and increases
the closure of e.g. signal-desktop by nearly 10% or 200 MiB.

Fixes #276 and #279.

* nonguix/build-system/chromium-binary.scm (lower)[host-inputs]: Use gcc:lib
again and remove libgccjit.
</content>
</entry>
<entry>
<title>nonguix: Add chromium-binary-build-system.</title>
<updated>2023-07-12T21:18:05Z</updated>
<author>
<name>Giacomo Leidi</name>
<email>goodoldpaul@autistici.org</email>
</author>
<published>2023-05-18T23:04:31Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=f2970727de9bdbb503846705b53720660c14273b'/>
<id>urn:sha1:f2970727de9bdbb503846705b53720660c14273b</id>
<content type='text'>
This build system is an extension to the binary-build-system, designed
to abstract some common boilerplate necessary for packaging Chromium
based software.

* nonguix/build-system/chromium-binary.scm: New file;
* nonguix/build/chromium-binary-build-system.scm: new file;
* nonguix/build/utils.scm (build-paths-for-input): new variable;
(build-paths-from-inputs): New variable.

Signed-off-by: Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;
</content>
</entry>
<entry>
<title>*.scm: Use SPDX license identifiers.</title>
<updated>2022-12-19T16:17:39Z</updated>
<author>
<name>Jonathan Brielmaier</name>
<email>jonathan.brielmaier@web.de</email>
</author>
<published>2022-12-19T16:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=62a5df4222721aae8dd984a39402e6e86cfc6601'/>
<id>urn:sha1:62a5df4222721aae8dd984a39402e6e86cfc6601</id>
<content type='text'>
Fixes https://gitlab.com/nonguix/nonguix/-/issues/224

* *.scm: Use SPDX license identifier and remove obsolete license
statement.
</content>
</entry>
<entry>
<title>nonguix: Update binary build system to pass sources.</title>
<updated>2021-12-13T22:07:52Z</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2021-11-29T23:54:52Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=c736f26faea52cac1a656302cad1560176402ddc'/>
<id>urn:sha1:c736f26faea52cac1a656302cad1560176402ddc</id>
<content type='text'>
* nonguix/build-system/binary.scm (lower): Remove #:source from
  'private-keywords'.
</content>
</entry>
<entry>
<title>nonguix: Update binary build system to return a monadic procedure.</title>
<updated>2021-12-13T22:06:01Z</updated>
<author>
<name>Josselin Poiret</name>
<email>dev@jpoiret.xyz</email>
</author>
<published>2021-11-11T15:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=7b13acb514312895d604e5680c26a7d1306674cc'/>
<id>urn:sha1:7b13acb514312895d604e5680c26a7d1306674cc</id>
<content type='text'>
Fixes https://gitlab.com/nonguix/nonguix/-/issues/146.

* nonguix/build-system/binary.scm (binary-build): Update it.

Signed-off-by: Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;
</content>
</entry>
<entry>
<title>nonguix: Set default build-inputs priority higher than libc32 in binary-build-system.</title>
<updated>2020-05-17T12:36:27Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2020-05-17T12:33:24Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=da95ca97d4fce779cfeec2824c1aaa757fbd2009'/>
<id>urn:sha1:da95ca97d4fce779cfeec2824c1aaa757fbd2009</id>
<content type='text'>
* nonguix/build-system/binary.scm (lower): Swap native-inputs and libc32 in
  build-inputs.  In particular, this fixes static linking with GCC.
</content>
</entry>
<entry>
<title>nonguix: Use the install-plan of the copy-build-system in the binary-build-system.</title>
<updated>2020-02-29T09:42:35Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2020-02-24T12:50:43Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=39fecacaef614871c046a8855af2b4173f7811dd'/>
<id>urn:sha1:39fecacaef614871c046a8855af2b4173f7811dd</id>
<content type='text'>
* nonguix/build-system/binary.scm (lower): Adapt the default value of the
  install plan.
* nonguix/build/binary-build-system.scm (new-install): New procedure.
(old-install): Rename former `install' procedure to this.
(install): New procedure that dispatches over old-install and new-install.
</content>
</entry>
<entry>
<title>nonguix: Fix default values for patchelf-plan and install-plan.</title>
<updated>2019-12-29T18:07:43Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-12-18T16:00:38Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=a35038fb8d8dfd05ec4970177c724d1af390fa2d'/>
<id>urn:sha1:a35038fb8d8dfd05ec4970177c724d1af390fa2d</id>
<content type='text'>
* nonguix/build-system/binary.scm (binary-build): Default values are unquoted,
  so we add an extra quote.
</content>
</entry>
<entry>
<title>Move the "binary" build system from the Gaming Channels to Nonguix.</title>
<updated>2019-12-29T18:07:43Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-12-18T15:06:14Z</published>
<link rel='alternate' type='text/html' href='http://git.marekpasnikowski.pl/nonguix.git/commit/?id=d622a15d0889c18bdfd32b569479001f53567177'/>
<id>urn:sha1:d622a15d0889c18bdfd32b569479001f53567177</id>
<content type='text'>
* nonguix/build-system/binary.scm: New file.
* nonguix/build/binary-build-system.scm: New file.
* nonguix/build/utils.scm: New file.
* nonguix/utils.scm: New file.
</content>
</entry>
</feed>
