Commit graph

2853 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Franz Pletz 13b4f440fc
Merge pull request #33634 from Ma27/android-studio/support-virtual-devices
android-studio: set `ANDROID_EMULATOR_USE_SYSTEM_LIBS`
2018-01-16 17:23:14 +00:00
Matthieu Coudron 266a65eaa9 neovim: don't install desktop file on darwin
nvim.desktop doesn't exist on darwin so forcefully reading it fails.
2018-01-16 17:41:31 +09:00
Matthieu Coudron ab06f3e99c neovim: init wrapper
Adding a python package to the neovim environment should not trigger a recompilation.
This adds a wrapper to prevent that.
2018-01-15 23:24:20 +01:00
Joachim F 90988936b9
Merge pull request #33910 from mdorman/emacs-updates
Semi-automated Emacs package updates
2018-01-15 21:50:01 +00:00
Michael Alan Dorman e73ac924c6 melpa-stable: Don't markBroken rcirc-menu (that doesn't exist)
This `markBroken` annotation was either added in error (by me), or the
package was removed from melpa-stable, but either way, it's no longer
in that package set, so remove the annotation.
2018-01-15 15:12:08 -05:00
Michael Alan Dorman fbb8fc18ee melpa-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Michael Alan Dorman e621929d97 melpa-stable-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Michael Alan Dorman 8a24756dd8 org-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Michael Alan Dorman 56c02aedee elpa-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Tim Steinbach af9724d979
vscode: 1.19.1 -> 1.19.2 2018-01-15 12:35:24 -05:00
mingchuan fb2a43f8ad
rstudio: 1.1.383 -> 1.1.414 2018-01-15 22:12:55 +08:00
Robert Helgesson dd798d13bd
eclipse-plugin-checkstyle: 8.5.1 -> 8.7.0 2018-01-14 20:46:29 +01:00
Maximilian Bosch 17dcd33e00
android-studio: set ANDROID_EMULATOR_USE_SYSTEM_LIBS
This change sets an environment variable to ensure that Android Studio
uses the correct drivers to avoid any breackage when trying to run a
native application on a virtual device.

Without proper configuration `android-studio` would be unable to load
the drivers for the AVD and yield messages like this:

```
3:32 PM	Executing tasks: [:app:assembleDebug]

3:32 PM	Emulator: libGL error: unable to load driver: i965_dri.so

3:32 PM	Emulator: libGL error: driver pointer missing

3:32 PM	Emulator: libGL error: failed to load driver: i965

3:32 PM	Emulator: libGL error: unable to load driver: i965_dri.so

3:32 PM	Emulator: libGL error: driver pointer missing

3:32 PM	Emulator: libGL error: failed to load driver: i965

3:32 PM	Emulator: libGL error: unable to load driver: swrast_dri.so

3:32 PM	Emulator: libGL error: failed to load driver: swrast

3:32 PM	Emulator: X Error of failed request:  BadValue (integer parameter out of range for operation)

3:32 PM	Emulator: Major opcode of failed request:  155 (GLX)

3:32 PM	Emulator: Minor opcode of failed request:  24 (X_GLXCreateNewContext)

3:32 PM	Emulator: Value in failed request:  0x0

3:32 PM	Emulator: Serial number of failed request:  64

3:32 PM	Emulator: Current serial number in output stream:  65

3:32 PM	Emulator: emulator: ERROR: Missing initial data partition file: /home/ma27/.android/avd/Nexus_5X_API_27.avd/userdata.img

3:32 PM	Emulator: Process finished with exit code 1

3:32 PM	Gradle build finished with 2 warnings(s) in 6s 378ms
```

