3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

27 commits

Author SHA1 Message Date
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
Automated with:

  git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
4a0e996ada
gnu: pdf2djvu: Disable tests to avoid Python 2 dependencies.
* gnu/packages/djvu.scm (pdf2djvu)[tests]: Set to #f.
[test-target]: Delete argument.
[native-inputs]: Use new style.  Delete python-2 and python2-nose.
[inputs]: Use new style.
2022-05-31 14:54:12 -04:00
Maxim Cournoyer
89f9678126
gnu: didjvu: Switch to a Python 3 compatible fork.
* gnu/packages/djvu.scm (didjvu)[source]: Switch to a Python 3 compatible
fork.
[native-inputs, inputs]: Move below arguments field.  Use new style.  Replace
the Python 2 inputs by their Python 3 equivalents.
2022-05-31 14:53:59 -04:00
Maxim Cournoyer
d9e54dfd4c
gnu: Remove djvusmooth.
* gnu/packages/djvu.scm (djvusmooth): Delete variable.
2022-05-31 14:52:26 -04:00
Maxim Cournoyer
1db8080591
gnu: ocrodjvu: Use a Python 3 compatible fork.
* gnu/packages/djvu.scm (ocrodjvu)[source]: Update URL to Python 3 fork.
[inputs]: Use new style.  Remove python2-subprocess32.  Replace all other
Python 2 inputs by their Python 3 equivalent.  Add python-future and
python-regex.
[arguments]: Use gexps, and adjust accordingly, using this-package-input and
search-input-file.
2022-05-31 14:52:24 -04:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Guillaume Le Vaillant
a12a41cdd1
gnu: pdf2djvu: Fix tests.
* gnu/packages/djvu.scm (pdf2djvu)[arguments]: Add 'set-home-for-tests' phase.
2021-11-13 10:33:54 +01:00
Guillaume Le Vaillant
55483dcb98
gnu: pdf2djvu: Update to 0.9.18.1.
* gnu/packages/djvu.scm (pdf2djvu): Update to 0.9.18.1.
  [arguments]: Add 'fix-tests' phase.
2021-10-27 13:46:48 +02:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Guillaume Le Vaillant
7c2e67400f
gnu: Add ocrodjvu.
* gnu/packages/djvu.scm (ocrodjvu): New variable.
2020-11-29 14:36:57 +01:00
Guillaume Le Vaillant
e7fb2c6e7b
gnu: Add didjvu.
* gnu/packages/djvu.scm (didjvu): New variable.
2020-11-29 14:36:57 +01:00
Tobias Geerinckx-Rice
f404fc1b36
gnu: djvulibre: Remove bundled software.
* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet.
2020-11-26 20:44:39 +01:00
Tobias Geerinckx-Rice
2aa8e8476d
gnu: djvulibre: Update to 3.5.28.
* gnu/packages/djvu.scm (djvulibre): Update to 3.5.28.
[native-inputs]: Add autoconf, automake, and libtool to bootstrap.
[inputs]: Add zlib.
[arguments]: Rename 'reproducible phase to 'make-reproducible and run it
after bootstrapping.
2020-11-26 20:44:39 +01:00
Guillaume Le Vaillant
446ec88a40
gnu: djvusmooth: Fix path to djvused.
* gnu/packages/djvu.scm (djvusmooth)[arguments]: Add 'fix-paths' phase.
2020-11-26 09:37:34 +01:00
Tobias Geerinckx-Rice
8cc6cd3429
gnu: djview: Update to 4.12.
* gnu/packages/djvu.scm (djview): Update to 4.12.
2020-11-23 22:12:18 +01:00
Guillaume Le Vaillant
f14c6af5dc
gnu: Add djvusmooth.
* gnu/packages/djvu.scm (djvusmooth): New variable.
2020-11-23 13:28:19 +01:00
Guillaume Le Vaillant
b7c392a697
gnu: Add minidjvu.
* gnu/packages/djvu.scm (minidjvu): New variable.
2020-11-22 14:28:45 +01:00
Guillaume Le Vaillant
e75d121ca4
gnu: djvulibre: Add JPEG and TIFF support.
* gnu/packages/djvu.scm (djvulibre)[inputs]: Add libjpeg-turbo and libtiff.
2020-11-22 14:28:45 +01:00
Guillaume Le Vaillant
42c8c30ff3
gnu: Add djvu2pdf.
* gnu/packages/djvu.scm (djvu2pdf): New variable.
2020-11-22 14:28:45 +01:00
Guillaume Le Vaillant
f6a42ac946
gnu: Add pdf2djvu.
* gnu/packages/djvu.scm (pdf2djvu): New variable.
2020-11-16 11:23:57 +01:00
Tobias Geerinckx-Rice
e6c2a88f3d
gnu: djview: Update to 4.11.
* gnu/packages/djvu.scm (djview): Update to 4.11.
[source]: Use GIT-FETCH and add a FILE-NAME.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]: Add a ‘make-files-writable’ phase.
2020-06-10 04:37:22 +02:00
Nicolas Goaziou
0d79e82acc
gnu: djview: Fix home-page.
* gnu/packages/djvu.scm (djview)[home-page]: Point specifically to the project
home-page.
2020-02-09 17:22:26 +01:00
Nicolas Goaziou
f8c2d32461
gnu: djview: Fix executable's name in desktop file.
* gnu/packages/djvu.scm (djview)[inputs]: Re-order inputs alphabetically.
[arguments]: Add a phase to fix executable's name in desktop file.
2020-02-09 14:55:25 +01:00
Nicolas Goaziou
794ebb6b74
gnu: Add djview.
* gnu/packages/djvu.scm (djview): New variable.
2020-02-09 13:29:30 +01:00
Z. Ren
5fe2a139df
gnu: djvulibre: Remove timestamps from .svgz files.
* gnu/packages/djvu.scm (djvulibre)[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01 11:05:32 +02:00
Leo Famulari
de67e92288
gnu: Update URLs for sourceforge.net.
* gnu/packages/admin.scm: Update URLs pointing to sourceforge.net.
* gnu/packages/audacity.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/bioinformatics.scm: Likewise.
* gnu/packages/boost.scm: Likewise.
* gnu/packages/cdrom.scm: Likewise.
* gnu/packages/code.scm: Likewise.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/cups.scm: Likewise.
* gnu/packages/djvu.scm: Likewise.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/documentation.scm: Likewise.
* gnu/packages/flashing-tools.scm: Likewise.
* gnu/packages/fonts.scm: Likewise.
* gnu/packages/fontutils.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/ghostscript.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gnucash.scm: Likewise.
* gnu/packages/graphviz.scm: Likewise.
* gnu/packages/image.scm: Likewise.
* gnu/packages/libreoffice.scm: Likewise.
* gnu/packages/libusb.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/lirc.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/mcrypt.scm: Likewise.
* gnu/packages/mp3.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/onc-rpc.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/pdf.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/popt.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/rdesktop.scm: Likewise.
* gnu/packages/screen.scm: Likewise.
* gnu/packages/swig.scm: Likewise.
* gnu/packages/tcl.scm: Likewise.
* gnu/packages/version-control.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/w3m.scm: Likewise.
* gnu/packages/web.scm: Likewise.
* gnu/packages/wm.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xml.scm: Likewise.
2016-07-21 18:09:40 -04:00
Paul van der Walt
1a8bf1dc41 gnu: Add djvulibre.
* gnu/packages/djvu.scm (djvulibre): New variable.
* gnu-system.am: Add the file.
2015-03-05 10:23:07 +01:00