<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/batik.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: java-cglib: Update to 3.3.0.</title>
<updated>2024-04-20T16:31:29+00:00</updated>
<author>
<name>Julien Lepiller</name>
<email>julien@lepiller.eu</email>
</author>
<published>2023-02-25T20:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f1ed3d4699a726cd13985afa32b9c97e72505970'/>
<id>f1ed3d4699a726cd13985afa32b9c97e72505970</id>
<content type='text'>
cglib now requires asm-8 at runtime, so propagate it and do not use
asm-6 in dependents.

* gnu/packages/java.scm (java-cglib): Update to 3.3.0.
(java-plexus-component-metadata-1.7, java-easymock, java-jmock)
(java-jmock-legacy, java-jmock-junit4, java-ops4j-pax-exam-core-spi)
(java-guice, java-fest-assert, java-testng, java-lmax-disruptor)
(java-powermock-reflect, java-powermock-modules-junit4)
(java-kafka-clients, java-jline-2, java-xmlunit, java-eclipse-sisu-plexus)
(java-logback-core): Remove `java-asm` from inputs or native-inputs.
(java-httpcomponents-httpclient-cache)
(java-httpcomponents-httpclient-osgi): Disable tests.
* gnu/packages/batik.scm (java-xmlgraphics-commons): Remove `java-asm`
  from inputs or native inputs.
* gnu/packages/maven.scm (maven-resolver-transport-file)
(maven-resolver-transport-http, maven-model, maven-repository-metadata)
(maven-compat): Remove `java-asm` from inputs or native-inputs.

Change-Id: I92a939e7522d92b185715d7935aabed5ddb77451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cglib now requires asm-8 at runtime, so propagate it and do not use
asm-6 in dependents.

* gnu/packages/java.scm (java-cglib): Update to 3.3.0.
(java-plexus-component-metadata-1.7, java-easymock, java-jmock)
(java-jmock-legacy, java-jmock-junit4, java-ops4j-pax-exam-core-spi)
(java-guice, java-fest-assert, java-testng, java-lmax-disruptor)
(java-powermock-reflect, java-powermock-modules-junit4)
(java-kafka-clients, java-jline-2, java-xmlunit, java-eclipse-sisu-plexus)
(java-logback-core): Remove `java-asm` from inputs or native-inputs.
(java-httpcomponents-httpclient-cache)
(java-httpcomponents-httpclient-osgi): Disable tests.
* gnu/packages/batik.scm (java-xmlgraphics-commons): Remove `java-asm`
  from inputs or native inputs.
* gnu/packages/maven.scm (maven-resolver-transport-file)
(maven-resolver-transport-http, maven-model, maven-repository-metadata)
(maven-compat): Remove `java-asm` from inputs or native-inputs.

Change-Id: I92a939e7522d92b185715d7935aabed5ddb77451
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add java-libbatik.</title>
<updated>2023-08-28T22:36:48+00:00</updated>
<author>
<name>Frank Pursel</name>
<email>frank.pursel@gmail.com</email>
</author>
<published>2023-01-26T16:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d0c508f451d881d0c3814be4a932b6d395c1599a'/>
<id>d0c508f451d881d0c3814be4a932b6d395c1599a</id>
<content type='text'>
* gnu/packages/batik.scm (java-libbatik): New variable.

Signed-off-by: Vagrant Cascadian &lt;vagrant@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/batik.scm (java-libbatik): New variable.

