Commit graph

66 commits

Author SHA1 Message Date
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
volth 7ec0471242 treewide: s/xlibs/xorg/g (#36889) 2018-03-13 10:16:03 +00:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Miguel Madrid Mencía 30eb167014
zotero: 5.0.25 -> 5.0.35.1 2018-02-25 12:07:58 +01:00
Orivej Desh 8a325c4dff zotero: add desktop entry 2017-11-16 11:37:37 +00:00
timor e1a797e37f zotero: 4.0.29 -> 5.0.25
This uses buildFHSUserenv.  The source installation probably does not work until
node2nix supports nodejs-8.x.
2017-11-15 14:53:05 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Vladimír Čunát a890d1765b zotero: mark as broken #20049 2016-11-02 17:32:39 +01:00
Thomas Tuegel cfbb419cb1
zotero: remove ttuegel from maintainers
I don't use Zotero at all anymore, and the Firefox plugin was much more
reliable than the standalone version in my experience.
2016-11-01 10:04:58 -05:00
Edward Tjörnhammar 9b31fcf8c0
zotero: remove esr suffix from version string.
Also escaped the perl regexes since that will become an error in the future.
2016-09-04 21:01:40 +02:00
devhell e3054a2bde zotero: 4.0.28 -> 4.0.29
Built and tested locally.

From the changelog:
```
Firefox 45/46 compatibility
  * [Zotero Standalone] Save PDFs directly from browsers via the Save to
    Zotero button
  * Requires Chrome connector version 4.0.29; updated Safari connector
    coming soon
  * To convert a standalone PDF attachment to a full item, right-click
    the item and choose “Retrieve Metadata for PDF” or “Create Parent
    Item”.
  * [Zotero for Firefox] Don't show Firefox open/save dialog when
    showing style installation prompt
  * Retry additional file sync failures automatically
  * Fixed potential crash when dragging in files on some systems
  * Fixed potential crash when dragging collections to another library
  * Miscellaneous bibliographic output and word processor integration
    fixes
  * Updated citeproc-js to version 1.1.71
  * Fixed spacing of toolbar icons on Windows/Linux in Firefox 43+
  * Use larger text field for Book Title
  * Make highlight color of selected items list rows on Linux more
    distinct when items pane doesn't have focus
  * [Zotero for Firefox] Improved error message on Firefox login manager
    failure
  * Improved error message when trying to use a later database version
```
2016-03-16 14:48:19 +00:00
Edward Tjörnhammar 929cc074b0 Revert "zotero: patch firefox xpi loading"
Since firefox{,-bin} 45 this patch isn't needed.

This reverts commit a6d3b3f97f.
2016-03-16 13:54:44 +01:00
Edward Tjörnhammar a6d3b3f97f zotero: patch firefox xpi loading 2016-02-29 19:11:38 +01:00
Tobias Geerinckx-Rice 3b0dc7b2d7 zotero: remove unused firefox-bin fork
Dead code since 3d919a002d.
2016-01-12 03:08:10 +01:00
Luis Pedro Coelho 7a6debc791 zotero: 4.0.26 -> 4.0.28.8
The previous version was too old for the current version of firefox and
syncing failed with an error: "req.sendAsBinary is not a function". This
new version solves this.

See https://forums.zotero.org/discussion/48500/bug-with-firefox-plugin/
2015-12-31 13:13:31 +01:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
William A. Kennington III adeab5e815 Migrate all heimdal -> libheimdal
Also disable heimdal references in samba as it uses internal api
features not guaranteed to be stable
2015-06-26 17:23:00 -07:00
William A. Kennington III b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Thomas Tuegel e2dabcfcfe zotero: update to 4.0.26 2015-02-21 18:38:32 -06:00