Commit graph

3221 commits

Author SHA1 Message Date
Robert Schütz 63b06d0251
Merge pull request #45148 from r-ryantm/auto-update/seafile-client
seafile-client: 6.2.3 -> 6.2.4
2018-08-20 17:30:39 +02:00
Robert Schütz 5e37eef2a7 seafile-shared: 6.2.3 -> 6.2.4 2018-08-20 16:49:55 +02:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
R. RyanTM 06275ccb89 adapta-gtk-theme: 3.94.0.1 -> 3.94.0.92 (#45264)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/adapta-gtk-theme/versions.
2018-08-20 00:11:20 +02:00
Jörg Thalheim 134d599b00
Merge pull request #45325 from LnL7/vim-nix
vim-nix: 2018-07-01 -> 2018-08-19
2018-08-19 14:00:28 +01:00
Daiderd Jordan 7efb1828ed
Merge pull request #45311 from Thra11/vim-lastplace
vim-lastplace: init at 2017-06-13
2018-08-19 13:32:53 +02:00
Daiderd Jordan 27fcd62209
vim-nix: 2018-07-01 -> 2018-08-19 2018-08-19 13:06:51 +02:00
Tom Hall 8749b34586 vim-qml: init at 2018-07-22 2018-08-18 20:06:44 +01:00
Tom Hall c4bf74e28c vim-lastplace: init at 2017-06-13 2018-08-18 20:04:49 +01:00
Joachim F c69e3ba514
Merge pull request #45197 from Chiiruno/dev/dolphin
dolphinEmuMaster: 2018-07-22 -> 2018-08-17
2018-08-18 18:43:12 +00:00
Okina Matara 6cf43791e7 dolphinEmuMaster: 2018-07-22 -> 2018-08-17 2018-08-18 12:38:13 -05:00
Vladimír Čunát 14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
R. RyanTM 81b681c0f5 sc-controller: 0.4.3 -> 0.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sc-controller/versions.
2018-08-16 12:53:12 -07:00
Timo Kaufmann e2c3728f0e
Merge pull request #45128 from r-ryantm/auto-update/xscreensaver
xscreensaver: 5.39 -> 5.40
2018-08-16 20:56:02 +02:00
R. RyanTM c3e4b87dfb xscreensaver: 5.39 -> 5.40
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xscreensaver/versions.
2018-08-16 11:22:23 -07:00
Johannes Frankenau d4f0848cae splix: install color profiles and enable JBIG 2018-08-16 15:53:00 +02:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Malakhovski c8baf7cc0c foo2zjs: make tests run, but disable 2018-08-11 09:35:31 +00:00
Jan Malakhovski a12d40eb7e cups: fix tests 2018-08-11 09:35:22 +00:00
Pascal Wittmann a34579e01e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Matthew Bauer 68b5f51d6f brightnessctl: also install udev rules
Fixes #44877
2018-08-10 13:44:58 -04:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann 676f09be67
xlockmore: 5.55 -> 5.56 2018-08-07 23:16:42 +02:00
CrazedProgrammer cb183acbaa ccemux: init at 1.1.0 (#44614) 2018-08-07 21:45:01 +02:00
Silvan Mosberger 308d7809d3
Merge pull request #44292 from mankyKitty/vscode-exts-update-script
vscode-extensions: Script to generate Nix for "latest" version of all installed vscode extensions
2018-08-07 03:22:56 +02:00
Sean Chalmers 9321785bab vscode-extensions: script to generate Nix for "latest" version of all installed vscode extensions
Added better practices to update_exts script.

Use `jq` instead of `grep` for more reliable JSON querying.

Check for 404 when requesting package.json information to avoid mangled
output.

Added proper failure points for missing vscode package, unknown version,
and if the code executable couldn't be found.

Switched to using a `nix-shell` shebang for even better reliability and
use the `sh` shell to be that little bit more generic.

Script is still clunky and sequential, anything more and I'd need to
write a proper program to do this and that's getting a bit silly? But
people that have a dozen or so extensions might be in for a long wait.

Be explicit about using bash

Improve the use of jq to remove unnecessary use of tr. Hat-tip coretemp.

Add some comments, finally.

Remove the `fetch` function.

Change the `get_ver` function to more accurately demonstrate what it is trying
to do, as well as add in some better error handling for non-200 http responses.

I couldn't make the bash `${param/search/replacement}` work for chopping up the
response in the `get_ver` function, hence the use of `sed`. Hopefully it all
makes a bit more sense now.

Remove github requests.

VSIXPackage is just a zip format in disguise so use a tmpdir and unpackage the
package.json file for the file in question so we can get the precise version
that we're interested in without additional redundant calls to github that may
not provide the right answer anyway.

Add trap to try to clean up the temp folders and clean up as we go.

I can't use 'fetchurl' or even 'nix-prefetch-url' because for the former we
don't yet know the hash that we're after and for the latter there isn't a way to
tie the predownloaded file into the next part of the workflow.

Prevent an unnecessary file from being extracted.

Change the unzip command to read the file we're after to stdout so we can use jq
on it directly instead of creating a file, reading it, then deleting it.

Courtesy of worldofpeace, remove the dependency on coreutils and use the
provided nix-hash function to generate the required hash.

Fix up a comment

Remove use of 'awk' and clean up individual Nix printing with cat to EOF expression.
2018-08-07 10:14:57 +10:00
Wael M. Nasreddine e8a5f6c225
tmuxPlugins: expose mkDerivation for creating a TMUX plugins 2018-08-06 12:17:45 -07:00
Wael M. Nasreddine 9bf0ebac7e
tmux-plugins: fix the fzf-tmux-url derivation 2018-08-06 11:15:16 -07:00
Pascal Wittmann f442f7d2b2
dosbox-unstable: add license
see issue #43716
2018-08-06 12:45:57 +02:00
Pascal Wittmann 123e622466
phabricator: add license
see issue #43716
2018-08-06 12:14:05 +02:00
Robin Gloster 93a056993f urbit: clean-up 2018-08-05 20:34:24 +02:00
Joseph Lukasik 26875910cb urbit: Don't use bootstrap scripts, no buildPhase
Incorporating feedback from https://github.com/nixos/nixpkgs/pull/43799

Also cleaned up some cruft from previous versions that didn't build with Meson/Ninja.
2018-08-05 20:34:24 +02:00
Joseph Lukasik 4a044699ae urbit: 0.4.5 -> 0.6.0
Following https://urbit.org/docs/using/install/
2018-08-05 20:34:24 +02:00
Wael M. Nasreddine b246709f1b
tmuxPlugins: add fzf-tmux-url to the list of plugins 2018-08-05 00:13:47 -07:00
Bignaux Ronan 4c2c12da20 caprice32: unstable-2018-02-10 -> unstable-2018-03-05 (#44462) 2018-08-04 22:21:17 +02:00
Tuomas Tynkkynen 008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
John Ericson f0d6b385d1 treewide: Make all the rest of configureFlags 2018-08-03 17:06:03 -04:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
John Ericson 85a9913edd treewide: Make more complicated configureFlags lists 2018-08-03 17:06:03 -04:00
Thomas Bach 7e60f1c678 mfcl8690cdw: init lpdr and cupswrapper at 1.0.2/1.0.3 (#43968)
Provide printer driver for Brother MFC-L8690CDW.
2018-08-03 20:18:32 +02:00
Jörg Thalheim d50253237e beats: upgrade default from v5 to v6 2018-08-03 12:06:58 +01:00
xeji d7c34debe2
Merge pull request #44283 from kalbasit/nixpkgs-fix-44282
cups-filters: fix the build with poppler-0.67.0
2018-08-01 10:25:53 +02:00
Wael M. Nasreddine 347ff3238a
cups-filters: fix the build with poppler-0.67.0
Apply the patch from https://github.com/OpenPrinting/cups-filters/pull/51

closes #44282
2018-08-01 00:47:56 -07:00
Luke Adams 06b429062f scrcpy: init at v1.2 2018-07-31 21:56:11 -05:00
Robert Schütz 78b089016e seafile-shared: 6.2.2 -> 6.2.3 2018-07-30 23:49:22 +02:00
Okina Matara 21e5d59f9c dolphinEmuMaster: 2018-07-02 -> 2018-07-22 2018-07-30 09:42:53 -07:00
Silvan Mosberger ab19473a21
Merge pull request #44119 from ikervagyok/wine313
wine{Unstable,Staging,-mono,tricks}: update to latest version
2018-07-29 22:01:08 +02:00
Alan Pearce 8aecf68616 cups-toshiba-estudio: 7.51 -> 7.89 (#43850) 2018-07-29 21:51:47 +02:00
José Romildo Malaquias 09d25d7d65 plano-theme: 3.28-1 -> 3.28-2 (#44128) 2018-07-29 21:15:14 +02:00
gnidorah b6d92b89e3 twilight, kde2-decoration: add myself to maintainers 2018-07-28 17:45:45 +03:00
Bas van Dijk ebcdb822f8 elk: 6.2.4 -> 6.3.2
* The ELK stack is upgraded to 6.3.2.

* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
  a suite of additional features. These are however licensed under the unfree
  "Elastic License".

* Fortunately they also provide OSS versions which are now packaged
  under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
  Note that the naming of the attributes is consistent with upstream.

* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
  version by default. You can also run the test on the unfree ELK using:
  `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Symphorien Gibol dddaa94ac2 neovim wrapper: also make <vimplugin>.pythonDepedencies a function
A function of the same signature as the argument of python.withPackages
2018-07-27 00:27:44 +02:00
Lengyel Balázs 8c8f0c8058 winetricks: 20180513 -> 20180603 2018-07-26 11:52:20 +02:00
Lengyel Balázs 30e0a5b009 wine-mono: 4.7.1 -> 4.7.3 2018-07-26 11:48:41 +02:00
Lengyel Balázs d3de53eae5 wine{Unstable,Staging}: 3.11 -> 3.13 2018-07-26 11:45:18 +02:00
Daiderd Jordan 9ac035b5a6
vim-plugins: add extra plugins
- isort
- splice
- a bunch of tpope's missing plugins
2018-07-26 00:37:14 +02:00
Daiderd Jordan 4301f22197
vim-plugins: automatic updates 2018-07-26 00:16:21 +02:00
Daiderd Jordan 3290f1d42a
Merge pull request #44063 from LnL7/ycmd-fix-jedi
ycmd: 2018-06-14 -> 2018-07-24
2018-07-25 23:26:36 +02:00
Silvan Mosberger 56dd84bef7
Merge pull request #43829 from eadwu/vscode-extensions.ms-python.python/2018.7.0
vscode-extensions.ms-python.python: 2018.6.0 -> 2018.7.0
2018-07-24 23:37:42 +02:00
Daiderd Jordan 4eb70fbd22
vim-youcompleteme: 2018-06-20 -> 2018-07-24 2018-07-24 21:56:47 +02:00
Pascal Wittmann e3523b4ef1
alock: add license
see issue #43716
2018-07-22 17:20:32 +02:00
Pascal Wittmann 1fc0e6f056
xwiimote: add license
see issue #43716
2018-07-22 16:56:08 +02:00
worldofpeace d106bf9633
lollypop-portal: add version 2018-07-22 06:25:56 -04:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Daiderd Jordan c4a0133602
Merge pull request #43871 from hcmensch/master
vim-plugin-names/default.nix: data added for vim-ledger
2018-07-21 11:19:43 +02:00
Frederik Rietdijk 251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk def387a70f
Merge pull request #43780 from r-ryantm/auto-update/cups-filters
cups-filters: 1.20.3 -> 1.20.4
2018-07-21 10:55:05 +02:00
hcmensch 6e878df451
added info for vim-ledger plugin in default.nix 2018-07-20 23:00:54 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
hcmensch 8993ddf897
Update vim-plugin-names 2018-07-20 18:23:21 -04:00
volth 6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Frederik Rietdijk 1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Edmund Wu fa94354b98
vscode-extensions.ms-python.python: 2018.6.0 -> 2018.7.0 2018-07-19 15:15:34 -04:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Will Dietz 7e9be73138 vim-plugins: add alias for maktaba so it is found as a dependency 2018-07-19 11:21:05 -05:00
Will Dietz ee68c9e084 vim-plugins: simplify command slightly, overwrite 'result' if present 2018-07-19 11:21:05 -05:00
Will Dietz 0073c30dbf vim-plugins: document sorting, fix vim command to not ask to hit enter
Fixes #38748. Hopefully :).
2018-07-19 11:21:05 -05:00
Will Dietz a79a0c686b vim-plugins: swift, fastfold, some colorschemes 2018-07-19 11:20:49 -05:00
Will Dietz 0204a2739c vim-plugins: update (2018-07-19)
Moved 'dhall-vim' to match order in vim-plugin-names,
so diff'ing against generated expressions is easier.

There's a "vim-nix" update in here! :)
2018-07-19 10:42:59 -05:00
Michael Raskin 3f65c5f5d1
Merge pull request #43775 from r-ryantm/auto-update/foo2zjs
foo2zjs: 20171202 -> 20180519
2018-07-19 08:54:28 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM 362e1702b1 cups-filters: 1.20.3 -> 1.20.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cups-filters/versions.
2018-07-18 16:04:53 -07:00
R. RyanTM da7899dc29 foo2zjs: 20171202 -> 20180519
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/foo2zjs/versions.
2018-07-18 15:30:35 -07:00
Jan Malakhovski 2c28747f95 libcardiacarrest: 11.0-6 -> 12.1-6 (#43697) 2018-07-18 21:06:26 +02:00
volth 101df126bb config.skipAliases -> config.allowAliases 2018-07-17 14:46:21 +00:00
volth 4bafaaff8a config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliases 2018-07-17 14:46:21 +00:00
Frederik Rietdijk 6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Franz Pletz e3291c31ed
Merge pull request #43447 from worldofpeace/lollypop-portal
lollypop-portal: init at 0.9.7
2018-07-16 04:02:57 +00:00
Robert Schütz 18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
R. RyanTM 1023e69d38 adapta-gtk-theme: 3.93.1.28 -> 3.94.0.1 (#43373)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.
2018-07-14 20:54:08 +02:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
worldofpeace 0761bdbc29 lollypop-portal: init at 0.9.7 2018-07-13 06:49:13 -04:00
Tuomas Tynkkynen d0195f0e1d U-Boot: 2018.05 -> 2018.07
- We get to drop a bunch of patches. Yay!
- bison and flex are now needed
2018-07-12 17:03:40 +03:00
Robert Schütz 2559d6eab6 seafile-shared: 6.2.1 -> 6.2.2 2018-07-12 10:07:32 +02:00
Frederik Rietdijk f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
adisbladis ebc6cd58be
Merge pull request #43167 from eadwu/vscode-extensions.ms-vscode.cpptools/0.17.6
vscode-extensions.ms-vscode.cpptools: 0.16.1 -> 0.17.6
2018-07-10 20:58:13 +08:00
Jan Tojnar 28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
Edmund Wu a2986ad883
vscode-extensions.ms-vscode.cpptools: 0.16.1 -> 0.17.6 2018-07-07 21:53:58 -04:00
Edmund Wu 4ea0930f71
vscode-extensions.ms-python.python: 0.8.0 -> 2018.6.0 2018-07-07 21:53:11 -04:00
leenaars 5902e11cd6 termtekst: init -> 1.0 (#43045) 2018-07-06 21:55:18 +02:00
R. RyanTM 593bb456e4 adapta-gtk-theme: 3.93.1.22 -> 3.93.1.28 (#43056)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

Version release notes (from GitHub):
* Added some workarounds for Pixel-saver applet in Budgie (Gtk+ 3.2x/4.0).
* Dropped some outdated styling in FirefoxQuantum (Gtk+ 3.2x/4.0).

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/2a01274ab6cfba1470a7eec4fd70802c
- du listing: https://gist.github.com/9c89b76ba6d49d6056387e6e044f346f
2018-07-06 20:16:29 +02:00
Robert Schütz 376b222fd7 seafile-shared: 6.1.0 -> 6.2.1 2018-07-06 16:01:49 +02:00
Matthew Bauer bb0febf575
Merge pull request #43079 from matthewbauer/rework-extra-pkgs
Rework stage.nix's extraPkgs
2018-07-05 18:05:57 -04:00
xeji b1abb5a8c2
Merge pull request #42974 from r-ryantm/auto-update/mxt-app
mxt-app: 1.27 -> 1.28
2018-07-05 23:55:57 +02:00
Uli Baum 0aaf209b33 mxt-app: limit platforms to linux
never built on darwin
2018-07-05 23:35:49 +02:00
Matthew Bauer c491a99362 treewide: remove callPackage_i686
This has been replaced with pkgsi686Linux.callPackage
2018-07-05 14:04:52 -04:00
José Romildo Malaquias 2e908cb18c theme-jade1: 3.2 -> 3.3 (#43038) 2018-07-05 09:24:39 +02:00
Michael Hoang 6b2bdc36f8 mfcl2740dwcupswrapper: init at 3.2.0-1
CUPS wrapper for Brother MFC-L2740DW
2018-07-04 19:43:23 +10:00
Michael Hoang cc7fba1ce3 mfcl2740dwlpr: init at 3.2.0-1
Brother MFC-L2740DW lpr driver
2018-07-04 19:43:02 +10:00
R. RyanTM 93210648a8 mxt-app: 1.27 -> 1.28
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mxt-app/versions.

Version release notes (from GitHub):
Changes since v1.27
- Added broken line test for sensors
- Added Sensor Variant Algorithm test for sensors
- Added .empty in m4 folder and removed mkdir in autogen.sh
- Fix mxt_convert_hex_test on 32 bit architectures
- Fixed uninitialized variable ctx->active_stylus
- Fixed extended config byte returning zeros
- Other minor fixes

These checks were done:

- built on NixOS
- /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin/mxt-app passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.28 with grep in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28
- directory tree listing: https://gist.github.com/fc84545295cbe4aa871675e481f9d678
- du listing: https://gist.github.com/3f8880133bd987a4e81d820e8ae6a5b4
2018-07-03 20:50:15 -07:00
Matthew Bauer 38f907c39d
Merge pull request #42892 from sorki/uboot_novena
uboot: add ubootNovena
2018-07-02 19:10:50 -04:00
Okina Matara 8b312db421 dolphinEmuMaster: 2018-06-22 -> 2018-07-02
also migrate from wxwidgets to qt, wxwidgets support in dolphin has been
dropped
2018-07-02 09:29:43 -07:00
Richard Marko b6c29e6298 uboot: add ubootNovena 2018-07-01 20:46:23 +02:00
Frederik Rietdijk 8be25ffcc7
Merge pull request #41954 from jraygauthier/jrg/hplip_fixes_rebased
hplip: 3.18.3 -> 3.18.5
2018-06-29 09:17:50 +02:00
Matthew Bauer 92d258cd7d
Merge pull request #42615 from ikervagyok/wine311
wine: stable 3.0.1 -> 3.0.2, unstable: 3.9 -> 3.11
2018-06-28 22:28:12 -04:00
Matthew Bauer 10be4fab85
Merge pull request #42436 from mredaelli/epsonv500
epkowa: added Perfection V500 support
2018-06-28 22:08:16 -04:00
Sander van der Burg 0068fea88c nodePackages: regenerate with node2nix 1.6.0 2018-06-28 23:26:44 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Kevin Liu cb303b8074 firebird-emu: init at 1.4 (#42663)
* firebird-emu: init at 1.4

* firebird-emu: limit platform to linux

Other platforms fail to compile currently.
2018-06-28 12:47:36 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
R. RyanTM 953ab8fb4f snes9x-gtk: 1.56.1 -> 1.56.2 (#42446)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/snes9x-gtk/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2/bin/snes9x-gtk had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2/bin/.snes9x-gtk-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.56.2 with grep in /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2
- directory tree listing: https://gist.github.com/9099159d34f80ca08f46e16de03222b7
- du listing: https://gist.github.com/089002406d67da563ace4b09e11494ab
2018-06-27 16:59:12 +02:00
Sarah Brofeldt 3eac18b553 vimPlugins.dhall-vim: init at 2018-06-04 (#42648) 2018-06-27 16:34:59 +02:00
Lengyel Balázs b845a8129f wine: stable 3.0.1 -> 3.0.2, unstable: 3.9 -> 3.11 2018-06-26 17:03:56 +02:00
nocent f8530c887b rpcs3: 0.0.4-8032 -> 0.0.5-6980 (#41414)
* rpcs3: 0.0.4-8032 -> 0.0.5-6884

* rpcs3: update hash

* rpcs3: 0.0.5-6884 -> 0.0.5-6925

* rpcs3: 0.0.5-6925 -> 0.0.5-6938

* rpcs3: 0.0.5-6938 -> 0.0.5-6980

Manually write version header instead of generating it with git, which required leaveDotGit to be enabled.
This caused some hash mismatches (see #8567) has thus been disabled.
2018-06-25 11:45:50 +02:00
Massimo Redaelli 4dae72c879 fix for master 2018-06-24 17:36:11 +02:00
Massimo Redaelli 5667087581 epkowa: added Perfection V500 support 2018-06-23 17:04:21 +02:00
Ryan Mulligan 0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Okina Matara 794c91b49e dolphinEmuMaster: 20180618 -> 2018-06-22 2018-06-23 01:48:52 -07:00
Okina Matara 25d4708c95 dolphinEmuMaster: Add option-dependent desktop file 2018-06-23 01:48:52 -07:00
Okina Matara e4a32f980b dolphinEmuMaster: 20180609 -> 20180618 2018-06-23 01:48:52 -07:00
Jörg Thalheim fd7751c0ce
Merge pull request #42285 from r-ryantm/auto-update/adapta-gtk-theme
adapta-gtk-theme: 3.93.1.18 -> 3.93.1.22
2018-06-20 10:38:27 +01:00
R. RyanTM 39f01c1a8b adapta-gtk-theme: 3.93.1.18 -> 3.93.1.22
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/e6801ef270b37b8b69012340d257786e
- du listing: https://gist.github.com/50a1c6c1c9f0e79a349f8b5a83d10300
2018-06-19 16:36:02 -07:00
Pascal Wittmann 56b867ca99
Merge pull request #42214 from Chiiruno/dev/mgba
mgba: Add desktop file
2018-06-19 14:27:19 +02:00
Okina Matara 933f53eabb mgba: Add desktop file 2018-06-19 02:12:41 -05:00
Okina Matara 49eae144e6 snes9x-gtk: Install normally 2018-06-19 01:51:56 -05:00
Jörg Thalheim 8824682138
Merge pull request #42157 from puffnfresh/pkg/brightnessctl
brightnessctl: fix permissions
2018-06-18 11:12:42 +01:00
Brian McKenna 450db02db1 brightnessctl: fix permissions 2018-06-18 20:06:54 +10:00
Daiderd Jordan 756f64bb35
vim-plugins: updates 2018-06-17 22:06:04 +02:00
dje4321 1b7ce4c6d5 brightnessctl: init at 0.3.2 (#42102)
* brightnessctl: init at 0.3.2

* Revised PR
2018-06-16 18:15:42 -04:00
Yegor Timoshenko 3e1ab326c4
Merge pull request #42090 from Chiiruno/dev/mgba
mgba: 0.6.1 -> 0.6.3
2018-06-16 13:55:19 +00:00
Daiderd Jordan 3c77ea78ec
Merge pull request #42072 from johnchildren/master
LanguageClient-neovim : 2018-03-6 -> 2018-06-12
2018-06-16 13:59:21 +02:00
Daiderd Jordan 669199a725
LanguageClient-neovim: fix darwin build 2018-06-16 13:33:10 +02:00
Okina Matara 605827cd4d mbga: 0.6.1 -> 0.6.3 2018-06-15 22:23:12 -05:00
Yegor Timoshenko ec092b288f
Merge pull request #42086 from Chiiruno/dev/citra
citra: 2018-02-23 -> 2018-06-09
2018-06-16 02:06:25 +00:00
Okina Matara 580b8f8ca8 citra: 2018-02-23 -> 2018-06-09 2018-06-15 20:31:53 -05:00
Okina Matara 51403b2426 snes9x-gtk: 1.54.1 -> 1.56.1 2018-06-15 20:11:01 -05:00
John Children 70214715ba LanguageClient-neovim : 2018-03-6 -> 2018-06-12 2018-06-15 17:30:36 +01:00
Raymond Gauthier 4ca2daae8f hplip: 3.18.3 -> 3.18.5
Also fixes multiples issues:

 -  broken plugins:

     -  `fax_marvell.so file is not present or symbolic link is missing`
     -  `lj.so library file doesn't have user/group execute permission.`
     -  `bb_escl.so file is not present or symbolic link is missing`

 -  multiple error during configuration phase which prevented `*.ppd`
    generation:

     -  `ppdc: Unable to find include file "<font.defs>"`
     -  patched configure time `perl` script
     -  patched use of `file`

 -  some potentially problematic filter and services:

     -  patched reference to ghost script and fonts dir in filter.
     -  patched usb configuration service.

 -  patch scripts so that they refer to valid location.

Add some options:

 -  `withStaticPPDInstall`: Install `*.ppd` files along with `*.drv`.
    When true, configure outputs: `checking for cups ppd install... yes`.
2018-06-13 21:14:10 -04:00
Uli Baum 2483720ad9 xlockmore: disable format hardening to fix build
build output was empty since hardening was enabled by default
2018-06-13 01:08:30 +02:00
Okina Matara 45af94bfb9 dolphinEmuMaster: Enable Vulkan Dolphin did not have access to the Vulkan libs before, now it does. 2018-06-10 16:24:28 -07:00
Okina Matara 03ca9eeaa2 dolphinEmuMaster: 20180430 -> 20180609 2018-06-10 16:24:28 -07:00
Maximilian Bosch 7c59058a2a
i3lock-pixeled: github -> gitlab
Additionally `pkgs` has been removed which makes possible overrides
*way* easier.
2018-06-08 18:16:20 +02:00
Matthew Justin Bauer dabf7c6aeb
Merge pull request #41204 from ikervagyok/wine
Wine updates
2018-06-01 22:50:57 -04:00
Tad Fisher 61cec46f78 adapta-kde-theme: init at 20180512 (#41217) 2018-06-01 21:22:57 +02:00
Tuomas Tynkkynen e864247f08 Merge branch 'plat-fix-for-merge-2' into master 2018-06-01 20:08:08 +03:00
Tuomas Tynkkynen 912e87c45c U-Boot: Add ubootRaspberryPiZero variant 2018-06-01 13:48:54 +03:00
Tuomas Tynkkynen 964bd06bbc U-Boot: 2018.03 -> 2018.05 2018-06-01 13:48:54 +03:00
R. RyanTM 8a0ed10ba7 sc-controller: 0.4.2 -> 0.4.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/sc-controller/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/sc-controller had a zero exit code or showed the expected version
- /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc passed the binary check.
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-daemon had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-dialog had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-keyboard had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-launcher had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-menu had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-message had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-radial-menu had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/scc-osd-show-bindings had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..sc-controller-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.sc-controller-wrapped had a zero exit code or showed the expected version
- /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-wrapped-wrapped passed the binary check.
- /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-wrapped passed the binary check.
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-daemon-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-daemon-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-dialog-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-dialog-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-keyboard-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-keyboard-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-launcher-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-launcher-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-menu-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-menu-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-message-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-message-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-radial-menu-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-radial-menu-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/..scc-osd-show-bindings-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3/bin/.scc-osd-show-bindings-wrapped had a zero exit code or showed the expected version
- 3 of 30 passed binary check by having a zero exit code.
- 0 of 30 passed binary check by having the new version present in output.
- found 0.4.3 with grep in /nix/store/2qlhi6fqx37zhcxdfn5gygl8xq4zkyip-sc-controller-0.4.3
- directory tree listing: https://gist.github.com/28b55137e29bb39ba0741bd1847fe529
- du listing: https://gist.github.com/446c39be30dba3aa0dc166afa85e757a
2018-05-30 00:52:16 +00:00
R. RyanTM 85016ec3d1 adapta-gtk-theme: 3.93.1.16 -> 3.93.1.18 (#41124)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/60eadc1cf0cabf6d0def6a21d1d21c5d
- du listing: https://gist.github.com/afad29a6d76aa88ae6df876a0d28f599
2018-05-28 20:11:21 +02:00
Lengyel Balázs 2aebd62cfc winetricks: 20180217 -> 20180513 2018-05-28 18:09:34 +02:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Lengyel Balázs 609f718cab wine: Stable: 3.0 -> 3.0.1; Unstable, Staging 3.7 -> 3.9 2018-05-28 13:31:13 +02:00
Matthew Justin Bauer 98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer a0f4d19925 treewide: use appendToName where appropriate
Using appendToName preserves the version at the end of the name.
2018-05-25 15:48:31 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Tuomas Tynkkynen f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
Matthew Bauer f22a63d533 libretro: build cores on darwin 2018-05-21 19:55:37 -05:00
John Ericson db4d77779c Merge remote-tracking branch 'upstream/master' into staging 2018-05-21 20:21:48 -04:00
R. RyanTM 48b9d00c6b adapta-gtk-theme: 3.93.1.14 -> 3.93.1.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/1f7d6359cc7a8a9633e6baffccd4c6e7
- du listing: https://gist.github.com/976b4a761384960b8a30216a39131cee
2018-05-21 09:04:57 +00:00
Vladimír Čunát 392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
José Romildo Malaquias bf049151a7 materia-theme: 20180321 -> 20180519 (#40790)
- Update to version 20180519

- Do not unset the environment variable 'name' anymore before running
install.sh. It has been renamed to '_name' in upstream.
2018-05-19 23:19:22 +02:00
John Ericson 5ccb99e372 Merge remote-tracking branch 'upstream/master' into staging 2018-05-18 17:48:37 -04:00
Moritz Angermann 0828bc5b1f wine: Enable on macOS 2018-05-18 17:15:42 -04:00
John Ericson 5e17335bd7 Merge remote-tracking branch 'upstream/staging' into strictDeps 2018-05-14 23:33:03 -04:00
John Ericson 330ca731e8 treewide: Get rid of all uses of crossConfig
The hack of using `crossConfig` to enforce stricter handling of
dependencies is replaced with a dedicated `strictDeps` for that purpose.
(Experience has shown that my punning was a terrible idea that made more
difficult and embarrising to teach teach.)

Now that is is clear, a few packages now use `strictDeps`, to fix
various bugs:

 - bintools-wrapper and cc-wrapper
2018-05-14 23:30:37 -04:00
Tuomas Tynkkynen ba172467cc U-Boot: Disable parallel build
https://hydra.nixos.org/build/71880710
(cherry picked from commit 50dc85ed62)
(cherry picked from commit 91b09422cf6f8e44d3d06274761053d9e21d6fa2)
2018-05-13 16:12:11 -04:00
Tuomas Tynkkynen d884ece1da U-Boot: Make ubootJetsonTK1 install even more files
(cherry picked from commit 4fe75d11b2)
(cherry picked from commit a68e60f450b5be76d40627066b2c34a0e2360fab)
2018-05-13 16:12:11 -04:00
Tuomas Tynkkynen f2ea9e0ebf U-Boot: Add Pine64 build
(cherry picked from commit 4b77663edf)
(cherry picked from commit 1896fcff609d7b99b4be1781a5c9523193c33e4f)
2018-05-13 16:12:11 -04:00
Samuel Dionne-Riel 566d3feb4e U-Boot: Add SOPINE Baseboard build
This build is compatible with PINE A64-LTS.

[dezgeg changed the original device tree patch to v4 of the patch series
"sunxi: sync H3, H5, A64 DTs from mainline Linux" submitted to the
upstream mailing list by Andre Przywara. Also install the
u-boot-sunxi-with-spl.bin binary similar to 32-bit boards
since it's now being built by the upstream build system.]

(cherry picked from commit 2ff31f71ae)
(cherry picked from commit 176d151f4d98d54adf293ee58427da649f28452c)
2018-05-13 16:12:10 -04:00
Tuomas Tynkkynen 7dffe0d38c U-Boot: Add AArch64 QEMU build
See

https://github.com/u-boot/u-boot/blob/master/doc/README.qemu-arm

on how to use it.

(cherry picked from commit 6b069c656a)
(cherry picked from commit eff6d9628c9e0bae2096251f8e97789c0b9afe6f)
2018-05-13 16:12:10 -04:00
Ben Wolsieffer b63124dfc5 uboot: fix cross-build of ubootTools
(cherry picked from commit 28fd7d9594)
(cherry picked from commit 4c669db598aba04b9a6dd3ecaf0811329d80a072)
2018-05-13 16:12:10 -04:00
Ben Wolsieffer d50bcaa816 uboot: sheevplug and guruplug: use mainline U-Boot
These derivations have not seen any updates since they were created in 2010,
and some of their sources have disappeared. There are upstream configs for
these boards, so these are now used, and they build correctly. I have no way
of testing them, and I don't if anyone even uses either board with Nix anymore.

(cherry picked from commit 01020b3263)
(cherry picked from commit 48ade50d8ece09d3ff732b07f0facdcd78084ac3)
2018-05-13 16:12:08 -04:00
Ben Wolsieffer 2a450cec19 uboot: add patch to increase maximum path length in extlinux.conf
This fixes problems with cross compiled kernels failing to boot.

(cherry picked from commit 1f4bb8c61d)
(cherry picked from commit 828fdd61b9b5ae0d3c9253309f3d115210348096)
2018-05-13 16:09:00 -04:00
Ben Wolsieffer d29202bc48 uboot: 2017.11 -> 2018.03, cross fixes
(cherry picked from commit 5804547243)
(cherry picked from commit 7c46833b047710f220971d7d7d3b1dbe6fed805b)
2018-05-13 16:09:00 -04:00
Frederik Rietdijk 658b7c3f2e Merge master into staging 2018-05-13 12:13:25 +02:00
John Ericson 2c5d915200 Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging 2018-05-13 01:02:09 -04:00
José Romildo Malaquias 70ef1faa25 materia-theme: unset $name in install script
- install.sh uses a global environment variable called $name, if defined,
to name the theme. This is an issue because nix sets this variable to
the package name.

- Replace gnome-themes-standard to gnome-themes-extra.
2018-05-12 18:42:02 -03:00
R. RyanTM 6a0ec8d8cc adapta-gtk-theme: 3.93.1.1 -> 3.93.1.14
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/0aedec168a2b1c219c86840c99bb541f
2018-05-12 15:32:46 +02:00
John Ericson ee4b56edd3 Merge remote-tracking branch 'upstream/master' into staging 2018-05-11 14:36:08 -04:00
Matthew Bauer 352f8cb6b6 retroarch: fix on macOS 2018-05-10 23:58:12 -05:00
John Ericson 67db915a43 Merge remote-tracking branch 'upstream/master' into staging 2018-05-10 16:35:04 -04:00
José Romildo Malaquias 461903974e theme-jade1: init at 3.2 2018-05-10 14:46:32 -03:00
John Ericson 42f6e7c4e4 Merge remote-tracking branch 'upstream/master' into staging 2018-05-10 12:04:17 -04:00
Frederik Rietdijk 64c8c6dcb3 Merge master into staging 2018-05-10 09:30:56 +02:00
José Romildo Malaquias 2b9db24768 zuki-themes: 3.26-1 -> 3.28-1 2018-05-09 20:03:48 -03:00
José Romildo Malaquias e745d087c6 plano-theme: 3.24-3 -> 3.28-1 2018-05-09 16:44:28 -03:00
Matthew Bauer 6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Jörg Thalheim 2326fd2d53
Merge pull request #39404 from dwe11er/wine-vulkan
wine: add vulkanSupport option
2018-05-07 16:25:50 +01:00
Joachim F 7a39cb90a1
Merge pull request #39685 from ikervagyok/wine37
wine-{Unstable,Staging}: 3.5 -> 3.7
2018-05-06 09:47:46 +00:00
Raymond Gauthier 5146fad639 vscode-extension-ms-vscode-cpptools: 0.12.3 -> 0.16.1 2018-05-05 00:58:54 -04:00
xeji b1e20c9d4e
Merge pull request #39797 from r-ryantm/auto-update/adapta-gtk-theme
adapta-gtk-theme: 3.93.0.258 -> 3.93.1.1
2018-05-05 00:57:22 +02:00
xeji 344978064f
Merge pull request #39939 from romildo/upd.obsidian-2
theme-obsidian2: init at 2.5
2018-05-05 00:44:02 +02:00
John Ericson cf06e42d1c Merge remote-tracking branch 'upstream/master' into staging 2018-05-03 16:35:36 -04:00
Matthew Justin Bauer b45ef79b74
Merge pull request #39907 from matthewbauer/work
Miscellaneous cleanups
2018-05-03 13:33:42 -05:00
José Romildo Malaquias bfb3232a13 theme-obsidian2: init at 2.5 2018-05-03 15:19:54 -03:00
Matthew Bauer 143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Ben Creasy d98146985c vim-utils: update plugin generation instruction
Currently the pager is a problem but in general fetching
all these plugins is inefficient for the general case.
2018-05-02 22:31:53 -07:00
Matthew Justin Bauer eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Matthew Justin Bauer d85795a1c7
Merge pull request #39437 from LumiGuide/fix-source-and-tags
source-and-tags: fix default.nix
2018-05-01 10:21:07 -05:00
Matthew Justin Bauer b6a771f670
Merge pull request #39793 from ryantm/https
treewide: http to https
2018-05-01 02:05:55 -05:00
Cray Elliott 800c46b24b dolphinEmuMaster: 20171218 -> 20180430
also fix build
2018-04-30 23:46:14 -07:00
R. RyanTM d13572817e adapta-gtk-theme: 3.93.0.258 -> 3.93.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/5796929fde76fddc1465d9cfbc2ace7b
2018-04-30 23:32:00 -07:00
Ryan Mulligan 038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
xeji 89d2dbb363
Merge pull request #39625 from bgamari/bump-hplip
hplip: 3.17.11 -> 3.18.3
2018-04-30 18:50:27 +02:00
Lengyel Balazs 87b51a1e67 wine-{Unstable,Staging}: 3.5 -> 3.7 2018-04-29 22:22:19 +02:00
Ben Gamari 8a07916fa9 hplip: 3.17.11 -> 3.18.3 2018-04-29 15:19:10 -04:00
Jörg Thalheim 3ccb77b8a2
Merge pull request #39511 from steveeJ/sj-add-kyocera-drivers
cups-kyodialog3: init at 8.1601
2018-04-28 19:54:06 +01:00
Jörg Thalheim ea5787ad52 cups-kyodialog3: use autoPatchelfHook, add missing qt4 2018-04-28 13:02:20 +01:00
Jörg Thalheim 4071b64ae4
Merge pull request #38883 from romildo/new.onestepback
onestepback: init at 0.98
2018-04-28 13:01:25 +01:00
Profpatsch b90104ea0e lib/debug: fix use-sites of deprecated debug functions 2018-04-27 18:59:39 +02:00
Stefan Junker c600f02e43 cups-kyodialog3: init at 8.1601 2018-04-26 00:24:37 +02:00
José Romildo Malaquias 524b29471b onestepback: init at 0.98 2018-04-25 16:03:09 -03:00
Daiderd Jordan e609551090
vim-nix: 2018-04-15 -> 2018-04-24 2018-04-25 18:48:16 +02:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Bas van Dijk 40bb3374e9 source-and-tags: fix default.nix
Tested by observing that the following command produces a correctly
looking TAGS file:

$ nix-shell -E 'let pkgs = import ./. {}; in pkgs.myEnvFun {name = "myEnvFun-htags-test"; buildInputs = [(pkgs.sourceAndTags.sourceWithTagsDerivation (pkgs.sourceAndTags.addHasktagsTaggingInfo pkgs.haskellPackages.scientific).passthru.sourceWithTags)];}' --run 'cat $TAG_FILES'
2018-04-24 23:12:40 +02:00
Matthew Justin Bauer ab7aaf1b94
Revert "libretro.mame: 2017-06-04 -> 2017-03-02" 2018-04-24 13:54:12 -05:00
Marcin Falkiewicz 0fad5f7a84 wine: add Vulkan support 2018-04-24 14:47:12 +02:00
R. RyanTM 69746047cd sc-controller: 0.4.1 -> 0.4.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/sc-controller/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/scc -h’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/scc --help’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/scc help’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/..scc-wrapped-wrapped -h’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/..scc-wrapped-wrapped --help’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/..scc-wrapped-wrapped help’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/.scc-wrapped -h’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/.scc-wrapped --help’ got 0 exit code
- ran ‘/nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2/bin/.scc-wrapped help’ got 0 exit code
- found 0.4.2 with grep in /nix/store/d6a2kmmbi7lw8xq2yk7si8qd4af897lx-sc-controller-0.4.2
- directory tree listing: https://gist.github.com/3f673ef175fbb295f67a2384aef61ede
2018-04-23 08:27:39 -07:00
Jörg Thalheim 93c2a6cfd1
Merge pull request #39252 from r-ryantm/auto-update/cups-filters
cups-filters: 1.20.2 -> 1.20.3
2018-04-21 12:44:30 +01:00
Jörg Thalheim ca462164a9
Merge pull request #39274 from r-ryantm/auto-update/adapta-gtk-theme
adapta-gtk-theme: 3.93.0.225 -> 3.93.0.258
2018-04-21 10:19:08 +01:00
R. RyanTM f373be6ebf adapta-gtk-theme: 3.93.0.225 -> 3.93.0.258
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/213ec110793554e28f0630639c2d18bc
2018-04-20 11:28:04 -07:00
R. RyanTM 07900ec4aa cups-filters: 1.20.2 -> 1.20.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cups-filters/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/h8hpf5fjx7fg0p1sv9yyvg6b803k61k4-cups-filters-1.20.3/bin/foomatic-rip -h’ got 0 exit code
- ran ‘/nix/store/h8hpf5fjx7fg0p1sv9yyvg6b803k61k4-cups-filters-1.20.3/bin/foomatic-rip --help’ got 0 exit code
- found 1.20.3 with grep in /nix/store/h8hpf5fjx7fg0p1sv9yyvg6b803k61k4-cups-filters-1.20.3
- directory tree listing: https://gist.github.com/aa62a318dc23326b357322da3e567915
2018-04-20 07:00:24 -07:00
Peter Hoeg cf7a3a70de Revert "beep: fix for CVE-2018-0492"
This reverts commit 12ce0db1bf.
2018-04-20 08:50:31 +08:00
Will Dietz 4f273627a1 tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"
Encountered one of these when using check-meta, did a quick
search to find other instances.
2018-04-19 10:41:12 -05:00
Peter Hoeg 12ce0db1bf beep: fix for CVE-2018-0492 2018-04-19 16:11:49 +08:00
LightDiscord dc48e68221
vscode: fix files with space(s) #39112 2018-04-18 19:07:05 +02:00
Michael Raskin b5ca7fefc4
Merge pull request #39032 from r-ryantm/auto-update/xscreensaver
xscreensaver: 5.38 -> 5.39
2018-04-18 15:42:02 +00:00
Bas van Dijk 9c8fa9729c elk6: 6.2.3 -> 6.2.4 2018-04-18 00:38:48 +02:00
Bas van Dijk 1593ff3f51 elk5: 5.6.8 -> 5.6.9 2018-04-18 00:38:48 +02:00
Bas van Dijk 54e6c0e7ae elk6: 6.2.2 -> 6.2.3 2018-04-18 00:32:57 +02:00
Bas van Dijk b3e94a2385 elk6: 6.1.2 -> 6.2.2 2018-04-18 00:32:57 +02:00
Bas van Dijk 390abceb2b elk5: 5.6.6 -> 5.6.8 2018-04-18 00:32:57 +02:00
Daiderd Jordan 7d80c755e8
vim-plugins: disable pager in example command
Fixes #38748
2018-04-17 20:44:49 +02:00
Daiderd Jordan 4dc3b71377
vim-plugins: update 2018-04-17 20:43:03 +02:00
Ryan Mulligan 0f239f6557 fs-uae: 2.8.3 -> 2.8.4 (#37295)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae --help` got 0 exit code
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae --version` and found version 2.8.4
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae --help` and found version 2.8.4
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae-device-helper -h` got 0 exit code
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae-device-helper --help` got 0 exit code
- ran `/nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4/bin/fs-uae-device-helper help` got 0 exit code
- found 2.8.4 with grep in /nix/store/4n2cnrh2bq910wk4rlk1v7swjwhgq9jq-fs-uae-2.8.4
- directory tree listing: https://gist.github.com/6996324bf1e34d7108f74089af68c981
2018-04-17 10:43:58 -05:00