Commit Graph

47 Commits

Author SHA1 Message Date
Sam Hofius
26a70a63cd keybase-gui: 5.6.1 -> 5.7.1 2021-07-13 18:19:32 -06:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Vladimír Čunát
96bf6939b3
keybase-gui: fix build regression
autoPatchelf wasn't finding some libraries anymore.
It was probably fallout from PR #118479.
2021-04-21 21:42:13 +02:00
Sam Hofius
5cc3d7cf8d keybase,keybase-gui,kbfs: 5.5.2 -> 5.6.1 2021-01-25 13:53:21 -05: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
ajs124
c5692b64fd
Merge pull request #100796 from kf5grd/master
keybase,keybase-gui,kbfs: 5.5.1 -> 5.5.2
2020-11-22 03:09:00 +01:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Sam Hofius
0597e648db keybase,keybase-gui,kbfs: 5.5.1 -> 5.5.2 2020-10-16 23:28:21 -04:00
Florian Klink
ee483145d0 keybase: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Sam Hofius
cfaa460267 keybase-gui: 5.4.2 -> 5.5.1 2020-07-29 00:50:37 -04:00
Piper McCorkle
6e0f899b7d keybase-gui: set platforms to x86_64-linux 2020-05-30 05:17:17 -07:00
Aldwin Vlasblom
ab2d16ad65 Add myself (avaq) to the keybase package maintainers 2020-05-02 16:40:24 +02:00
Aldwin Vlasblom
a027934ceb keybase,kbfs,keybase-gui: 5.3.1 -> 5.4.2 2020-05-02 16:40:24 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Piotr Szegda
4fa3bd1770
keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1 2020-03-20 18:02:14 +01:00
Piotr Szegda
10e5a43b03
keybase,kbfs,keybase-gui: 5.2.1 -> 5.3.0 2020-03-16 18:50:43 +01:00
Cassidy Dingenskirchen
87854a7457
keybase,kbfs,keybase-gui: 5.1.1 -> 5.2.1 2020-02-26 17:33:05 +01:00
Oleksii Filonenko
0ea4e9940b keybase,keybase-gui: 5.1.0 -> 5.1.1 2020-02-10 20:41:28 +01:00
Oleksii Filonenko
85b93ef20e keybase,keybase-gui: add filalex77 to maintainers 2020-02-10 20:41:28 +01:00
Oleksii Filonenko
0aa6230b58 keybase,keybase-gui: 5.0.0 -> 5.1.0 2020-02-10 20:41:28 +01:00
Matthew O'Gorman
5189a27237
keybase-gui: add libappindicator-gtk3
See https://github.com/NixOS/nixpkgs/pull/72147
2019-11-16 03:32:45 +02:00
Vadim-Valdis Yudaev
a909083d4d
keybase, keybase-gui: 4.7.2 -> 5.0.0 2019-11-16 02:53:32 +02:00
Vadim-Valdis Yudaev
3894ec0a50 keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
2019-11-03 13:09:39 -05:00
Vadim-Valdis Yudaev
8f118b1fa3 gui.nix update keybase 4.3.1 to 4.6.0 2019-10-16 13:45:17 -07:00
Nick Spinale
d2333beb86 stdenv: fix misspellings of dontPatchELF 2019-09-11 13:10:09 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jon Banafato
35022fcd24 keybase-gui: 4.1.0 -> 4.3.1 2019-08-20 00:25:17 -04: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
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Jonathan Ringer
c5273fae16 keybase-gui: 4.0.0 -> 4.1.0 2019-07-05 14:21:29 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Georges Dubus
67406e2869 keybase,keybase-gui: 3.2.2 -> 4.0.0 2019-05-29 17:24:27 +02:00
Renaud
75c98a83ab
Merge pull request #60872 from cinemast/master
Update keybase to 3.2.2
2019-05-03 23:54:54 +02:00
Peter Spiess-Knafl
59b235d793 keybase,keybase-gui: 3.0.0 -> 3.2.2 2019-05-03 18:28:25 +02:00
worldofpeace
7abeda982a gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-04-17 13:39:23 -04:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
worldofpeace
ce8c243699 keybase-gui: drop gnome2.GConf 2019-02-08 03:35:27 +00:00
worldofpeace
6d9c5259cf keybase-gui: 2.13.1 -> 3.0.0 2019-02-08 03:35:27 +00:00
Emmanuel Rosa
66d844ba59 keybase-gui: 2.13.0 -> 2.13.1 2019-01-20 16:59:41 -08:00
Roman Volosatovs
3bc3772677 keybase-gui: 2.11.0 -> 2.13.0 2019-01-08 14:21:57 -05:00
worldofpeace
02e9d06e5e keybase-gui: 2.7.0 -> 2.11.0
- Use `autoPatchelfHook`
- Don't explicitly set phases - Part of #28910
- Correct `version` by hoisting out the suffix
2018-11-25 16:44:34 -05:00
Jon Banafato
68ad1f8774 keybase-gui: 2.5.0 -> 2.7.0 2018-10-11 16:46:12 -04:00
Cole Mickens
ca79107a79 keybase-gui: 2.3.0 -> 2.5.0 (#44705) 2018-08-09 11:00:30 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Márton Boros
b3c3df4007 keybase-gui: fix kbfs mount path check (#40080) 2018-07-17 11:47:55 -04:00
Jon Banafato
6c5bf24d1d keybase-gui: 1.0.44 -> 2.3.0
Upgrade keybase-gui to the latest release.
2018-06-28 11:57:49 -04:00
Matthew Bauer
1592e03aba treewide: rename bad filenames
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00