calligra-kde4: drop
This commit is contained in:
parent
6c317b62a3
commit
a4c0c4a9b0
@ -1,56 +0,0 @@
|
|||||||
{ stdenv, fetchurl, automoc4, cmake, perl, pkgconfig, kdelibs4, lcms2, libpng, eigen
|
|
||||||
, exiv2, boost, sqlite, icu, vc, shared_mime_info, librevenge, libodfgen, libwpg
|
|
||||||
, libwpd, poppler_qt4, ilmbase, gsl, qca2, marble, libvisio, libmysql, postgresql
|
|
||||||
, freetds, fftw, glew, libkdcraw, pstoedit, opencolorio, kdepimlibs
|
|
||||||
, kactivities, okular, git, oxygen-icons5, makeWrapper
|
|
||||||
# TODO: not found
|
|
||||||
#, xbase, openjpeg
|
|
||||||
# TODO: package libWPS, Spnav, m2mml, LibEtonyek
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "calligra-2.9.11";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://kde/stable/${name}/${name}.tar.xz";
|
|
||||||
sha256 = "02gaahp7a7m53n0hvrp3868s8w37b457isxir0z7b4mwhw7jv3di";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ automoc4 cmake perl pkgconfig makeWrapper ];
|
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
kdelibs4 lcms2 libpng eigen
|
|
||||||
exiv2 boost sqlite icu vc shared_mime_info librevenge libodfgen libwpg
|
|
||||||
libwpd poppler_qt4 ilmbase gsl qca2 marble libvisio libmysql postgresql
|
|
||||||
freetds fftw glew libkdcraw opencolorio kdepimlibs
|
|
||||||
kactivities okular git
|
|
||||||
];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
for i in $out/bin/*; do
|
|
||||||
wrapProgram $i \
|
|
||||||
--prefix PATH ':' "${pstoedit.out}/bin" \
|
|
||||||
--prefix XDG_DATA_DIRS ':' "${oxygen-icons5}/share"
|
|
||||||
done
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "A suite of productivity applications";
|
|
||||||
longDescription = ''
|
|
||||||
Calligra Suite is a set of applications written to help
|
|
||||||
you to accomplish your work. Calligra includes efficient
|
|
||||||
and capable office components: Words for text processing,
|
|
||||||
Sheets for computations, Stage for presentations, Plan for
|
|
||||||
planning, Flow for flowcharts, Kexi for database creation,
|
|
||||||
Krita for painting and raster drawing, and Karbon for
|
|
||||||
vector graphics.
|
|
||||||
'';
|
|
||||||
homepage = http://calligra.org;
|
|
||||||
maintainers = with maintainers; [ phreedom ebzzry ];
|
|
||||||
inherit (kdelibs4.meta) platforms;
|
|
||||||
license = licenses.gpl2;
|
|
||||||
broken = true;
|
|
||||||
};
|
|
||||||
}
|
|
@ -14169,10 +14169,6 @@ with pkgs;
|
|||||||
|
|
||||||
calibre = libsForQt5.callPackage ../applications/misc/calibre { };
|
calibre = libsForQt5.callPackage ../applications/misc/calibre { };
|
||||||
|
|
||||||
calligra2 = kde4.callPackage ../applications/office/calligra/2.nix {
|
|
||||||
vc = vc_0_7;
|
|
||||||
};
|
|
||||||
|
|
||||||
calligra = libsForQt5.callPackage ../applications/office/calligra {
|
calligra = libsForQt5.callPackage ../applications/office/calligra {
|
||||||
inherit (kdeApplications) akonadi-calendar akonadi-contacts;
|
inherit (kdeApplications) akonadi-calendar akonadi-contacts;
|
||||||
openjpeg = openjpeg_1;
|
openjpeg = openjpeg_1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user