For further reference have a look at the following StackOverflow
message: https://stackoverflow.com/a/40790339
2018-01-14 18:33:52 +01:00
Michael Weiss 403ee9691a android-studio-preview: 3.1.0.6 -> 3.1.0.7 2018-01-12 23:35:04 +01:00
adisbladis 4ffc43f49c
sigil: 0.9.7 -> 0.9.9 2018-01-13 04:03:33 +08:00
Jens Binkert 49caf31b49 typora: 0.9.38 -> 0.9.41 2018-01-10 16:04:20 +01:00
John Ericson b850eb3404
Merge pull request #32489 from orivej/ed
[WIP] ed: fix cross build
2018-01-09 17:09:54 -05:00
Orivej Desh c0ab4d5ff0 ed: fix cross build 2018-01-09 17:08:06 -05:00
Joachim F cd777edb09
Merge pull request #33622 from mdorman/emacs-updates
Semi-automated Emacs package updates
2018-01-09 21:41:24 +00:00
John Ericson 06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
John Ericson 133b4658df treewide: Simplify some doCheck calls
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
Tim Steinbach f90ddfee7a
atom-beta: 1.24.0-beta1 -> 1.24.0-beta2 2018-01-09 10:12:01 -05:00
Tim Steinbach fcc48ccced
atom: 1.23.1 -> 1.23.2 2018-01-09 10:09:47 -05:00
Orivej Desh f4afbf6e77 neovim: fix quoting for makeWrapper
Fixes #33625 after #31497
2018-01-09 01:47:16 +00:00
Michael Alan Dorman 57f58b7121 melpa-packages: 2018-01-08
Removals:
 - spike-theme - github repo no longer exists
2018-01-08 13:02:22 -05:00
Michael Alan Dorman b8de09e484 melpa-stable-packages: 2018-01-08 2018-01-08 13:02:22 -05:00
Michael Alan Dorman c82c8b4a13 org-packages: 2018-01-08 2018-01-08 13:02:21 -05:00
Michael Alan Dorman 2da2275ca1 elpa-packages: 2018-01-08
Removals:
 - org - removed from elpa
2018-01-08 13:02:21 -05:00
Peter Hoeg 67d93902e4
Merge pull request #33533 from dtzWill/feature/micro
micro: init at 1.3.4
2018-01-08 10:31:54 +08:00
Will Dietz 9b9cb0a038 leo-editor: 5.5 -> 5.6, add docutils and use pyqt56 2018-01-07 17:24:38 -06:00
Will Dietz a25d313753 micro: init at 1.3.4 2018-01-07 14:05:43 -06:00
Joachim F 62111e3d16
Merge pull request #33536 from GRBurst/idea_2017.3.2
jetbrain-editors: 2017.3 -> 2017.3.2
2018-01-07 17:02:00 +00:00
dywedir 888f33f87a tiled: 1.0.3 -> 1.1.1 2018-01-07 15:18:32 +02:00
GRBurst d578324ec0 jetbrain-editors: 2017.3 -> 2017.3.2
Motivation for change: Updating to latest version.
2018-01-07 09:37:10 +01:00
Robert Helgesson 09cab91fd2
eclipse-plugin-spotbugs: 3.1.0 -> 3.1.1 2018-01-06 22:12:52 +01:00
Michael Weiss 4c6b5f68b3 android-studio-preview: 3.1.0.5 -> 3.1.0.6 2018-01-06 19:13:34 +01:00
Tuomas Tynkkynen 6989369c88 nano: 2.9.1 -> 2.9.2 2018-01-06 17:44:08 +02:00
Orivej Desh 46f6b38882
Merge pull request #33071 from joncojonathan/update-phpstorm-2017-3-2
phpstorm: 2017.3 -> 2017.3.2
2018-01-06 03:02:52 +00:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Moritz Ulrich 7cfdb2b1b5
emacs: Search subdirectories of site-lisp in NIX_PROFILES
This adds subdirectories of `share/emacs/site-lisp/` in every path in
`NIX_PROFILES` to `load-path` to allow loading of more complex
libraries like `mu4e`.

