summary refs log tree commit diff
path: root/pkgs/applications/misc/djvulibre
Commit message (Collapse)AuthorAge
* treewide: remove libintl hacksMatthew Bauer2018-03-22
|
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* djvulibre: split dev and bin outputsVladimír Čunát2015-10-28
|
* djvulibre: RefactorWilliam A. Kennington III2015-03-27
|
* djvulibre: small updateVladimír Čunát2015-02-12
| | | | I find no new build failures of depending packages.
* djvulibre: fix build on darwin (close #931)Jason \"Don\" O'Conal2013-09-14
|
* djvulibre: minor update, refactored dependenciesVladimír Čunát2013-01-29
|
* Fix djvulibre compilationYury G. Kudryashov2012-01-05
| | | | | | Also remove djview3. Use djview4 instead. svn path=/nixpkgs/branches/stdenv-updates/; revision=31307
* * Added Okular (which is a separate package now).Eelco Dolstra2011-07-11
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=27723
* Don't build djview3 by default, let hydra build djview4Yury G. Kudryashov2010-07-05
| | | | svn path=/nixpkgs/trunk/; revision=22474
* Use package overrides instead of getConfigYury G. Kudryashov2010-04-10
| | | | svn path=/nixpkgs/trunk/; revision=21002
* Don't depend on X unless djview3 is requestedYury G. Kudryashov2010-04-01
| | | | | | Also rename option name to "qt3" svn path=/nixpkgs/trunk/; revision=20908
* - Added oxygen icons, which are mandatory for KDE 4.3Sander van der Burg2009-09-10
| | | | | | | | | - 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
* Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.Lluís Batlle i Rossell2009-03-29
| | | | svn path=/nixpkgs/trunk/; revision=14760
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | 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
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* djvulibre: Qt3 frontend is optionalYury G. Kudryashov2008-01-28
| | | | svn path=/nixpkgs/trunk/; revision=10354
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* Added DjVuLibreMichael Raskin2007-07-01
svn path=/nixpkgs/trunk/; revision=8938