summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/apvlv
AgeCommit message (Collapse)Author
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-07apvlv: fix build with poppler 0.73.0worldofpeace
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
2018-10-15apvlv: add .desktop fileMatthieu Coudron
2018-03-09Merge #36680: apvlv: fix build with gcc7Vladimír Čunát
2018-03-09apvlv: fix build with gcc7Piotr Bogdan
2018-03-08darwin: disable broken packagesMatthew Bauer
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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-04apvlv: use wrapGAppsHookJörg Thalheim
2017-06-04apvlv: copy main_menubar.glade to out dirDavid Asabina
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.
2017-01-25apvlv: 0.1 -> 0.1.5Robin Gloster
2016-05-19treewide: Make explicit that 'dev' output of poppler is usedTuomas Tynkkynen
2015-06-06Add apvlv pdf readerAntoine R. Dumont