Fixes #33412
2018-01-05 10:50:18 +01:00
Moritz Ulrich 1543c8cc01
emacs: Add more documentation to site-start.el
`site-start.el` is the file loaded on startup, containing nix-specific
customizations like adding paths in `NIX_PROFILES` to the
emacs-specific search-path (`load-path`) or making man-pages in these
directories discoverable.
2018-01-05 10:50:13 +01:00
Yegor Timoshenko 252171e674
Merge pull request #33250 from bkchr/focuswriter1.6.8
focuswriter: 1.6.7 -> 1.6.8
2018-01-05 09:47:49 +00:00
Elis Hirwing cc122e5ec3
font-lock-plus: 2017-0222.1755 -> 20180101.25
Also specified specific revisions of the file to download to not have
a breaking package whenever the author decides to update the package.

This happened on 2018-01-01 when the author updated the copyright of
the package to match the new year.
2018-01-03 19:55:38 +01:00
Michael Alan Dorman 8229306369 melpa-packages: 2018-01-02 2018-01-02 19:00:40 -05:00
Michael Alan Dorman b3203b9302 melpa-stable-packages: 2018-01-02 2018-01-02 19:00:40 -05:00
Michael Alan Dorman 9cc47a6c23 org-packages: 2018-01-02 2018-01-02 19:00:40 -05:00
Michael Alan Dorman c261b32aa2 elpa-packages: 2018-01-02 2018-01-02 19:00:40 -05:00
Bastian Köcher c4e1e1255a focuswriter: 1.6.7 -> 1.6.8 2017-12-31 17:39:40 +01:00
Winnie Quinn 15e60edb95 vscode: 1.19.0 -> 1.19.1 2017-12-30 16:38:38 -05:00
Benjamin Staffin f0f290e6cb
melpaPackages: match version of magit-popup to magit
Related to https://github.com/magit/magit/issues/3286
2017-12-29 18:42:28 -05:00
Michael Alan Dorman 68ff2f45d4 melpa-packages: 2017-12-28 2017-12-28 12:52:50 -05:00
Michael Alan Dorman 9aff8f3c0f melpa-stable-packages: 2017-12-28 2017-12-28 12:52:49 -05:00
Michael Alan Dorman 22054d1d1e elpa-packages: 2017-12-28 2017-12-28 12:52:49 -05:00
Michael Alan Dorman 4eb6074755 melpaStablePackages.rcirc-menu: mark broken 2017-12-27 08:19:42 -05:00
Michael Alan Dorman 85fbf141ae melpaStablePackages.insert-shebang: mark broken 2017-12-27 08:19:42 -05:00
Michael Alan Dorman 8043782b8f melpaStablePackages.eterm-256color: fix bad markBroken
I type `emacs` much more readily than `eterm`.
2017-12-27 08:19:42 -05:00
Michael Alan Dorman af2ef2eac6 melpa-packages: 2017-12-26
Removals:
 - company-eshell-autosuggest - Removed from melpa
 - helm-package - Removed from melpa
2017-12-27 08:19:42 -05:00
Michael Alan Dorman c7ab815035 melpa-stable-packages: 2017-12-26
Removals:
 - company-eshell-autosuggest - removed from melpa
 - helm-package - removed from melpa
