Commit graph

84 commits

Author SHA1 Message Date
kilianar 16c80ce911 zotero: remove version from name in desktopItem
Using the version in the name attribute of the desktop item led to
some issues with desktop environments that expect the name to remain
unchanged.
2023-04-30 17:56:18 +02:00
kilianar c18689f9e4 zotero: 6.0.23 -> 6.0.26
https://github.com/zotero/zotero/releases/tag/6.0.26
2023-04-21 12:37:25 +02:00
kilianar ef518da0c3 zotero: 6.0.22 -> 6.0.23
https://github.com/zotero/zotero/releases/tag/6.0.23
2023-03-30 23:33:51 +02:00
Steven Kou 6bc9107566
zotero: 6.0.20 -> 6.0.22
https://www.zotero.org/support/changelog#changes_in_6022_february_22_2023
2023-02-27 18:45:00 +08:00
Kou Yong Kang 1a44669ef4
zotero: 6.0.18 -> 6.0.20 (#210142) 2023-01-16 15:20:37 +01:00
Shea Levy c6980427ce
zotero: 6.0.16 -> 6.0.18 2022-11-22 04:25:03 -05:00
Steven Kou fac38806e6
zotero: 6.0.15 -> 6.0.16 2022-11-03 23:09:25 +08:00
Steven Kou 98db40ce14
zotero: 6.0.12 -> 6.0.15 2022-10-29 12:16:08 +08:00
R. Ryantm 1cd743eb8a zotero: 6.0.10 -> 6.0.12 2022-08-17 01:42:35 +00:00
kilianar a9ecd41c99 zotero: 6.0.9 -> 6.0.10
https://www.zotero.org/support/changelog#changes_in_6010_july_18_2022
2022-07-24 23:38:43 +02:00
kilianar c8941fc6c8 zotero: 6.0.8 -> 6.0.9 2022-06-29 10:38:52 +02:00
Robert Scott 466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
kilianar b0a641eb01 zotero: 6.0.4 -> 6.0.8 2022-06-10 13:20:39 +02:00
R. Ryantm fbf4d8bb3f zotero: 6.0 -> 6.0.4 2022-04-29 09:26:49 -05:00
Artturin c2b8260981 zotero: add x-scheme-handler/zotero to desktop file
so `zotero://select/library/items/GICAH8PU` will work
2022-04-01 09:33:37 +03:00
Christopher Grainger 47a80b3d36
zotero: 5.0.96.3 -> 6.0 2022-03-19 16:14:07 +11: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 7c0b3afddb zotero: 5.0.96.2 -> 5.0.96.3 2021-08-21 21:44:22 +00:00
Imran Hossain 81ffbb808a zotero: 5.0.96 -> 5.0.96.2 2021-05-16 16:32:07 -04:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Imran Hossain 512552d851 zotero: 5.0.95 -> 5.0.96 2021-03-09 01:03:06 -05:00
Imran Hossain 148eff94b3
zotero: 5.0.89 -> 5.0.95 (#113964) 2021-02-22 19:09:28 +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
Daniël de Kok 13ab2b4b10 zotero: fix reliance on coreutils being in PATH
zotero currently fails in pure environments with:

.zotero-wrapped: line 12: readlink: command not found
.zotero-wrapped: line 12: dirname: command not found
.zotero-wrapped: line 13: /zotero-bin: No such file or directory

Because the script assumes that readlink and dirname are
available. Fix by adding coreutils to PATH using the wrapper.
2020-09-01 13:29:46 +02:00
R. RyanTM ada252961c zotero: 5.0.88 -> 5.0.89 2020-08-31 10:17:52 +00:00
R. RyanTM 9668017dc0 zotero: 5.0.87 -> 5.0.88 2020-07-07 23:18:45 +00:00
R. RyanTM 49d5ab48f6 zotero: 5.0.85 -> 5.0.87 2020-05-27 19:58:25 +00:00
R. RyanTM 2a9ae489f4 zotero: 5.0.83 -> 5.0.85 2020-05-12 22:15:34 -07:00
Nick Hu 4665e31ffd
zotero: make wrapGAppsHook work 2020-03-30 21:03:33 +01:00
R. RyanTM 9a2a995a8f zotero: 5.0.82 -> 5.0.83 2020-03-06 07:20:57 +01:00
R. RyanTM 2ff21bdc23 zotero: 5.0.80 -> 5.0.82 2020-01-30 22:07:16 -08:00
R. RyanTM 58e9e03700 zotero: 5.0.77 -> 5.0.80 2019-12-09 16:04:56 -08:00
Jan Tojnar 8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
R. RyanTM d3cf60344b zotero: 5.0.73 -> 5.0.77 (#72693) 2019-11-07 23:29:28 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM 538d38f3c3 zotero: 5.0.71 -> 5.0.73
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zotero/versions
2019-08-20 21:22:43 -07: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 b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
R. RyanTM 6496134c44 zotero: 5.0.67 -> 5.0.71
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zotero/versions
2019-07-20 17:24:36 -07:00
R. RyanTM ecf9cd3513 zotero: 5.0.66 -> 5.0.67
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zotero/versions
2019-06-18 12:12:55 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM 55542f0cfb zotero: 5.0.60 -> 5.0.66
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zotero/versions
2019-04-18 08:43:31 +02:00
jpathy 453c91af6e
Fix desktop file. 2019-03-14 09:56:39 +05:30
jpathy 142260c991
Zotero: Fix to use patchelf instead of FHS Env.
Removed buildFHSUserEnv to use `patchelf` on prebuilt binaries and libs. Should fix issue #48814.
2019-03-04 15:25:17 +05:30
Will Dietz bd8bf8e6ac zotero: 5.0.35.1 -> 5.0.60
Needs glib to run now, add.
2019-01-14 19:29:57 -06:00
Silvan Mosberger 5b4becadf4 zotero: fix (#42881) 2018-07-02 23:51:39 +02:00
Gabriel Ebner 6fc9ee8ae4
Merge pull request #35534 from mimadrid/update/zotero-5.0.35.1
zotero: 5.0.25 -> 5.0.35.1
2018-03-18 12:30:25 +01:00