Commit graph

86 commits

Author SHA1 Message Date
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Jonathan Ringer 986cf21c45 slack: 4.11.1 -> 4.12.2 2021-01-22 10:41:47 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
JesusMtnez 1a6c252dcb slack: 4.10.3 -> 4.11.1 2020-11-16 23:12:03 +01:00
Samuel Ainsworth 3037318511 slack: add passthru.updateScript 2020-11-04 16:12:36 -08:00
Samuel Ainsworth f0fc6961fd slack: add auto-updater script 2020-11-03 18:38:44 -08:00
Samuel Ainsworth 04990cdb85 slack: refactor to be amenable to auto-updates 2020-11-03 18:38:30 -08:00
JesusMtnez fdc5b324d6
slack: 4.9.0 -> 4.10.3 2020-10-20 15:49:55 +02:00
Pavol Rusnak 846acc4c8c
slack: 4.8.0 -> 4.9.1
for darwin 4.9.0 is the latest
2020-09-21 12:56:05 +02:00
Amit Aryeh Levy e27fae78d3 slack: 4.7.0 -> 4.8.0 (linux) 2020-08-04 09:44:23 -07:00
Nikolay Korotkiy 60be9548a4
slack: 4.4.3 -> 4.7.0 (linux), 4.6.0 -> 4.8.0 (darwin) 2020-07-31 23:12:56 +03:00
Nikolay Korotkiy 6dedc015e9
slack: fix on darwin 2020-07-01 04:06:10 +03:00
Tim Steinbach 8599272c1d
slack: 4.4.2 -> 4.4.3 (linux), 4.4.2 -> 4.6.0 (darwin) 2020-06-16 07:38:45 -04:00
Tim Steinbach 45a09ec5bf
slack: 4.4.{0,1} -> 4.4.2 2020-04-27 08:10:45 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pavol Rusnak 84d18ac49f
slack: 4.2.0 -> 4.4.0
* 4.4.1 on Darwin
* remove dark-theme, it's now included in the release
2020-03-27 14:45:49 +01:00
Ersin Akinci 5386408991 slack: 4.3.3 -> 4.2.0
4.3.3 not available yet for Linux
2020-02-21 15:39:45 +00:00
Ersin Akinci 1170594e99 slack: 4.2.0 -> 4.3.3 2020-02-18 00:44:22 +00:00
Ersin Akinci 27d44b5156 slack: add MacOS target 2020-02-18 00:44:22 +00:00
Graham Christensen 7e929390ae
slack: add xdg_utils to the PATH
Otherwise it cannot log in to new workspaces.
2019-12-17 11:56:46 -05:00
R. RyanTM bf6316c9dc slack: 4.1.2 -> 4.2.0 2019-12-09 13:04:47 -08:00
John Ericson d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson 9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
talyz d7f2ab0ed8 slack: 4.0.2 -> 4.1.2
Also:
- Add missing dependency on libpulseaudio
- Extract the deb in the build folder and move only the files we're
  interested in to $out
- Use the regular builder, but turn off the patchELF hook
- Move dpkg from buildInputs to nativeBuildInputs, since it's only
  used at build time
2019-11-15 18:47:35 +01:00
Tim Steinbach 83aa6f5d7f
slack-theme-black: 2019-09-07 -> 2019-09-11 2019-09-12 18:53:34 -04:00
Tim Steinbach c51eaf4398
slack-theme-black: 2019-07-26 -> 2019-09-07 2019-09-09 08:46:37 -04:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Marek Fajkus 2bff01b502 slack: 4.0.1 -> 4.0.2 2019-08-25 17:27:36 +02:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Tim Steinbach 83e1d3aa66
slack-theme-black: 2019-07-25 -> 2019-07-26 2019-08-07 09:32:11 -04:00
Frederik Rietdijk d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Tim Steinbach df93edee15
slack: Add update script 2019-08-02 09:01:26 -04:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Marek Mahut 44884cdf29 slack: adding mmahut as a maintainer 2019-08-01 22:53:52 +00:00
Marek Mahut 6f92bc0cfd slack: 4.0.0 -> 4.0.1 2019-08-01 22:53:52 +00:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Tim Steinbach 2b014be886
slack-dark: 2019-06-04 -> 2019-07-25 2019-07-26 09:25:38 -04:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Tim Steinbach 3c65adaa75 slack-dark: Fix 4.0.0 2019-07-22 08:54:38 -04:00
angristan 0aa30f5901 slack: 3.4.2 -> 4.0.0 2019-07-22 08:54:38 -04:00
Tim Steinbach 8f99ec0784
slack-theme-black: 2019-03-15 -> 2019-06-04 2019-07-20 15:47:14 -04:00
Max Gonzih 8a2c18299c slack: Fix dark theme
Caused by #61328
2019-07-20 09:35:58 -04:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Tim Steinbach 66add9f141 slack: Generalize theming
Split out dark theme
Fixes #61155
2019-06-16 09:53:00 -04:00
Anatolii Prylutskyi ce6edcdb0b
slack: dark mode css can be passed as argument 2019-06-13 10:07:22 +03:00
Milan Pässler 1078041946 slack: 3.4.0 -> 3.4.2 2019-05-25 20:26:26 +02:00
Ivan Malison c4906fa0d3
slack: add libappindicator-gtk3 to rpath 2019-05-09 17:47:45 -07:00