2017-12-27 08:19:41 -05:00
Michael Alan Dorman a998ee41e5 org-packages: 2017-12-26 2017-12-27 08:19:41 -05:00
Michael Alan Dorman cd165af5f4 elpa-packages: 2017-12-26 2017-12-27 08:19:41 -05:00
joncojonathan 3bfb5f6848 phpstorm: 2017.3 -> 2017.3.2
Motivation for change: Updating to latest version.
2017-12-26 10:13:44 +00:00
Robert Helgesson 35b2e4ccea
eclipse-plugin-checkstyle: 8.0.0 -> 8.5.1 2017-12-23 14:07:19 +01:00
Michael Weiss e6c3dcfcf7 android-studio: 3.0.0.18 -> 3.0.1.0 2017-12-22 13:55:25 +01:00
Robert Helgesson d30f5f8a2e
eclipse: version updates
- eclipse-platform: 4.7.1a -> 4.7.2
- eclipse-plugin-jdt: 4.7.1a -> 4.7.2
- eclipse-sdk: 4.7.1a -> 4.7.2
2017-12-20 23:24:41 +01:00
Michael Weiss 3ebca3b98a android-studio-preview: 3.1.0.4 -> 3.1.0.5 2017-12-20 19:52:41 +01:00
Jan Tojnar c2f3510eaf
vanubi: use more recent vala 2017-12-19 17:25:52 +01:00
Michael Alan Dorman 21bcd523eb emacsPackagesNg: mark -rtags packages broken
They're all trying to use the same `configure` script that expects
/bin/bash.  This should be correctable.
2017-12-18 13:54:17 -05:00
Michael Alan Dorman e529c6fd1f emacsPackageNg: Mark some broken packages...broken 2017-12-18 13:54:17 -05:00
Michael Alan Dorman b0860b2a3c melpa-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Michael Alan Dorman e349a987e9 melpa-stable-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Michael Alan Dorman 018db6a168 org-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Michael Alan Dorman a44b7bcbe2 elpa-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Nikolay Yakimov ca56287e15
atom-beta: 1.23.0-beta0->1.24.0-beta1 2017-12-18 17:30:41 +03:00
Tim Steinbach e0cbd73646
vscode: 1.18.1 -> 1.19.0 2017-12-18 07:02:54 -05:00
Domen Kožar 75417d8781
atom: depend on libsecret
To support: $ atom -d
2017-12-17 15:59:05 +00:00
Moritz Drexl 3d52d43dd9 emacs: enable vfork on darwin
Issue described here:
https://lists.gnu.org/archive/html/bug-gnu-emacs/2017-04/msg00201.html

In particular fixes lagging magit, as described here:
https://magit.vc/manual/magit/MacOS-Performance.html

The .patch file is taken from the reference there.

The fix is in Emacs master, so this patch should be removed when switching to
Emacs 26.1.
2017-12-16 22:25:42 +00:00
Patrick Lambein 15c4b78c36 neovim: add viAlias argument
The argument viAlias mimicks the behavior of vimAlias: when set to true, it
creates a symbolic link from $out/bin/vi to $out/bin/nvim.
2017-12-16 15:38:36 +01:00
Tim Steinbach 2e21451dcf
atom: 1.23.0 -> 1.23.1 2017-12-14 08:23:57 -05:00
Thomas Tuegel 2a9c2915d4
Merge pull request #32559 from FlorentBecker/fixTuareg
emacsPackagesNg.caml: do not run ocaml's configure phase
2017-12-13 14:53:35 -06:00
Tim Steinbach 0be3f2cdd8
atom: 1.22.0 -> 1.23.0 2017-12-13 09:08:26 -05:00
Florent Becker 519a573720 emacsPackagesNg.caml: do not run ocaml's configure phase 2017-12-11 09:54:33 +01:00
Joachim F aa0bc9abee
Merge pull request #32450 from mdorman/emacs-updates
Semi-Automated Emacs package updates
2017-12-08 14:27:50 +00:00
Michael Alan Dorman 48b5e81bba melpa-packages: 2017-12-08
Removals:
  - markdown-edit-indirect: removed from melpa
