about summary refs log tree commit diff
path: root/pkgs/applications/kde/okular.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-17Remove turion (myself) as maintainer from some packagesManuel Bärenz1-1/+1
I have removed myself as maintainer from those packages that: * Have at least one other maintainer * Are outside of my actual expertise, i.e. I wouldn't really know how to fix them if they broke
2023-04-20kde/gear: add new dependenciesK9001-2/+2
2022-12-28plasma5Packages.okular: add option to build without qtspeechSandro Jäckel1-10/+14
2022-10-27licenses: remove fdl12Weijia Wang1-1/+1
2022-09-09okular: add required dependency on all platformsTom Hall1-3/+3
Chmlib is no longer optional by default (if you want to build without it, you have to explicitly say so with a cmake flag). See https://invent.kde.org/graphics/okular/-/commit/913d437822f23730d10bf97c3ed9201f936a33a2
2022-08-26kde/gear: add a few missing dependenciesAndré Vitor de Lima Matos1-2/+2
2021-09-27plasma5Packages: add missing homepages and descriptionsAlyssa Ross1-0/+1
Adapted from <https://apps.kde.org/>.
2020-12-26kdeApplications: fix derivation namesThomas Tuegel1-1/+1
2020-10-30okular: add missing dependencyPeter Hoeg1-2/+2
2020-04-27kde/{kate,konqueror,okular}: decrease text mimetype preferenceMatthew Bauer1-0/+9
These .desktop files set InitialPreference>1 which will override other associations even the .desktop appears first in XDG_DATA_DIRS. This applies to: - org.kde.kate.desktop - org.kde.kwrite.desktop - kfmclient_html.desktop - okularApplication_txt.desktop Fixes #86137
2020-04-19Add myself (turion) to the maintainers list for several packagesManuel Bärenz1-1/+1
Following nh2's advice, I want to be more involved in nixpkgs, and I'll start to review changes to programs that are important to me, and that didn't have a long list of maintainers yet.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-07-05wrapQtAppsHook: wrap Qt applications for runtime dependenciesThomas Tuegel1-6/+6
2018-04-25kde_applications: 17.12.3 -> 18.04.0Bastian Köcher1-2/+2
2018-03-07okular: exclude chmlib on ARMPeter Hoeg1-4/+4
2018-03-07okular: add support for CHM, ZIP and markdown filesPeter Hoeg1-12/+14
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-18kdeFrameworks: fixup inputs and outputsThomas Tuegel1-6/+5
- Reduce environment pollution with a separate $bin output containing programs, plugins, and shared data. Libraries remain in $out and are not installed into the environment. - Only propagate build inputs as required.
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-6/+7
2017-06-18Remove kdeWrapperThomas Tuegel1-22/+16
2017-06-18kdeApplications: rename kdeApp to mkDerivationThomas Tuegel1-2/+2
2017-02-27extra-cmake-modules: Lift Qt dependencyThomas Tuegel1-2/+2
2017-02-27kdeApplications: Move out of desktops/kde-5Thomas Tuegel1-0/+31
- There is no such thing as KDE 5