Commit graph

146 commits

Author SHA1 Message Date
Milan Pässler fcaf6b10a9 atom: 1.54.0 -> 1.57.0
Also updated beta sources, but it is still broken.
2021-06-10 11:58:30 +02:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Gabriel Ebner 42981d6ce1 atomEnv: add missing mesa dependency 2021-04-09 09:26:12 +02:00
Lana Black 0bcaa16dd4 atom: Add global menu support 2021-03-11 08:51:54 +00:00
Vladimir Serov 532e499f11
atom-beta: 1.49.0 -> 1.55.0; marked as broken 2021-02-25 15:29:10 +03:00
Vladimir Serov 2c7b8290c6
atom: 1.48.0 -> 1.54.0 2021-02-25 00:35:31 +03:00
Tobias Happ d2a975169a atom, atom-beta: fix not working file deletion
Through deprecation of gvfs-trash, gio has to be in PATH. Atom
automagically detects gio and uses it.
2021-01-23 15:47:53 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tim Steinbach 9b28998862
atom: Remove maintainer nequissimus 2020-10-08 11:00:14 -04:00
worldofpeace 35cb34cf27 atom: Fix #92487
We rewrote the expression to use phases from genericBuilder.
https://github.com/NixOS/nixpkgs/issues/92487#issuecomment-654552010
2020-07-22 00:15:26 -04:00
Chuck 52f1332cba atom: 1.42.0 -> 1.48.0
atom-beta: 1.43.0-beta0 -> 1.49.0-beta0

This version bump includes node-gyp 3.7.0 -> 5.1.0 in Atom's
apm/package-lock.json, which, per https://github.com/nodejs/node-gyp/issues/1687
, finally allows python3 to be used instead of EOL'd python2 for
atom-package installation.
2020-06-15 17:33:14 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ysander 9922a5498b atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0
Add shared libraries libuuid and libatk-bridge
2019-12-31 01:25:00 +01:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04: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 9e6740c7ad atom: 1.36.0 -> 1.36.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/atom/versions
2019-04-30 09:50:38 -04:00
Domen Kožar f27690a252
atom: bump 2019-04-18 16:22:13 +07:00
worldofpeace 3cff784b3a atom-beta: 1.34.0-beta0 -> 1.35.0-beta0 2019-02-14 18:46:19 -05:00
worldofpeace 6c610e01f1 atom: 1.33.0 -> 1.34.0 2019-02-14 18:41:57 -05:00
Jörg Thalheim 1b146a8c6f
treewide: remove paxutils from stdenv
More then one year ago we removed grsecurity kernels from nixpkgs:
https://github.com/NixOS/nixpkgs/pull/25277