2017-12-08 06:29:24 -05:00
Michael Alan Dorman 3f0e6057d4 melpa-stable-packages: 2017-12-08 2017-12-08 06:29:24 -05:00
Michael Alan Dorman 1d8694423f org-packages: 2017-12-08 2017-12-08 06:29:24 -05:00
Michael Alan Dorman fdf9d0bcff elpa-packages: 2017-12-08 2017-12-08 06:29:23 -05:00
Vladimír Čunát cdde22aef5
Merge branch 'staging' (older one) 2017-12-08 10:22:31 +01:00
Michael Weiss 9d45624007 android-studio-preview: 3.1.0.3 -> 3.1.0.4 2017-12-06 19:47:29 +01:00
Orivej Desh bb2b4587c6 ed: enable check on darwin 2017-12-04 23:31:48 +00:00
Orivej Desh 0bb47027ab lzip: add unpackCmd hook 2017-12-04 23:31:48 +00:00
Bert Moens a865d17b7c ed: fix docs location
by removing installFlags and configureFlags. Fixes #32159
2017-12-04 23:31:30 +00:00
Joerg Thalheim 617d053f30 jetbrains.clion: patchelf lldb files correctly 2017-12-01 20:54:22 +00:00
Aleksey Kladov 50b498d23e jetbrains.idea-community: 2017.2.6 -> 2017.3 2017-12-01 22:26:31 +03:00
Aleksey Kladov ad8bbe5254 jetbrains.goland: 173.3727.79 -> 2017.3 2017-12-01 22:26:31 +03:00
Aleksey Kladov e59a03547f jetbrains.webstorm: 2017.2.5 -> 2017.3 2017-12-01 22:26:31 +03:00
Aleksey Kladov 3495b00eac jetbrains.ruby-mine: 2017.1.5 -> 2017.3 2017-12-01 22:26:31 +03:00
Aleksey Kladov 4072861ab7 jetbrains.rider: 2017.1.2 -> 2017.2.1 2017-12-01 22:26:31 +03:00
Aleksey Kladov 032ce0d375 jetbrains.pycharm-professional: 2017.2.4 -> 2017.3 2017-12-01 22:26:31 +03:00
Aleksey Kladov 1bebed01b3 jetbrains.phpstorm: 2017.2.4 -> 2017.3 2017-12-01 22:26:31 +03:00
Aleksey Kladov ce0d346416 jetbrains.idea-ultimate: 2017.2.6 -> 2017.3 2017-12-01 22:26:30 +03:00
Aleksey Kladov f1630b430c jetbrains.clion: 2017.2.3 -> 2017.3 2017-12-01 20:47:18 +03:00
Michael Alan Dorman 0dad7d997b emacsPackagesNg: mark some packages broken
These failed to build for various reasons.
2017-11-29 17:50:54 -05:00
Michael Alan Dorman f684d9a422 melpa-packages: 2017-11-29
Removals:
 - faustine: bitbucket repo no longer exists
2017-11-29 17:50:51 -05:00
Michael Alan Dorman 8cb330cb23 melpa-stable-packages: 2017-11-29
Removals:
 - faustine: bitbucket repo no longer exists
