Commit graph

3412 commits

Author SHA1 Message Date
Philipp Middendorf 0b2f2f3d96 jetbrains: add libnotify to wrapper to enable notifications 2018-10-02 11:38:30 +02:00
Peter Hoeg 89b618771a emacs: fix egg dependency on git 2018-10-01 17:01:42 +08:00
Peter Hoeg 1f255187ed
Merge pull request #47576 from peterhoeg/f/magit
emacs: magithub and magit-svn require git
2018-10-01 12:05:45 +08:00
Peter Hoeg b5c69bca37 emacs: magithub and magit-svn require git 2018-10-01 11:37:47 +08:00
xeji 75fd708391
Merge pull request #47366 from LnL7/darwin-broken-f
broken darwin packages (f)
2018-09-28 22:32:45 +02:00
Will Dietz eb91037e7b tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
Robert Helgesson 1bd1587342
eclipses: remove old platform and sdk version
This removes the old 4.6.2 version of eclipse-platform and
eclipse-sdk.
2018-09-27 20:50:52 +02:00
Robert Helgesson b0ea289f4c
eclipses: 4.8 -> 4.9
This bumps eclipse-platform, eclipse-sdk, and eclipse-plugin-jdt to
version 4.9.
2018-09-27 20:50:48 +02:00
Patrick Hilhorst a3f8ce2c94 atom, atom-beta: 1.30.0 -> 1.31.0, 1.31.0-beta0 -> 1.32.0-beta0 (#47417)
* atom: 1.30.0 -> 1.31.0

* atom-beta: 1.31.0-beta0 -> 1.32.0-beta0
2018-09-27 19:32:06 +02:00
Bastian Köcher 0d810c5ac4 vscode: 1.26.1 -> 1.27.2 (#47397) 2018-09-27 19:26:29 +02:00
Michael Weiss 699b2bde44 androidStudioPackages.{dev,canary}: 3.3.0.10 -> 3.3.0.11 2018-09-27 17:54:50 +02:00
Michael Weiss 16f55b2bf8 android-studio: 3.1.4.0 -> 3.2.0.26
androidStudioPackages.beta: 3.2.0.25 -> 3.2.0.26
2018-09-27 17:54:44 +02:00
Daiderd Jordan cd78d0cc3f
flpsed: mark linux only
Doesn't build on darwin and probably other platforms.

    GsWidget.H:26:3: error: 'Atom' does not name a type; did you mean 'tm'?
       Atom atoms[5];
       ^~~~
       tm
    GsWidget.cxx: In member function 'void GsWidget::setProps()':
    GsWidget.cxx:47:2: error: 'atoms' was not declared in this scope
      atoms[0] = XInternAtom(fl_display,"GHOSTVIEW" , false);
      ^~~~~

/cc ZHF #45961
2018-09-25 22:31:20 +02:00
Uli Baum 6b4abb9fa7 monodevelop: mark broken
build has failed since 2018-03-08
cc maintainer @obadz
2018-09-25 11:59:26 +02:00
Matthew Bauer 2240445067 emacsMacport: 7.1 → 7.2
Fixes a critical issue with macOS

[NEWS](https://bitbucket.org/mituharu/emacs-mac/raw/master/NEWS-mac)

* emacs-26.1-mac-7.2 (2018-09-09)

** Fixed bugs

*** Buffer contents are not displayed on macOS 10.14.
This is mainly because now NSViews are backed by Core Animation Layer
(layer-backed) by default and non-deferred drawing into views no
longer works.  Instead of switching to deferred drawing (i.e., draw
only inside -[NSView drawRect:]), we draw into our own backing bitmap
in a non-deferred way as before, and update the view contents with the
resulting image via -[NSView updateLayer].  This "application-side
double buffering" is also available on OS X 10.8 - macOS 10.13 if you
set the frame parameter `inhibit-double-buffering' to nil when
creating a frame.  Just like on macOS 10.14, such a frame does not do
LCD smoothing.

*** Screenshot grabbed via Services is displayed in wrong size when we
have display mirroring between Retina and non-Retina displays.

*** Cursor movement just after frame resize sometimes leaves garbage.

*** Crash by the Fall_threads call from the GUI thread at the select
emulation when there are multiple Lisp threads.

*** Info title has ASCII underline unlike other window systems.

*** Vertical scroll bar is created as horizontal if frame font height
is short.

** Improvements

*** macOS 10.14 adds property :appearance to (mac-application-state).
The value may be "NSAppearanceNameAqua" or "NSAppearanceNameDarkAqua".

*** Add new color format "mac:COLOR-LIST-NAME:COLOR-NAME" and
"mac:COLOR-NAME" (shorthand for "mac:System:COLOR-NAME").  The actual
color may be different depending on the global appearance setting on
macOS 10.14.  For example, "mac:textColor" is black on the Light Mode
but is white on the Dark Mode.

*** Default frame colors respect appearance setting on macOS 10.14.
Now the default frame foreground/background color is
"mac:textColor"/"mac:textBackgroundColor", respectively.  Changes of
the system setting of the global appearance are dynamically reflected.

*** New function `mac-color-list-alist' to get the available
combinations of COLOR-LIST-NAMEs and COLOR-NAMEs.  Note that this
value is dependent on user environment and OS version.  Also, some
combinations may represent image patterns rather than colors.  For the
former cases, `(color-values "mac:COLOR-LIST-NAME:COLOR-NAME")'
returns nil.
2018-09-24 21:39:11 -05:00
Edward Tjörnhammar f9c4a74b73
jetbrains.pycharm-professional: 2018.2.3 -> 2018.2.4 2018-09-24 16:39:40 +02:00
Edward Tjörnhammar feb57bc9b9
jetbrains.pycharm-community: 2018.2.3 -> 2018.2.4 2018-09-24 16:39:11 +02:00
Edward Tjörnhammar 546dfb51a6
jetbrains.goland: 2018.2.2 -> 2018.2.3 2018-09-24 16:38:35 +02:00
Edmund Wu 4b1e3376d1 jetbrains.webstorm: 2018.2.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu 9b69a2520a jetbrains.ruby-mine: 2018.2.1 -> 2018.2.2 2018-09-24 16:35:17 +02:00
Edmund Wu 88692dd376 jetbrains.rider: 2018.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu 3bc77e5977 jetbrains.pycharm-professional: 2018.2.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu b30e64bb8a jetbrains.pycharm-community: 2018.2.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu 6f78c882da jetbrains.phpstorm: 2018.2.2 -> 2018.2.3 2018-09-24 16:35:17 +02:00
Edmund Wu 7ce6836e95 jetbrains.idea-ultimate: 2018.2.2 -> 2018.2.4 2018-09-24 16:35:17 +02:00
Edmund Wu e2ff1bceb3 jetbrains.idea-community: 2018.2.2 -> 2018.2.4 2018-09-24 16:35:17 +02:00
Edmund Wu 397215b8b6 jetbrains.goland: 2018.2.1 -> 2018.2.2 2018-09-24 16:35:17 +02:00
Edmund Wu 0174f259ac jetbrains.datagrip: 2018.2.2 -> 2018.2.4 2018-09-24 16:35:17 +02:00
Edmund Wu 98fe28e5ab jetbrains.clion: 2018.2.2 -> 2018.2.4 2018-09-24 16:35:17 +02:00
Michael Weiss 1357f6492c androidStudioPackages.{dev,canary}: 3.3.0.9 -> 3.3.0.10 2018-09-22 15:27:42 +02:00
Jan Tojnar d1b6cb7e6e
Merge pull request #46594 from worldofpeace/gnome-builder/ctags
gnome-builder: add ctags
2018-09-17 01:03:01 +02:00
Thomas Tuegel bd3e3d8a18
elpa-packages: 2018-09-15 2018-09-15 14:43:56 -05:00
Thomas Tuegel e68f1b3aba
org-packages: 2018-09-15 2018-09-15 14:40:41 -05:00
Thomas Tuegel 4a2e7f3119
melpa-stable-packages: 2018-09-15 2018-09-15 14:39:38 -05:00
Thomas Tuegel 851da08dd9
melpa-packages: 2018-09-15 2018-09-15 14:39:27 -05:00
R. RyanTM 76051c1ef6 neovim-qt: 0.2.9 -> 0.2.10 (#46234)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
neovim-qt
2018-09-15 17:19:19 +02:00
R. RyanTM 6fcbae1e9c vim: 8.1.0146 -> 8.1.0348 (#46181)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
vim
2018-09-15 17:02:58 +02:00
Jan Tojnar b3d079f34a
Merge pull request #46365 from worldofpeace/elementary-variety
add various elementary thirdparty applications
2018-09-14 02:17:26 +02:00
xeji eb88142c4b
leo-editor: 5.6 -> 5.7.3, fix build (#46589)
Previous version depended on qt56.qtwebengine which was broken.
2018-09-13 12:17:45 +02:00
worldofpeace 73e468005b gnome-builder: add ctags 2018-09-13 03:27:08 -04:00
R. RyanTM 64ab031a57 focuswriter: 1.6.15 -> 1.6.16 (#46286)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/focuswriter/versions
2018-09-12 23:11:11 +02:00
Michael Weiss 0fe81b0d54 androidStudioPackages.{dev,canary}: 3.3.0.7 -> 3.3.0.9 2018-09-12 20:38:27 +02:00
Matthew Bauer a03f07e18b
Merge pull request #45632 from leenaars/thonny2
thonny: init at 3.0.0b3
2018-09-10 15:04:30 -05:00
Matthew Bauer f45fe1f17e
Merge pull request #45988 from thefloweringash/emacs-darwin-cli
emacs: allow X and cli-only builds on Darwin
2018-09-10 14:54:50 -05:00
Michael Weiss fe1d9edfa7 androidStudioPackages.beta: 3.2.0.24 -> 3.2.0.25 2018-09-10 19:59:55 +02:00
Timo Kaufmann cb7c04f53c
Merge pull request #46444 from etu/upgrade-nano
nano: 2.9.8 -> 3.0
2018-09-10 12:26:45 +02:00
Andrew Childs bbf37b8c45 emacs: allow X and cli-only builds on Darwin 2018-09-10 12:20:23 +09:00
Orivej Desh 78bc2f9800 aseprite-unfree: 1.2.4 -> 1.2.9 2018-09-10 03:01:36 +00:00
worldofpeace 0f760506be quilter: init at 1.6.3 2018-09-09 18:34:30 -04:00
Elis Hirwing b47c5870f4
nano: 2.9.8 -> 3.0
Changelog: http://lists.gnu.org/archive/html/info-nano/2018-09/msg00000.html

Also updated the nix highlighting for nano
2018-09-09 23:16:07 +02:00