This removes now also paxutils from stdenv.
2018-12-22 12:55:05 +01:00
Patrick Hilhorst 22d46c4b6d atom: remove myself as maintainer
I longer use atom, so I won't be regularly updating it. I am hereby removing
myself as maintainer to reflect this.
2018-12-13 11:51:53 +00:00
Patrick Hilhorst e1de1050d4 atom, atom-beta: 1.32.1 -> 1.33.0, 1.33.0-beta1 -> 1.34.0-beta0 2018-12-13 11:51:53 +00:00
Brenton Horne d354f7cbe6
atom, atom-beta: Fixing Exec= line in app launcher
Prior to this commit the application launchers of Atom and Atom Beta executed `/usr/bin/${pname}` instead of what it is meant to `$out/bin/${pname}`. This is because upstream changed the `Exec=` line from `Exec=/usr/share/${pname}/${pname}` to `Exec=/usr/bin/${pname}` and the `substituteInPlace` line that was in the default.nix file was not appropriately adjusted.
2018-12-06 14:57:30 +10:00
Patrick Hilhorst c8e2b666a7 atom, atom-beta: 1.32.0 -> 1.32.1, 1.33.0-beta0 -> 1.33.0-beta1 (#49590) 2018-11-01 20:09:24 +01:00
Patrick Hilhorst f13f4825bf
atom, atom-beta: 1.31.2 -> 1.32.0, 1.32.0-beta0 -> 1.33.0-beta0 2018-10-24 11:33:20 +02:00
Patrick Hilhorst 26441bc650
atom, atom-beta: move versions to top of file 2018-10-24 11:30:28 +02:00
Patrick Hilhorst 6e78a00376
atom: 1.31.0 -> 1.31.2 2018-10-09 19:42:42 +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
Patrick Hilhorst 7a3f62fa0b
atom, atom-beta: 1.29.0 -> 1.30.0, 1.30.0-beta1 -> 1.31.0-beta0 2018-08-29 09:06:30 +02:00
Jörg Thalheim bb76f9a210 atom: gtk3 should be in buildInputs 2018-08-05 15:35:35 +01:00
Yannik Sander 57d5e2b20d atom: fix crash on Glib-GIO-ERROR
include gtk3 to fix atom's path such that file open dialogs wont cause atom to crash due to missing GIO files
2018-08-05 15:30:30 +01:00
Patrick Hilhorst e616563433 atom, atom-beta: 1.28.2 -> 1.29.0, refactored build script (#44297)
atom-beta: 1.29.0-beta1 -> 1.30.0-beta1

The beta version jump seems like an irregular update, but 1.30.0-beta0
was retired rougly 3 hours after release due to an macOS error:

> Fixed an error about a missing string_decoder module when the Git pane
> is displayed on macOS.

This shouldn't affect the Linux x86_64 version, but latest versions are
always nice.

Also refactored the build script, it now takes the version number as
an extra (optional) argument and creates the version number from that.

Also removed `rec` from the main set because it was no longer needed.
2018-08-01 11:30:10 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM 80d44926bf atom: 1.28.1 -> 1.28.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/atom/versions.
2018-07-19 12:23:36 +00:00
Patrick Hilhorst d45a099688 atom, atom-beta: 1.28.0 -> 1.28.1, 1.29.0-beta0 -> 1.29.0-beta1 (#43086) 2018-07-06 00:09:13 +02:00
Patrick Hilhorst b95b410d43
atom, atom-beta: fixed #42730
Swithed atom to use gtk3 instead of 2.
Fixed channel detection in the atom startup script.
2018-06-29 15:10:17 +02:00
Patrick Hilhorst 9b69d5efd1
atom, atom-beta: nicer fix for #42618
Supersedes #42622
2018-06-26 21:04:01 +02:00
Patrick Hilhorst 6f732f6560
Revert "atom-beta: fix build (#42622)"
This reverts commit 9e02afcd80.
2018-06-26 20:54:42 +02:00
Tobias Happ 9e02afcd80 atom-beta: fix build (#42622) 2018-06-26 20:22:15 +02:00
Patrick Hilhorst 5b3ccfd58a
atom: 1.27.2 -> 1.28.0 2018-06-23 13:42:00 +02:00
Tobias Happ 8d488247e1 atom: patchelf ctags binary (#41811) 2018-06-11 00:08:08 +02:00
Patrick Hilhorst 31ab326e4e atom-beta: 1.28.0-beta2 -> 1.28.0-beta3 (#41597) 2018-06-06 21:56:21 +02:00
Patrick Hilhorst 5421c6f156 atom, atom-beta: 1.27.1 -> 1.27.2, 1.28.0-beta1 -> 1.28.0-beta2 (#41318) 2018-05-31 21:42:26 +02:00
Patrick Hilhorst 2ad8e9a978
atom, atom-beta: 1.27.0 -> 1.27.1, 1.24.0-beta3 -> 1.28.0-beta1
Also rewrote the derivation for easier maintencence.

(And added @ysndr as maintainer for atom-beta, kind of an implicit
result of joining the two. If you're not okay with that, I'll patch
you out, but I'll presume consent.)
2018-05-22 09:40:00 +02:00
Patrick Hilhorst 36a4e54372
atom: add myself as maintainer 2018-05-15 20:33:41 +02:00
Patrick Hilhorst 87b0afb006
atom: 1.26.1 -> 1.27.0 2018-05-15 20:33:13 +02:00
Yannik Sander 58ab75c639 atom: fix git integration (#40163) 2018-05-09 18:34:57 -05:00
Patrick Hilhorst fc7ae1fefe atom: 1.26.0 -> 1.26.1 2018-04-27 13:40:20 +02:00
R. RyanTM 19742d0baf atom: 1.25.1 -> 1.26.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm -h’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm --help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/atom help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/.atom-wrapped help’ got 0 exit code
- found 1.26.0 with grep in /nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0
- directory tree listing: https://gist.github.com/10c433ad7807e5aeaa581f442b89dd6c
2018-04-20 12:39:31 -07:00