Commit Graph

34 Commits

Author SHA1 Message Date
linsui
d5300aa760 jabref: 5.11 -> 5.12 2024-01-23 12:36:15 +08:00
linsui
9de97050d1 jabref: 5.10 -> 5.11 2023-11-19 23:17:22 +08:00
linsui
668ba741fa jabref: disable check update 2023-09-06 20:05:49 +08:00
linsui
5049cb6e4c jabref: 5.9 -> 5.10 2023-09-05 18:48:19 +08:00
linsui
e1ebc51ef6 jabref: fix gapps wrapper 2023-07-24 14:10:59 +08:00
linsui
20b50b7a8f jabref: 5.7 -> 5.9 2023-03-07 19:27:03 +08:00
Oliver Kopp
d3275da53d
jabref: fix license (#209336) 2023-01-06 14:35:15 -05:00
linsui
79833127ca jabref: 5.6 -> 5.7 2022-09-23 12:51:26 +08:00
linsui
b52596ca68 jabref: add gtk3 2022-08-20 19:39:39 +08:00
Emery Hemingway
b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
linsui
2df7e18699 JabRef: 5.5 -> 5.6 2022-07-15 10:12:09 +08:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
7fbc8fa22f jabref: 5.1 -> 5.5 2022-01-31 09:10:36 -08:00
Anders Kaseorg
e12f4db556 treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Followup to #76804.  Fixes #144646.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Robert Schütz
8139e563a3 jabref: does not depend on libav 2021-02-02 17:26:36 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Markus S. Wamser
cfeca32784 jabref: 3.8.1 -> 5.1 2020-10-21 23:06:16 +02:00
zowoq
c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Oliver Kopp
eb112c8bc3
Fix homepage of JabRef 2019-12-19 21:17:26 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Gabriel Ebner
00a5d6d4d4 jabref: fix startup error with gsettings schemas 2017-10-26 12:36:18 +02:00
Vincent Laporte
d1c3cc63e1 jabref: 3.6 -> 3.8.1 2017-01-19 05:54:05 +00:00
patjouk
b2295f70db jabref: 3.5 -> 3.6 2016-08-27 16:28:55 +02:00
Gabriel Ebner
575e0e27b1 jabref: 3.4 -> 3.5 2016-07-22 21:04:30 +02:00
Gabriel Ebner
c6b9ccbdff jabref: 3.3 -> 3.4 2016-06-19 18:55:50 +02:00
Gabriel Ebner
de3ccbbdac jabref: 2.10 -> 3.3 2016-06-13 13:40:16 +02:00
Gabriel Ebner
38220d0315 Add jabref. 2015-03-27 18:03:38 +01:00