Commit Graph

1896 Commits

Author SHA1 Message Date
toon
4640287f31 profanity: Add optional omemo support (enabled by default) 2019-08-09 09:49:25 +02:00
toon
28d6900731 profanity: 0.6.0 -> 0.7.0 2019-08-09 09:45:53 +02:00
Tim Steinbach
83e1d3aa66
slack-theme-black: 2019-07-25 -> 2019-07-26 2019-08-07 09:32:11 -04:00
worldofpeace
d03c72cf43 wire-desktop: add a proper throw 2019-08-04 05:08:33 -04:00
Vladimír Čunát
854b43404f
wire-desktop: fixup evaluation on other platforms
version (i.e. name) is evaluated strictly before meta.platforms, apparently,
so let's simply hack around that, so we may eventually fix the tarball job.
2019-08-03 14:45:30 +02:00
Frederik Rietdijk
cd9846239a and another gdk_pixbuf rename 2019-08-03 07:10:13 +02:00
Frederik Rietdijk
d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Rolf Heckemann
a0d3143ce5 skypeforlinux: 8.49.0.49 => 8.50.0.38 2019-08-02 15:56:23 +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
Robin Gloster
841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
adisbladis
9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Robin Gloster
fe3920001c
Merge pull request #63669 from cawilliamson/patch-1
rambox-pro: 1.1.2 -> 1.1.4
2019-08-01 23:29:44 +00:00
worldofpeace
45c62cbfd8
Merge pull request #65610 from worldofpeace/fractal-update
fractal: 4.0.0 -> 4.2.0
2019-08-01 19:27:07 -04: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
worldofpeace
2d307238de zoom-us: drop uneeded *Inputs 2019-08-01 14:55:41 -04:00
worldofpeace
32f62e9798 zoom-us: use flathub desktop integration
We fetch from https://github.com/flathub/us.zoom.Zoom
and install their appdata, icons, and desktop file.
2019-08-01 14:55:41 -04:00
worldofpeace
43dcb0542f fractal: 4.0.0 -> 4.2.0
Build system changes happening in the following commits:

* 79bf10af6d
* 6982765607
* 4abfa58282

Submitted MR upstream to update Cargo.lock [0] and to
make scripts executable [1].

[0]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/446
[1]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/447
2019-08-01 14:03:09 -04:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
worldofpeace
37158a3410 fractal: stylize, add me to maintainers 2019-07-30 14:01:47 -04:00
Michael Weiss
1d102b90e6
tdesktopPackages.*: Remove the attributes in favour of tdesktop
This is a refactoring of "tdesktop", i.e. the resulting derivation isn't
affected by this commit (only the tdesktopPackages.* attributes are
removed).

I decided to remove the attributes "tdesktopPackages.*" as I don't
maintain the preview version anymore. There are regular stable releases
and we depend on the patches from Arch Linux which only track the stable
version as well, i.e. I would have to maintain our own patches, which
would either require an additional repository or "bloat" Nixpkgs (apart
from the fact that it would be unnecessarily time-consuming).
2019-07-30 17:34:35 +02:00
worldofpeace
e0b1eb0cd4
Merge pull request #65573 from tadfisher/zoom-us
zoom-us: use wrapQtAppsHook
2019-07-29 18:43:07 -04:00
Tad Fisher
aefe854bd3 zoom-us: use wrapQtAppsHook 2019-07-29 14:17:25 -07:00
Robin Gloster
c382280df6
Merge pull request #65499 from jojosch/teamspeak_client-update-3.3.0
teamspeak_client: 3.1.10 -> 3.3.0
2019-07-29 16:19:33 +00:00
Marek Mahut
f4ce7887ce poezio: 0.12 -> 0.12.1
Moving the source to GitHub from dev.louiz.org.
2019-07-29 09:36:55 +02:00
worldofpeace
f498a8b7af wire-desktop: gdk_pixbuf -> gdk-pixbuf 2019-07-28 17:29:11 -04:00
Frederik Rietdijk
cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Johannes Schleifenbaum
9a9dbb6af2 teamspeak_client: 3.1.10 -> 3.3.0 2019-07-28 10:02:36 +02:00
Frederik Rietdijk
15564fbb4d wire-desktop: fix evaluating on other platforms
to unblock tarball job
2019-07-28 09:31:48 +02:00
Frederik Rietdijk
cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
toonn
4665e883b2 wire-desktop: Add darwin support
Wire Desktop is available for linux, mac os and windows. I figured
adding darwin support would be cromulent. Note that the versions don't
align 100%, this is how it's released upstream.

I refactored the derivation to seperate all the linux-specific parts. I
also sorted the dependencies and grouped them.

The changes were based on the derivation for electron. I changed the
construction from calling `mkDerivation` on a conditional merger of two
sets by moving the `mkDerivation` calls into the conditional and up to
the local bindings for `linux` and `darwin`. This required moving
`pname` and `meta` up to local bindings.
2019-07-27 19:43:33 +02:00
toonn
33b6a1720d wire-desktop: expand meta
Added a `longDescription` and `downloadPage`. Also added myself to
`maintainers`.

I fixed up the `license` because it's actually GPLv3 *or later*.
Note that terms and conditions apply though I don't feel like they
violate the GPL-ness of the code.
2019-07-27 19:40:37 +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
Robin Gloster
8f6f4bd2d6
Merge pull request #65226 from Mic92/teamspeak
teamspeak: remove unnecessary makeWrapper
2019-07-22 18:35:43 +00:00
Robin Gloster
74afa518db
Merge pull request #65258 from davidtwco/franz-5.2.0
franz: 5.1.0 -> 5.2.0
2019-07-22 17:26:09 +00: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
David Wood
1885399186
franz: 5.1.0 -> 5.2.0 2019-07-22 11:26:52 +01:00
Jörg Thalheim
92c4bc0108
teamspeak: remove unnecessary makeWrapper 2019-07-21 15:22:39 +01:00
Jörg Thalheim
f75fdd5c77
teamspeak_server: fix 32-bit checksum 2019-07-21 15:15:02 +01:00
Jörg Thalheim
e4230452be
teamspeak_server: add missing libstdc++
Also convert to autoPatchelfHook.
2019-07-21 15:11:44 +01:00
worldofpeace
c55a88fe8f
Merge pull request #65107 from pacien/riot-1.3.0
riot-{web,desktop}: 1.2.2 -> 1.3.0
2019-07-20 21:31:59 -04:00
worldofpeace
a1cb6d601d
riot-desktop: add worldofpeace to maintainers 2019-07-20 21:29:09 -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
pacien
541f60d327 riot-desktop: 1.2.2 -> 1.3.0 2019-07-19 22:13:48 +02:00
pacien
e2c474875e riot-web: 1.2.2 -> 1.3.0 2019-07-19 22:13:37 +02:00