Commit graph

709 commits

Author SHA1 Message Date
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
DarkScythe97 8c3e7149df oxipng: 1.0.0 -> 1.0.1 2018-02-23 13:01:13 +00:00
volth 06f9b25af3
pngquant: 2.9.1 -> 2.11.7
maintenance
2018-02-18 18:57:16 +00:00
Jens Binkert 3dacdf1dfd graph-easy: init at 0.76 2018-02-14 19:53:05 +01:00
adisbladis daaa594aa5
vips: 8.3.1 -> 8.6.2 2018-02-12 09:50:31 +08:00
DarkScythe97 b22883c9a4 oxipng: init at 1.0.0 2018-02-12 01:14:02 +00:00
Frederik Rietdijk 8754d64185
Merge pull request #34640 from knedlsepp/reduce-graphviz-impurity
graphviz: Explicitly specify libltdl directories
2018-02-09 19:01:19 +00:00
Josef Kemetmueller ceeacd5205 graphviz: Explicitly specify libltdl directories
This should prevent the build from picking up /usr/lib/libltdl.so in
non-chroot builds on non-nixOS.
2018-02-05 20:41:22 +00:00
Michael Weiss 4db7c04160 fim: 0.5rc3 -> 0.6 2018-02-04 16:15:55 +01:00
John Wiegley 0ef512fe7a ditaa: 0.9 -> 0.11 (adds --svg support) 2018-02-03 21:00:17 +01:00
Franz Pletz 4db7cac9e3
pngcrush: 1.8.1 -> 1.8.13 2018-01-28 19:59:42 +01:00
Franz Pletz 5031b5e0c8
optipng: 0.7.6 -> 0.7.7 2018-01-28 19:59:42 +01:00
Orivej Desh 9885029931
Merge pull request #33988 from dtzWill/fix/debian-patches
Fixup debian-patches script, use to fix dead patch URL's
2018-01-19 20:36:31 +00:00
Alexei Boronine dda4457eb1 pngquant: change platforms from linux to unix 2018-01-19 17:13:23 +01:00
Will Dietz fca39a3814 plotutils: regenerate debian patch url's, apply few more
don't include the format-security patch,
because it breaks a test:
https://bugs.gentoo.org/618708
2018-01-17 14:50:59 -06:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tuomas Tynkkynen 0ed9de2546 gnuplot: Use quoting syntax that's compatible with old and new Nix versions
There is probably a way to have it work with substituteInPlace, but
using sed is a cheap solution to not having to figure out how to escape
"'$'" in Nix that works in both versions.

Issue #31179.
Fixes #33833.
2018-01-15 00:03:38 +02:00
Peter Hoeg d2cf59dbed optar: init at 20150210 2018-01-08 22:13:40 +08:00
dywedir db56768550 svgcleaner: 0.9.1 -> 0.9.2 2018-01-06 22:33:54 +02:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
John Wiegley 7147ef8e80 zbar: Enable building on darwin by disabling video support there 2018-01-03 12:40:33 -08:00
Orivej Desh 775150751d
Merge pull request #32691 from yegortimoshenko/qrencode/4.0.0
qrencode: 3.4.4 -> 4.0.0
2017-12-16 22:46:10 +00:00
Michael Raskin 7c91237239
Merge pull request #32731 from yegortimoshenko/graphviz/src
graphviz: cleanup, use autoreconfHook, source from GitLab
2017-12-16 15:39:04 +00:00
Yegor Timoshenko fcabea616e graphviz: cleanup, source from GitLab 2017-12-16 15:33:28 +00:00
Michael Weiss 63596faef1 pfstools: 2.0.5 -> 2.1.0 2017-12-15 16:45:30 +01:00
Yegor Timoshenko 7eabf4484b qrencode: 3.4.4 -> 4.0.0 2017-12-15 01:54:57 +00:00
Orivej Desh bf132e6464 gnuplot_qt: Qt 4 -> Qt 5 2017-12-10 19:30:57 +00:00
Orivej Desh 051cbf7cbe gnuplot: build with libcerf 2017-12-10 19:30:57 +00:00
Will Dietz 7b27b24690 gnuplot: 5.2.1 -> 5.2.2 2017-12-08 16:58:28 -06:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Orivej Desh c8d822252b qt4: delete parallel-build.patch to replace with a generic fix 2017-11-30 09:51:14 +00:00
Orivej Desh 7375e49f58 wkhtmltopdf: fix build
by not appling parallel-build.patch from
a88146d308
2017-11-29 10:19:00 +00:00
Svein Ove Aas 7a8853005a povray: Add X11/SDL preview support 2017-11-23 19:58:20 +00:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
aszlig 63a47699f7
cuneiform: Fix build against glibc 2.26
Since glibc 2.26 the string.h file includes <strings.h>, which in case
of cuneiform will include the strings.h found in Kern/hhh/tigerh/h,
because of the search path order.

Fortunately for us the strings.h in cuneiform are completely unused and
no files reference or include it. I even checked various references to
types within strings.h and the only occurences are in cf_strings.h,
which is also included by other files.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c
2017-11-09 06:06:32 +01:00
Will Dietz 7390087b78 gnuplot: 5.2.0 -> 5.2.1 2017-11-08 01:48:40 -06:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
zimbatm 81baa25fd1 gifsicle: 1.88 -> 1.90 2017-11-01 20:25:50 +00:00
Vladimír Čunát ff437fca45
scrot: 0.8-17 -> 0.8-18
The old patch-set isn't available on Debian anymore.
Uncovered by c3255fe8ec.
2017-10-31 23:40:27 +01:00
Joerg Thalheim 1e3995d3ea svgcleaner: add correct license 2017-10-26 00:02:45 +01:00
mehandes 17af9f8d4d svgcleaner: init at v0.9.1
Svgcleaner is a tool for fast and safe svg optymalization.
2017-10-25 18:43:10 +02:00
Nikolay Amiantov 593c6a8ba3 povray: 3.7.0.3 -> 3.7.0.4
Fixes build with new Boost.
2017-10-18 03:15:23 +03:00
Michael Raskin ef291b52f3 pingus, quirc: fix pkgconfig passing 2017-10-10 17:23:10 +02:00
Alexey Shmalko dfd9a2bbd0
escrotum: Init at 2017-01-28 2017-10-08 14:18:45 +03:00
Vladimír Čunát b174f42d36
dmtx: fixup build after #29039 2017-10-07 11:09:10 +02:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Orivej Desh 6ea9e0d0d9 Merge pull request #29679 from mimadrid/update/gnuplot-5.2.0
gnuplot: 5.0.6 -> 5.2.0
2017-10-01 09:39:27 +00:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Michael Raskin 8d001911db asymptote: do not install sty-files, let texlive care of it
TeXLive version is effectively identical anyway, and it caused an
unneccessary file name collision.

Fixes: #29671
2017-09-23 19:28:09 +02:00
mimadrid a6c5031197
gnuplot: 5.0.6 -> 5.2.0 2017-09-23 00:34:41 +02:00