summary refs log tree commit diff
path: root/pkgs/applications/office
Commit message (Collapse)AuthorAge
* abiword: Enable parallel building.aszlig2012-12-12
| | | | | | | Shouldn't take _that_ long to build, but I was impatient during fixing the build and it doesn't hurt anyway, does it? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* abiword: Fix glib/gdx_pixbuf related build errors.aszlig2012-12-12
| | | | | | | A bunch of these includes expect extra prefixes which we don't have in Nix, so we are going to batch-fix them with sed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* haskell-hledger-interest: update to version 1.4.2Peter Simons2012-11-26
|
* gnucash: Update to 2.4.11Eelco Dolstra2012-10-09
|
* LibreOffice 3.6.2.2 bugfix update.Michael Raskin2012-10-05
|
* libreoffice: trying to enable parallel buildingLluís Batlle i Rossell2012-09-03
| | | | I use the nix approach about the number of cores, as enableParallelBuilding.
* libreoffice: update to 3.6.1.2Lluís Batlle i Rossell2012-09-03
| | | | I've not tried if it works; I'll revert it if it fails.
* LibreOffice-3.6.0.4Yury G. Kudryashov2012-08-31
| | | | | | | | * Use more system libraries * Enable KDE4 desktop integration * Split preparation between postUnpack, patchPhase and preConfigure Viric, feel free to revert (parts of) this commit.
* calligra-2.5.0Yury G. Kudryashov2012-08-31
|
* skrooge-1.3.2Yury G. Kudryashov2012-08-31
|
* libreoffice: trying to make it build with openjdkLluís Batlle i Rossell2012-08-24
|
* Scribus minor update, modifying dependencies.Vladimír Čunát2012-08-07
| | | | | - using the boostHeaders dep to build scribus with 2geom (internal) - adding more xorg deps to build with XCB support
* zanshin-0.2.1, fix advertised versionYury G. Kudryashov2012-06-13
| | | | svn path=/nixpkgs/trunk/; revision=34491
* skrooge-1.3.0Yury G. Kudryashov2012-06-09
| | | | svn path=/nixpkgs/trunk/; revision=34406
* calligra-2.4.2Yury G. Kudryashov2012-06-09
| | | | svn path=/nixpkgs/trunk/; revision=34405
* Add kbibtexYury G. Kudryashov2012-06-09
| | | | svn path=/nixpkgs/trunk/; revision=34404
* haskell-hledger-interest: updated to version 1.4.1Peter Simons2012-05-29
| | | | svn path=/nixpkgs/trunk/; revision=34285
* Whitespace.Andres Löh2012-05-29
| | | | svn path=/nixpkgs/trunk/; revision=34274
* Added gnumeric.Andres Löh2012-05-29
| | | | svn path=/nixpkgs/trunk/; revision=34272
* It looks like libreoffice was still providing a catalan interface for en_USLluís Batlle i Rossell2012-03-31
| | | | | | | | locale users. I was told en_US was always included, but it seems like not so. svn path=/nixpkgs/trunk/; revision=33496
* Calligra-2.4 RC2Yury G. Kudryashov2012-03-24
| | | | | | Blind commit. Let Hydra build it. svn path=/nixpkgs/trunk/; revision=33391
* * Make English the default language for LibreOffice.Eelco Dolstra2012-03-22
| | | | svn path=/nixpkgs/trunk/; revision=33352
* Removing go-oo. It neither builds neither upstream continues it.Lluís Batlle i Rossell2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33314
* Libreoffice wants a newer libvisio.Lluís Batlle i Rossell2012-03-15
| | | | svn path=/nixpkgs/trunk/; revision=33126
* Trying to update libreoffice to the version today released. Cross fingers; ↵Lluís Batlle i Rossell2012-03-15
| | | | | | we can revert this, if it does not work. svn path=/nixpkgs/trunk/; revision=33117
* Avoiding the wrapper in libreoffice, and trying to use '-lcups'.Lluís Batlle i Rossell2012-03-15
| | | | svn path=/nixpkgs/trunk/; revision=33113
* Adding the cups lib path to ld_libraray_path for libreoffice to be able toLluís Batlle i Rossell2012-03-15
| | | | | | | | | print with cups. That would have been also the fix for go-oo for this problem, I think. svn path=/nixpkgs/trunk/; revision=33112
* Making more symlinks in libreoffice.Lluís Batlle i Rossell2012-03-15
| | | | svn path=/nixpkgs/trunk/; revision=33105
* Adding a '$out/bin/soffice' link to the libreoffice soffice binary.Lluís Batlle i Rossell2012-03-15
| | | | svn path=/nixpkgs/trunk/; revision=33104
* Make nixpkgs ready for gst_all attrset removalYury G. Kudryashov2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33092
* The libreoffice expression needs the 'help' package, or it fails on install.Lluís Batlle i Rossell2012-03-14
| | | | | | | | | | | | (or pass --disable-help, I think). Thus, the fontconfig tests now pass, I remove the disabletests patch. I also removed some configure options that configure did not understand anymore. They were picked from older openoffice expressions. svn path=/nixpkgs/trunk/; revision=33087
* Fixing another script shebang in libreoffice. And the lang configure parameter.Lluís Batlle i Rossell2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33074
* I think libreoffice does not want the 'en-US' language anymore.Lluís Batlle i Rossell2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33071
* Making libreoffice have a configured fontconfig. I hope this will make some ↵Lluís Batlle i Rossell2012-03-14
| | | | | | | | | | | | cppunit tests work, and thus we would not need to disable them. I update the patch that disables tests with one more test disabled, but I don't use it because I hope the build with fonts.conf will work fine. If that is the case, I'll remove the patch file later. If the fonts.conf trick does not work, I may want to extend the patch to disable all failing cases. svn path=/nixpkgs/trunk/; revision=33062
* Next attempt at building libreoffice. I reached it to build it in the build ↵Lluís Batlle i Rossell2012-03-13
| | | | | | | | | | | | | environment, but I don't know if make install will succeed. I also added the translations, that could work with luck. I removed the force field. svn path=/nixpkgs/trunk/; revision=33048
* Fix for an early build failure of libreoffice. Enabling it for hydra to see ↵Lluís Batlle i Rossell2012-03-12
| | | | | | if it builds further. svn path=/nixpkgs/trunk/; revision=33026
* I try to package libreoffice 3.5, as there was a weird segfault in 3.4, and theyLluís Batlle i Rossell2012-03-12
| | | | | | | changed the build system in 3.5. It still does not build either... hopefully by more reachable troubles. svn path=/nixpkgs/trunk/; revision=33022
* Libreoffice is still broken. Setting back the 'force' wall.Lluís Batlle i Rossell2012-03-11
| | | | svn path=/nixpkgs/trunk/; revision=32979
* I made libreoffice build further... Let's see if further enough. I make ↵Lluís Batlle i Rossell2012-03-10
| | | | | | hydra build it regardless of 'force'. Tomorrow we'll see the result. svn path=/nixpkgs/trunk/; revision=32977
* Adding a patch for go-oo, so it does not dislike gcc 4.6.Lluís Batlle i Rossell2012-03-08
| | | | svn path=/nixpkgs/trunk/; revision=32892
* I take back r32860; I'll try to fix libwpd_08Lluís Batlle i Rossell2012-03-07
| | | | svn path=/nixpkgs/trunk/; revision=32870
* Let's see if go_oo will build without system libwpd. The libwpd required by ↵Lluís Batlle i Rossell2012-03-07
| | | | | | oo.org fails to build. svn path=/nixpkgs/trunk/; revision=32860
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-19
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32396
| * * GNUcash updated to 2.4.10.Eelco Dolstra2012-02-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32388
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
| * Regenerated all Haskell packages with the latest version of cabal2nix.Peter Simons2012-02-14
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32292
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-13
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32265
| * Add calligra suiteYury G. Kudryashov2012-02-13
| | | | | | | | | | | | KOffice, rebranded. Let hydra build it. svn path=/nixpkgs/trunk/; revision=32264
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-12
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32231