Commit Graph

97 Commits

Author SHA1 Message Date
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
Vladimír Čunát
dbae4f109f Merge branch 'master' into staging
Conflicts (relatively simple):
	pkgs/applications/audio/spotify/default.nix
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/development/compilers/cryptol/1.8.x.nix
2015-01-31 19:34:57 +01:00
Thomas Tuegel
3d919a002d zotero: build standalone from cross-platform XPI with latest firefox 2015-01-24 13:42:19 -06:00
Eric Seidel
f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
Shea Levy
05edd656f6 Missed gcc refs 2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Thomas Tuegel
23b387236d zotero: use firefox instead of xulrunner to fix i686 build 2014-12-14 13:49:34 -06:00
Thomas Tuegel
5c9de38488 zotero: use private firefox and xulrunner
Zotero breaks every time firefox is updated (about every six weeks). It
is always fixed with the next zotero update, but that can take weeks.
Sometimes, upstream even skips firefox releases. This will stop zotero
breaking every time.
2014-12-04 09:40:57 -06:00
Domen Kožar
20a7c54c87 zotero: upgrade to fix xulrunner compatibility 2014-10-22 20:51:10 +02:00
Thomas Tuegel
ad83a961ae zotero: update to 4.0.22
Drop firefox-30.0, which we were only keeping around for
xulrunner-30.0. New Zotero version is compatible up to firefox-32.0.
2014-09-04 11:52:24 -05:00
Vladimír Čunát
05b4882255 zotero: add check to detect xul version breakages 2014-08-15 02:03:52 +02:00
Vladimír Čunát
36a9fb094f merge #3462: zotero update and resurrect xulrunner 2014-08-15 01:55:56 +02:00
Thomas Tuegel
77c99b10fc zotero: version bump 4.0.21.1 -> 4.0.21.2 2014-08-04 05:56:58 -05:00
Eelco Dolstra
40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Thomas Tuegel
e07fde4017 Update zotero 4.0.20 -> 4.0.21.1 2014-06-20 08:00:06 -05:00
Thomas Tuegel
3a9917bf18 zotero: version bump 4.0.19 -> 4.0.20 (close #2581) 2014-05-08 22:31:56 +02:00
Thomas Tuegel
5554d9c688 Add zotero 4.0.19 (close #2043)
@vcunat simplied the expression a little.
2014-03-27 22:42:47 +01:00