Commit graph

2763 commits

Author SHA1 Message Date
Ioannis Koutras bfce8a71b7 goland: 2017.3 -> 2017.3.1 2018-01-22 10:51:53 +02:00
Ioannis Koutras e364a33f32 clion: 2017.3.1 -> 2017.3.2 2018-01-22 10:51:32 +02:00
Daiderd Jordan e072086b71
Merge pull request #34035 from veprbl/samfix
deadpixi-sam: fix on Darwin, bump
2018-01-21 00:36:07 +01:00
Dmitry Kalinkin 6892838da0
deadpixi-sam: 2016-10-08 -> 2017-10-27 2018-01-20 18:20:54 -05:00
Dmitry Kalinkin 88b485a062
deadpixi-sam: fix on Darwin 2018-01-20 18:20:47 -05:00
Robert Helgesson b57981e1ea
eclipse-plugin-cup: use buildEclipsePlugin
Since the `buildEclipsePlugin` function now can cope with multiple
plugin JARs we can avoid the workaround used by the cup plugin.
2018-01-20 16:00:09 +01:00
Robert Helgesson 663d827b77
eclipse-plugins-jsonedit: init at 1.0.1
Also init the bundle `antlr-runtime_4_5` at 4.5.3 because it is needed
by the `jsonedit` plugin.
2018-01-20 16:00:09 +01:00
Robert Helgesson 3a70f21738
eclipse/plugins: support multiple plugins JARs 2018-01-20 16:00:08 +01:00
Frederik Rietdijk 27f6f9409b
Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall
maintainers: remove mornfall from packages
2018-01-18 11:27:31 +01:00
Robert Helgesson 98b35db541
eclipse-plugins-ansi-econsole: init at 1.3.5 2018-01-17 21:07:51 +01:00
Tim Steinbach 48b451d754
atom-beta: 1.24.0-beta2 -> 1.24.0-beta3 2018-01-17 10:29:51 -05:00
Tim Steinbach 94d6f39ea2
atom: 1.23.2 -> 1.23.3 2018-01-17 10:28:48 -05:00
Yegor Timoshenko 506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
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 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