2017-11-29 17:50:48 -05:00
Michael Alan Dorman 198f4cb0da org-packages: 2017-11-29 2017-11-29 17:50:46 -05:00
Michael Alan Dorman e086cbf9fc elpa-packages: 2017-11-29 2017-11-29 17:50:37 -05:00
Vladimír Čunát 5f020d5627
Merge branch 'staging'
There are security fixes in multiple packages /cc #32117,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
2017-11-29 10:02:40 +01:00
Orivej Desh 937b4821fe aseprite-unfree: 1.2.2 -> 1.2.4 2017-11-29 08:18:12 +00:00
Orivej Desh 14ec308514 nano: fix darwin build
Broken by 366f1525ff in #32140.
2017-11-29 01:24:20 +00:00
Vladimír Čunát addd20e6f9
Merge branch 'master' into staging 2017-11-28 18:19:34 +01:00
Lancelot SIX 366f1525ff
nano: 2.9.0 -> 2.9.1
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00012.html
for release information
2017-11-28 13:58:40 +01:00
Vladimír Čunát 6705f30e2c
Merge branch 'master' into staging 2017-11-27 15:09:53 +01:00
John Ericson e755a8a27d treewide: Use targetPrefix instead of prefix for platform name prefixes
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
Orivej Desh d8473c35df kdevplatform: enable parallel building 2017-11-26 07:45:09 +00:00
Tim Steinbach 10b113f81b
vscode: 1.18.0 -> 1.18.1 2017-11-24 08:39:26 -05:00
Jörg Thalheim 17b9d12df8
Merge pull request #31974 from rittelle/fix-goland
Rename Jetbrains' Go IDE Gogland to goland
2017-11-24 11:36:27 +00:00
Andreas Rammhold e0b95635b3 texstudio: 2.12.4 -> 2.12.6
changelog:
```
- use Breeze window theme on KDE Plasma 5 (thanks to Alexander Wilms)
- support single-finger panning gesture on most config dialog components
- support single-finger panning touch gesture on log viewer
- pdf viewer scroll tool: support single-finger panning gesture
- center width-constrained documents in the editor (optional)
- add document tab context menu entries "Close" and "Close All Other Documents"
- improved layout of config build page
- add system check for language tool
- change search defaults to case-insensitive (feature-requests#1254)
- tags for beamer
- change preview default to embedded pdf
- handle preview failures more gracefully, i.e. no warning pop-ups
- repect preview settings (panel,etc) also for hover preview
- show hover preview as tooltip in case of inline-mode
- warn if compiler commands are actually a command list
- several improvements to the latex parser
- notify that a restart is required when switching between modern and classic style
- improved LanguageTool communication: better error handling
- add reset to default button for some LT settings
- add 200ms delay before showing auto-hidden viewer toolbar to prevent flicker
- eye candy for pdf circular magnifier (adapted code from texworks)
- show pdf highlight in magnifier
- capslock does not close completer any more
- alternative approach for determine directories from complete texts
- use cache for previews
- auto open completer when starting to type in references, packages etc.
- scripting: editor.cutBuffer
- subframetitle in structure view
- enable inputMethod (e.g. ^) in completer
- change default for complete non-text chacters to off, as it tends to cause unexpected behaviour
- fix word separation with punctuation
- fix: remove incorrect warning "Unknown magic comment" for "% !TeX TS-program = "
- fix: avoid compile fail if magic comment program is spelled wrongly
- fix: duplicate lines in autogenerated cwl files
- fix multi line argument interpretation
- fix pdfviewer in enlarged mode
- fix editing of basic shortcuts
- fix number in length keyVals
- fix flickering in structure view
- fix crash with qimage cache
- fix crash when restoring centralVSplitterState (bug 2175)
- fix highlighting of current entry in structure
- fix Open Terminal not working on windows QTBUG-57687 (bug 2178)
- fix column detection for tabu/longtabu
```
2017-11-23 20:28:07 +01:00
rittelle beee8119b8 jetbrains.datagrip: 2017.2.2 -> 2017.2.3 2017-11-23 15:54:03 +01:00
rittelle b2b995f65a jetbrains.goland: renamed from jetbrains.gogland
Product renamed to match the name used on the Product website and inside
the update.xml used by the update script.
This also updated the version to 173.3727.79.
2017-11-23 15:51:52 +01:00
Peter Simons aba9985ff9 melpa-packages.nix: unbreak "shm", which builds fine for me
Ping @mdorman
2017-11-22 14:55:38 +01:00
Michael Alan Dorman 5296f91ca2 melpa-packages: 2017-11-20
Removals:
 - omniref: removed from melpa
 - ox-latex-chinese: removed from melpa

Broken:
 - shm: missing dependencies
2017-11-20 17:34:07 -05:00
Michael Alan Dorman 68839b0dd7 melpa-stable-packages: 2017-11-20
Broken:
 - po-mode: missing file header
2017-11-20 17:33:45 -05:00
Michael Alan Dorman b5ebb93e0c org-packages: 2017-11-20 2017-11-20 17:33:30 -05:00
Michael Alan Dorman 1b5252680d elpa-packages: 2017-11-20
Broken:
 - rcirc-menu: missing file header
