summary refs log tree commit diff
path: root/pkgs/applications/misc/apvlv/default.nix
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* apvlv: fix build with poppler 0.73.0worldofpeace2019-02-07
| | | | | | | | | | | Poppler was upgraded in [0] and therefore the build broke, as poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1]. Upstream issue is [2]. [0] https://github.com/NixOS/nixpkgs/commit/7757e43fcb15f3b3e21187787edaad54614ec7e6 [1] https://gitlab.freedesktop.org/poppler/poppler/commit/ef3ef702bc3dc845731e43215400448c5324efd4 [2] https://github.com/naihe2010/apvlv/issues/28
* apvlv: add .desktop fileMatthieu Coudron2018-10-15
|
* Merge #36680: apvlv: fix build with gcc7Vladimír Čunát2018-03-09
|\
| * apvlv: fix build with gcc7Piotr Bogdan2018-03-09
| |
* | darwin: disable broken packagesMatthew Bauer2018-03-08
|/
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* apvlv: use wrapGAppsHookJörg Thalheim2017-06-04
|
* apvlv: copy main_menubar.glade to out dirDavid Asabina2017-06-04
| | | | | | | | The application requires the main_menubar.glade alongside the Startup.pdf. Just making sure all required assets are present :wink:. Currently `apvlv` fails with the `(apvlv:16999): Gtk-ERROR **: failed to add UI: Failed to open file '${store-path}-apvlv-0.1.5/share/doc/apvlv/main_menubar.glade': No such file or directory zsh: trace trap apvlv` error.
* apvlv: 0.1 -> 0.1.5Robin Gloster2017-01-25
|
* treewide: Make explicit that 'dev' output of poppler is usedTuomas Tynkkynen2016-05-19
|
* Add apvlv pdf readerAntoine R. Dumont2015-06-06