1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: kbibtex
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>,
Pino Toscano <pino@debian.org>,
Section: kde
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.7.2~),
chrpath,
extra-cmake-modules (>= 5.51.0~),
gettext,
qtbase5-dev (>= 5.9.0~),
libicu-dev,
libkf5doctools-dev (>= 5.51.0~),
libkf5i18n-dev (>= 5.51.0~),
libkf5xmlgui-dev (>= 5.51.0~),
libkf5kio-dev (>= 5.51.0~),
libkf5iconthemes-dev (>= 5.51.0~),
libkf5parts-dev (>= 5.51.0~),
libkf5coreaddons-dev (>= 5.51.0~),
libkf5service-dev (>= 5.51.0~),
libkf5wallet-dev (>= 5.51.0~),
libkf5crash-dev (>= 5.51.0~),
libkf5texteditor-dev (>= 5.51.0~),
libqt5xmlpatterns5-dev (>= 5.9.0~),
qtwebengine5-dev (>= 5.9.0~) [amd64 arm64 armhf i386],
libqt5networkauth5-dev (>= 5.9.0~),
libpoppler-qt5-dev,
pkgconf,
pkg-kde-tools,
shared-mime-info,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/kbibtex
Vcs-Git: https://salsa.debian.org/science-team/kbibtex.git
Homepage: https://userbase.kde.org/KBibTeX
Rules-Requires-Root: no
Package: kbibtex
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
kbibtex-data (= ${source:Version})
Recommends: texlive-bibtex-extra,
biber
Suggests: texlive-latex-base,
bibtex2html,
latex2rtf
Description: BibTeX editor for KDE
An application to manage bibliography databases in the BibTeX format. KBibTeX
can be used as a standalone program, but can also be embedded into other KDE
applications (e.g. as bibliography editor into Kile).
.
KBibTeX can query online resources (e.g. Google scholar) via customizable
search URLs. It is also able to import complete datasets from NCBI Pubmed.
It also supports tagging references with keywords and manages references to
local files.
.
BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
number of citation styles.
Package: kbibtex-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: texlive-bibtex-extra
Description: BibTeX editor for KDE -- common data
An application to manage bibliography databases in the BibTeX format. KBibTeX
can be used as a standalone program, but can also be embedded into other KDE
applications (e.g. as bibliography editor into Kile).
.
KBibTeX can query online resources (e.g. Google scholar) via customizable
search URLs. It is also able to import complete datasets from NCBI Pubmed.
It also supports tagging references with keywords and manages references to
local files.
.
BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
number of citation styles.
.
This package include common data needed by kbibtex binaries.
|