2017-11-20 17:33:17 -05:00
Rok Garbas fb5f41bb00 neovim: ruby and python isolation
the code has been taken from #31604 and fixed so that :CheckHealth for
ruby provider is also green (ruby and gem are required to be in PATH).
2017-11-20 13:10:13 +01:00
Frank Lanitz f8d4e05436 Update Geany 1.31 -> 1.32 2017-11-19 13:44:29 +01:00
Michael Weiss 5147d8bbee android-studio-preview: 3.1.0.2 -> 3.1.0.3 2017-11-19 13:03:04 +01:00
Lancelot SIX 2899687a48
nano: 2.8.7 -> 2.9.0
See https://lists.gnu.org/archive/html/info-gnu/2017-11/msg00006.html
for release information
2017-11-18 21:05:07 +01:00
Orivej Desh 502539e2c8
Merge pull request #31672 from matklad/up-jetbrains
jetbrains IDEs minor version updates
2017-11-16 21:20:40 +00:00
Orivej Desh e62de88d11
Merge pull request #31721 from vbgl/proofgeneral-20171106
proofgeneral_HEAD: 2017-05-06 -> 2017-11-06
2017-11-16 20:54:49 +00:00
Jan Tojnar 97cc4691e3 sublime3: Use consistent program name (#31720)
Previously, we used symlinks to create short name aliases. Symlink
basenames are used as argv[0], and consequently as WM_CLASS hint
when executed. This confused desktop managers, which use the hint
to pair desktop files with running applications.

This patches uses exec scripts instead of symlinks just like the
official deb package does, preserving the sublime_text prgname.
2017-11-16 11:01:05 +00:00
Vincent Laporte 48f9d48a51
proofgeneral_HEAD: 2017-05-06 -> 2017-11-06 2017-11-16 00:01:42 +00:00
Rok Garbas 7dce6c88d2 neovim: 0.2.0 -> 0.2.1
* neovimLibvterm: 5a748f97 -> 4ca7ebf7
* neovim ruby: 0.5.0 -> 0.5.1
* pythonPackages.neovim: 0.1.13 -> 0.2.0
* libmpack: 1.0.3-rev80bd55ea6 -> 1.0.5
* luaPackages.mpack: switched to new source location, 1.0.7_ef025224a7
* only one set of lua packages, switched to luajit
2017-11-15 01:21:46 +01:00
Aleksey Kladov 18800dab69 jetbrains.webstorm: 2017.2.4 -> 2017.2.5 2017-11-14 21:52:02 +03:00
Aleksey Kladov d76bf07ac0 jetbrains.pycharm-professional: 2017.2.3 -> 2017.2.4 2017-11-14 21:51:32 +03:00
Aleksey Kladov cc6ee5d9d3 jetbrains.pycharm-community: 2017.2.3 -> 2017.2.4 2017-11-14 21:48:44 +03:00
Aleksey Kladov b87df5017e jetbrains.idea-ultimate: 2017.2.5 -> 2017.2.6 2017-11-14 21:48:10 +03:00
Aleksey Kladov 4bea8599ba jetbrains.idea-community: 2017.2.5 -> 2017.2.6 2017-11-14 21:47:40 +03:00
Orivej Desh a3aae2c831
Merge pull request #31659 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-11-14 17:45:32 +00:00
Michael Alan Dorman 4e00194ba6 melpa-packages: 2017-11-13 2017-11-14 07:54:11 -05:00
Michael Alan Dorman ad138cecdc melpa-stable-packages: 2017-11-13 2017-11-14 07:54:10 -05:00
Michael Alan Dorman e15ce53da3 org-packages: 2017-11-13 2017-11-14 07:54:10 -05:00
Michael Alan Dorman f8b31144d0 elpa-packages: 2017-11-13 2017-11-14 07:54:10 -05:00
Brenton Horne 747b2974dc atom: 1.21.2->1.22.0 2017-11-14 22:17:37 +10:00
Brenton Horne d7cb8a0ab5 atom-beta: 1.22.0-beta1->1.23.0-beta0 2017-11-14 22:17:12 +10:00
Orivej Desh ba45205b84
Merge pull request #31579 from matthewbauer/emacs-fixes
Emacs fixes
2017-11-14 01:44:01 +00:00
Tim Steinbach 0975c4b77c
vscode: 1.17.2 -> 1.18.0 2017-11-13 14:05:45 -05:00
Matthew Bauer 47a854ae01 emacs: add missing packages
this fixes eval for nix-env -qaA nixpkgs.emacsPackagesNg
2017-11-12 18:43:35 -06:00
Matthew Bauer 4ad86c5f96 font-lock-plus: fix eval 2017-11-12 18:09:26 -06:00