Signed-off-by: Vagrant Cascadian &lt;vagrant@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Move Java XML packages to new module.</title>
<updated>2023-01-08T22:20:59+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-01-08T21:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a4d9ce54880dc0d299e4489a168398440c9e7c33'/>
<id>a4d9ce54880dc0d299e4489a168398440c9e7c33</id>
<content type='text'>
* gnu/packages/xml.scm (java-simple-xml, java-jaxp,
java-apache-xml-commons-resolver, java-jaxen, java-xom, java-xsdlib,
java-xpp3, java-xmlpull2, java-xmlpull-api-v1, java-dom4j, java-kxml2,
java-stax, java-jettison, java-jdom2, java-xstream, java-mxparser): Move these
variables from here...
* gnu/packages/java-xml.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new file.
* gnu/packages/axoloti.scm,
gnu/packages/batik.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/groovy.scm,
gnu/packages/java.scm,
gnu/packages/maven.scm: Adjust module imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/xml.scm (java-simple-xml, java-jaxp,
java-apache-xml-commons-resolver, java-jaxen, java-xom, java-xsdlib,
java-xpp3, java-xmlpull2, java-xmlpull-api-v1, java-dom4j, java-kxml2,
java-stax, java-jettison, java-jdom2, java-xstream, java-mxparser): Move these
variables from here...
* gnu/packages/java-xml.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new file.
* gnu/packages/axoloti.scm,
gnu/packages/batik.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/groovy.scm,
gnu/packages/java.scm,
gnu/packages/maven.scm: Adjust module imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Simplify package inputs.</title>
<updated>2021-12-13T16:48:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-12-13T16:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8394619baceb118df92e355377fd543bb1aa501a'/>
<id>8394619baceb118df92e355377fd543bb1aa501a</id>
<content type='text'>
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: java-xmlgraphics-commons: Update to 2.6 [fixes CVE-2020-11988].</title>
<updated>2021-02-28T04:17:41+00:00</updated>
<author>
<name>Léo Le Bouter</name>
<email>lle-bout@zaclys.net</email>
</author>
<published>2021-02-28T04:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ca36b0389cd2155bf6c7d045f3c77cbb3047b5fb'/>
<id>ca36b0389cd2155bf6c7d045f3c77cbb3047b5fb</id>
<content type='text'>
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: java-xmlgraphics-commons: Update to 2.4.</title>
<updated>2020-04-13T04:56:55+00:00</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2020-04-13T04:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=873b9ddb5ee90602e2f9b6f5673e5d0f519d7feb'/>
<id>873b9ddb5ee90602e2f9b6f5673e5d0f519d7feb</id>
<content type='text'>
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove unnecessary build-side module imports.</title>
<updated>2019-01-07T13:41:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-01-07T13:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6fd5a80dbe7013fc37aa1228051d02b42ee76527'/>
<id>6fd5a80dbe7013fc37aa1228051d02b42ee76527</id>
<content type='text'>
* gnu/packages/batik.scm, gnu/packages/boost.scm,
gnu/packages/calendar.scm, gnu/packages/gl.scm,
gnu/packages/lua.scm, gnu/packages/qt.scm, gnu/packages/simulation.scm,
gnu/packages/terminals.scm: Remove unnecessary import of (guix build
utils).
* gnu/packages/emacs.scm: Remove unnecessary imports of (guix ...).
* gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build
utils) for 'alist-delete'.
* gnu/packages/wxwidgets.scm: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/batik.scm, gnu/packages/boost.scm,
gnu/packages/calendar.scm, gnu/packages/gl.scm,
gnu/packages/lua.scm, gnu/packages/qt.scm, gnu/packages/simulation.scm,
gnu/packages/terminals.scm: Remove unnecessary import of (guix build
utils).
* gnu/packages/emacs.scm: Remove unnecessary imports of (guix ...).
* gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build
utils) for 'alist-delete'.
* gnu/packages/wxwidgets.scm: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: java-w3c-svg: Update synopsis and description.</title>
<updated>2018-10-09T19:44:11+00:00</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-10-09T15:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9096c00629f2582c218d0f081aa78ef43560570c'/>
<id>9096c00629f2582c218d0f081aa78ef43560570c</id>
<content type='text'>
* gnu/packages/batik.scm (java-w3c-svg-1.0)[synopsis]: Modify.
[description]: Modify.
(java-w3c-svg)[synopsis]: Modify.
[description]: Modify.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/batik.scm (java-w3c-svg-1.0)[synopsis]: Modify.
[description]: Modify.
(java-w3c-svg)[synopsis]: Modify.
[description]: Modify.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: java-w3c-svg: Fix build.</title>
<updated>2018-10-09T19:44:09+00:00</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-10-09T15:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b2eda4a55e4ccf61a493fc76aa6a96ac589ed8da'/>
<id>b2eda4a55e4ccf61a493fc76aa6a96ac589ed8da</id>
<content type='text'>
Reported-by: Björn Höfling &lt;bjoern.hoefling@bjoernhoefling.de&gt;

* gnu/packages/batik.scm (java-w3c-svg)[arguments]&lt;#:phases&gt;: Delete
"patch-interface" phase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Björn Höfling &lt;bjoern.hoefling@bjoernhoefling.de&gt;

* gnu/packages/batik.scm (java-w3c-svg)[arguments]&lt;#:phases&gt;: Delete
"patch-interface" phase.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: java-xmlgraphics-commons: Add dependency to java-asm.</title>
<updated>2018-10-07T12:47:36+00:00</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-10-07T12:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=12a0b38ce6f93913ead590bb7ebc35db66a6e7b2'/>
<id>12a0b38ce6f93913ead590bb7ebc35db66a6e7b2</id>
<content type='text'>
* gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add
java-asm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add
java-asm.
</pre>
</div>
</content>
</entry>
</feed>
