Matthew Bauer
ed2a9cf65f
treewide: remove libintl hacks
2018-03-22 16:50:11 -05:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Vladimír Čunát
f9e9c7242a
djvulibre: split dev and bin outputs
2015-10-28 19:36:40 +01:00
William A. Kennington III
e632b7a0c9
djvulibre: Refactor
2015-03-27 15:36:26 -07:00
Vladimír Čunát
0893fc1e7b
djvulibre: small update
...
I find no new build failures of depending packages.
2015-02-12 20:32:24 +01:00
Jason \"Don\" O'Conal
9767a725cc
djvulibre: fix build on darwin ( close #931 )
2013-09-14 15:21:35 +02:00
Vladimír Čunát
c4daf6d2b5
djvulibre: minor update, refactored dependencies
2013-01-29 14:55:14 +01:00
Yury G. Kudryashov
80d21cb05b
Fix djvulibre compilation
...
Also remove djview3. Use djview4 instead.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31307
2012-01-05 09:54:46 +00:00
Eelco Dolstra
dce69134d0
* Added Okular (which is a separate package now).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27723
2011-07-11 14:29:27 +00:00
Yury G. Kudryashov
a10b45e604
Don't build djview3 by default, let hydra build djview4
...
svn path=/nixpkgs/trunk/; revision=22474
2010-07-05 11:09:38 +00:00
Yury G. Kudryashov
22bc695075
Use package overrides instead of getConfig
...
svn path=/nixpkgs/trunk/; revision=21002
2010-04-10 20:26:54 +00:00
Yury G. Kudryashov
f26e437b72
Don't depend on X unless djview3 is requested
...
Also rename option name to "qt3"
svn path=/nixpkgs/trunk/; revision=20908
2010-04-01 12:34:50 +00:00
Sander van der Burg
51e0549398
- Added oxygen icons, which are mandatory for KDE 4.3
...
- Updated DJVU libre to 3.5.22
- Updated KDE graphics, artwork, games to 4.3.1
- Poppler Qt4 backend now uses QT-4.5.x
svn path=/nixpkgs/trunk/; revision=17006
2009-09-10 13:04:14 +00:00
Lluís Batlle i Rossell
40b58959a5
Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
...
svn path=/nixpkgs/trunk/; revision=14760
2009-03-29 20:32:41 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
Some of these should be longDescriptions, but most others just
shouldn't contain newlines. E.g. write
description = "Bla";
and not
description = ''
Bla
'';
This pollutes "nix-env -qa --description" output.
svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Yury G. Kudryashov
81aac8d84d
meta.homepage added to several packages
...
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00
Yury G. Kudryashov
5dcb97fcc1
djvulibre: Qt3 frontend is optional
...
svn path=/nixpkgs/trunk/; revision=10354
2008-01-28 19:48:08 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Michael Raskin
c02cfe4fbe
Added DjVuLibre
...
svn path=/nixpkgs/trunk/; revision=8938
2007-07-01 20:11:32 +00:00