Commit Graph

1559 Commits

Author SHA1 Message Date
Jan Tojnar
2801a299be
skypeforlinux: fix borked cherry-picking 2018-08-19 15:08:10 +02:00
Zack Grannan
3b2f3e59d1
skypeforlinux: add gsettings schemas
cherry-picked and squashed from https://github.com/NixOS/nixpkgs/pull/44652
2018-08-19 15:04:03 +02:00
Daiderd Jordan
bbd9a9deb0
Merge pull request #45300 from thefloweringash/quaternion-darwin
quaternion: Darwin support, fix dependencies and installed outputs
2018-08-19 13:15:44 +02:00
Andrew Childs
07eebd3629 quaternion: Darwin support, fix dependencies and installed outputs 2018-08-19 11:58:24 +09:00
Orivej Desh
65663f883c msgpack: rename from libmsgpack
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Silvan Mosberger
955f391e29
Merge pull request #45149 from r-ryantm/auto-update/riot-web
riot-web: 0.15.7 -> 0.16.0
2018-08-18 20:50:38 +02:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Tobias Happ
ca3e9a7096 teamspeak_server: 3.0.13.6 -> 3.3.0 2018-08-17 00:25:31 +02:00
Timo Kaufmann
dd62b5f4d2
Merge pull request #45119 from tadfisher/zoom-us
zoom-us: 2.2.128200.0702 -> 2.3.128305.0716
2018-08-16 22:33:52 +02:00
R. RyanTM
d4bbc39cb4 riot-web: 0.15.7 -> 0.16.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/riot-web/versions.
2018-08-16 13:17:24 -07:00
Michael Weiss
9f4e76be5f signal-desktop: 1.15.4 -> 1.15.5 2018-08-16 22:09:45 +02:00
Tad Fisher
88a78b81d2 zoom-us: 2.2.128200.0702 -> 2.3.128305.0716 2018-08-16 10:02:12 -07:00
David McKay
27ddcc5bab wavebox: init at 3.14.10 (#45021) 2018-08-15 19:03:18 +02:00
Daiderd Jordan
3d436409bc
Merge pull request #44729 from Ma27/fix-weechat-xmpp
weechat-xmpp: create proper runtime environment
2018-08-13 21:14:14 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Michael Weiss
b28f8b4c94 signal-desktop: 1.15.3 -> 1.15.4 2018-08-11 19:27:43 +02:00
Jan Malakhovski
1662443fa1 utox: use checkInputs, also cleanup 2018-08-11 09:35:17 +00:00
Frederik Rietdijk
d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann
456b67e70f
nheko: add license
see issue #43716
2018-08-09 12:59:52 +02:00
Michael Weiss
c7e04336a7 signal-desktop: 1.15.0 -> 1.15.3
Skipped 1.15.1 due to upstream issues (see GitHub), 1.15.2 and 1.15.3
should be fine (at least there are fewer issues).
2018-08-08 18:18:13 +02:00
Maximilian Bosch
09e58bc4e7
weechat-xmpp: create proper runtime environment
The `weechat-xmpp` plugin requires `pydns` to properly resolve the
XMPP host. Furthermore it's much easier to use substituteAll rather than
messing around with substituteInPlace in a patched file.
2018-08-08 17:55:43 +02:00
Pascal Wittmann
619d51f290
rambox: restrict to supported platforms 2018-08-06 18:30:20 +02:00
Pascal Wittmann
fec4795f00
rambox: inherit meta from bare derivation
see issue #43716
2018-08-06 12:19:13 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Francesco Gazzetta
26e939e22c pybitmessage: use pname instead of name 2018-08-05 22:32:32 +02:00
Francesco Gazzetta
3bddc85171 pybitmessage: specify python version 2
pybitmessage does not support python3 yet
2018-08-05 22:29:57 +02:00
Francesco Gazzetta
28fe9047ef pybitmessage: 0.6.2 -> 0.6.3.2 2018-08-05 22:26:47 +02:00
Pascal Wittmann
a62fa40209
ekiga: add license
see issue #43716
2018-08-05 16:36:23 +02:00
Michael Weiss
c3266a03a8 tdesktopPackages.preview: 1.3.11 -> 1.3.12 2018-08-05 11:56:10 +02:00
Michael Weiss
9ef1406a99
signal-desktop: Allow overriding the spell checker language (#44456)
Thought this could be useful for others as well. Unfortunately it will
also override the UI language.

Example usage:

  environment.systemPackages = with pkgs; [
    (signal-desktop.override {
      spellcheckerLanguage = "de_DE";
    })
  ];
2018-08-04 16:01:44 +02:00
Tuomas Tynkkynen
008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Jörg Thalheim
a6900b9a13 dino: 2018-06-03 -> 2018-07-08 2018-08-03 16:54:21 +01:00
Michael Weiss
1ebee36c23 tdesktopPackages.preview: 1.3.10 -> 1.3.11 2018-08-03 14:15:22 +02:00
Michael Weiss
915e506f7c signal-desktop: 1.14.4 -> 1.15.0 2018-08-03 13:11:44 +02:00
Uli Baum
3835786896 gitter: fix eval
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Ivan Malison
e090fb2967 gitter: init at 4.1.0 (#43505) 2018-08-01 20:51:17 +02:00
Lluís Batlle i Rossell
f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
Silvan Mosberger
7e396ecd93
Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapper
fix pidgin-with-plugins build
2018-07-24 23:27:01 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Pascal Wittmann
758038a4e0
amsn: add license
see issue #43716
2018-07-22 17:24:10 +02:00
Frederik Rietdijk
ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Averell Dalton
31df054e96 fix pidgin-with-plugins build 2018-07-21 18:04:16 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Michael Weiss
c89bdf9704 signal-desktop: 1.14.3 -> 1.14.4 2018-07-21 11:30:46 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth
6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Michael Weiss
b68770c1a2 signal-desktop: 1.14.2 -> 1.14.3 2018-07-19 22:14:25 +02:00
Frederik Rietdijk
8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Michael Weiss
4fd9ca3a51 signal-desktop: 1.14.1 -> 1.14.2 2018-07-19 12:56:05 +02:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Michael Weiss
bf2a009380 tdesktop: 1.3.7 -> 1.3.10
tdesktopPackages.preview: 1.3.7 -> 1.3.10

Without the patch the build will fail with the following error:

[ 15%] Building CXX object CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o
/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp: In lambda function:
/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp:712:56: internal compiler error: Segmentation fault
   if constexpr (MTPDphotos_photos::Is<decltype(data)>()) {
                                                        ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make[2]: *** [CMakeFiles/lib_export.dir/build.make:77: CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1101: CMakeFiles/lib_export.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
2018-07-17 21:17:21 +02:00
Robert Schütz
18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Joachim F
bc48770871
Merge pull request #43426 from tadfisher/zoom-us
zoom-us: fix runtime qt environment
2018-07-14 20:31:23 +00:00
Michael Weiss
c4fca64980 signal-desktop: 1.14.0 -> 1.14.1 2018-07-14 20:36:31 +02:00
Frederik Rietdijk
3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Frederik Rietdijk
80e5072cb0
Merge pull request #43456 from r-ryantm/auto-update/riot-web
riot-web: 0.15.6 -> 0.15.7
2018-07-13 18:45:48 +02:00
Michael Weiss
c4d94d64c3 signal-desktop: 1.13.0 -> 1.14.0 2018-07-13 16:19:18 +02:00
R. RyanTM
d3f5b962ca riot-web: 0.15.6 -> 0.15.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/riot-web/versions.
2018-07-12 19:15:40 -07:00
Tad Fisher
5dc1d746cf zoom-us: fix runtime qt environment 2018-07-12 12:03:56 -07:00
Will Dietz
5a1310da7f quaternion: 0.0.9 -> 0.0.9.2 2018-07-12 12:33:13 -05:00
Matthew Bauer
aee5b1ac94
Merge pull request #43149 from tadfisher/zoom-us
zoom-us: set qt plugin paths in wrapper
2018-07-11 02:34:23 -04:00
Frederik Rietdijk
f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
Till Höppner
d133362c18 gomuks: 2018-05-14 -> 2018-7-10 (#43277) 2018-07-10 12:19:59 +02:00
Jan Tojnar
28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
Peter Hoeg
476aab54fe
Merge pull request #43220 from peterhoeg/u/qtox
qtox: 1.15.0 -> 1.16.1
2018-07-09 21:52:12 +08:00
Peter Hoeg
3ee89ea8c7 qtox: 1.15.0 -> 1.16.1 2018-07-08 20:35:30 +08:00
Michael Raskin
24429d66a3
Merge pull request #43211 from r-ryantm/auto-update/baresip
baresip: 0.5.9 -> 0.5.10
2018-07-08 12:11:29 +00:00
R. RyanTM
b08e8974e8 baresip: 0.5.9 -> 0.5.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/lyb8qd0r0q4q5l04cnbz3il9jm7av538-baresip-0.5.10/bin/baresip had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.5.10 with grep in /nix/store/lyb8qd0r0q4q5l04cnbz3il9jm7av538-baresip-0.5.10
- directory tree listing: https://gist.github.com/17f91505013f40beef68c121fcdedb70
- du listing: https://gist.github.com/d1039adba0ce079d343d2d1fa7c139cb
2018-07-08 03:08:44 -07:00
Tad Fisher
0fd2b4761a zoom-us: set qt plugin paths in wrapper 2018-07-07 15:13:32 -07:00
R. RyanTM
857f0753d6 riot-web: 0.15.5 -> 0.15.6 (#42958)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.15.6 with grep in /nix/store/0gr8hg3lgymk3idlxb9i4q0p6yyq3azz-riot-web-0.15.6
- directory tree listing: https://gist.github.com/5d5d991112bb6e9960e1319112c7c6e9
- du listing: https://gist.github.com/e2ade24d81e7c7b978e65607f2d7b669
2018-07-06 20:12:27 +02:00
averelld
06c6ff2465 mattermost-desktop: 4.1.1 -> 4.1.2 (#43117)
Also update some dependencies
2018-07-06 19:27:11 +02:00
Tad Fisher
14555eab0f zoom-us: 2.2.128100.0627 -> 2.2.128200.0702 (#42922) 2018-07-05 21:42:44 +01:00
Tim Steinbach
0a218b959e
hipchat: 4.30.4.1672 -> 4.30.5.1676 2018-07-05 08:33:56 -04:00
worldofpeace
957744f822 wire-desktop: 3.0.2816 -> 3.2.2840 2018-07-03 16:28:41 -04:00
Tad Fisher
81c2f270e5 zoom-us: 2.0.123200.0405 -> 2.2.128100.0627 (#42742) 2018-06-30 19:03:17 +02:00
Matthew Bauer
9a2345e963
Merge pull request #40880 from lheckemann/tdesktop-other
tdesktop: enable on other platforms
2018-06-28 20:33:48 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
gnidorah
68bf1063f0 rambox: fix build (#42577) 2018-06-25 21:29:25 +02:00
Michael Weiss
db0da282c3 signal-desktop: 1.12.1 -> 1.13.0 2018-06-22 12:33:13 +02:00
Jörg Thalheim
d4ed33492e
Merge pull request #42296 from bkchr/ts3_3_1_10
teamspeak_client: 3.1.8 -> 3.1.10
2018-06-20 23:35:20 +01:00
Bastian Köcher
67c7b00abf skypeforlinux: 8.18.0.6 -> 8.24.0.2 2018-06-20 20:53:25 +00:00
Bastian Köcher
8ac1721cd6 teamspeak_client: 3.1.8 -> 3.1.10 2018-06-20 09:28:48 +02:00
R. RyanTM
eb196922ce riot-web: 0.15.4 -> 0.15.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.15.5 with grep in /nix/store/p5phic74phlnz8zyrfdvkq6qyacbjfdh-riot-web-0.15.5
- directory tree listing: https://gist.github.com/2dfaa31736d9687934c557f92066d007
- du listing: https://gist.github.com/f769d44c305628e76a52b8d63351b060
2018-06-18 23:30:22 -07:00
Yurii Rashkovskii
153c766572 slack: 3.2.0-beta25a7a50e -> 3.2.1 (#42043) 2018-06-17 18:43:42 +02:00
Michael Weiss
54ea1cd58a signal-desktop: 1.12.0 -> 1.12.1 2018-06-15 16:46:39 +02:00
Yegor Timoshenko
0e3e46a52a
Merge pull request #41777 from dtzWill/update/rambox-0.5.17
rambox: 0.5.13 -> 0.5.17
2018-06-15 01:11:23 +00:00
averelld
15b5643023 mattermost-desktop: init at 4.1.1 (#40794) 2018-06-13 13:27:29 +02:00
Jörg Thalheim
96d6ef3442 dino: 2018-04-19 -> 2018-06-03 2018-06-12 22:01:00 +01:00
Michael Weiss
92ab620a4c tdesktop: 1.3.0 -> 1.3.7
tdesktopPackages.preview: 1.3.4 -> 1.3.7
2018-06-12 15:49:10 +02:00
Will Dietz
9bc8b64894 rambox/sencha: 6.5.2 -> 6.5.3 2018-06-09 21:40:31 -05:00
Will Dietz
1197f87349 rambox: 0.5.13 -> 0.5.17
Remove patch that is apparently already applied.
2018-06-09 21:32:54 -05:00
aszlig
a7e9fabd7b
gajim: 1.0.2 -> 1.0.3
Upstream changes:

  * 8296 Fix errors on roster updates after stream management resume
  * 9106 Convert font weight from pango to css values
  * 9124 Bring ChatControl to front when notification is clicked

  * Set no-store hint on groupchat chatstates
  * Dont show OOB uri if message body is the same
  * Add missing bybonjour dependency for Windows zeroconf

The full change log can be found at:

https://dev.gajim.org/gajim/gajim/raw/gajim-1.0.3/ChangeLog

Built and tested the package on my machine.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c, @abbradar
2018-06-08 20:32:20 +02:00
Jörg Thalheim
4d36cae529
Merge pull request #41636 from Ekleog/nheko-0.4.3
nheko: 0.4.2 -> 0.4.3
2018-06-08 15:50:20 +01:00
Michael Weiss
72f07e74f3 tdesktopPackages.preview: 1.3.3 -> 1.3.4 2018-06-08 13:49:37 +02:00
Léo Gaspard
8aff02e024
nheko: 0.4.2 -> 0.4.3 2018-06-07 17:34:41 +02:00
Michael Weiss
01040d9c27 tdesktopPackages.preview: 1.3.1 -> 1.3.3 2018-06-07 13:08:36 +02:00
Thomas Kerber
979a835c46 skypeforlinux: remove libstdc++5 dependency (#41590) 2018-06-06 22:12:19 +02:00
Michael Weiss
137a372d70 tdesktop: 1.2.17 -> 1.3.0
It still displays "Version 1.3 alpha" but other than that it should be
fine.
2018-06-05 17:27:13 +02:00
Michael Weiss
dcfaef2b8e tdesktopPackages.preview: 1.3.0 -> 1.3.1 2018-06-05 17:18:49 +02:00
Michael Weiss
c69cc21338 tdesktopPackages.preview: 1.2.24 -> 1.3.0
Note: I'm not packaging this as stable for now as there might be some
issues left (see GitHub), it says "Version 1.3 alpha" in the bottom left
corner, and I've only got a "New in version 1.2.25" message.
2018-06-01 15:11:57 +02:00
Michael Weiss
ab593d46dc signal-desktop: Refactor the package description
Removed some redundancy (src check via meta.platforms) and made some
changes according to our style-guide.
I've changed meta.description and added meta.longDescription.
2018-06-01 15:00:39 +02:00
Michael Weiss
5d795355a0 signal-desktop: Fix a possible crash when saving an attachment
If executed in a pure environment (nix-shell --pure) or depending on the
`gtk3` version of the system Signal-Desktop was e.g. crashing when
clicking on a PDF attachment (instead of showing the dialog to save a
file).
Using wrapGAppsHook and setting XDG_DATA_DIRS to the correct version
fixes this bug.

The error message was the following:
```
(signal-desktop:30756): Gtk-WARNING **: 14:04:49.073: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://icon-theme.freedesktop.org/releases

(signal-desktop:30756): GLib-GIO-ERROR **: 14:04:49.134: No GSettings schemas are installed on the system
Trace/breakpoint trap
```
2018-06-01 14:32:26 +02:00
Michael Weiss
507d24a7de signal-desktop: 1.11.0 -> 1.12.0 2018-06-01 03:15:31 +02:00
Orivej Desh
798d5f5cdb bitlbee: fix build 2018-05-30 01:35:17 +00:00
worldofpeace
570327b0a3 messenger-for-desktop: remove (#41224) 2018-05-29 23:25:11 +02:00
worldofpeace
bab973a28b discord: gnome2 cleanup (#41174)
* discord: gnome2 cleanup

* discord: use top-level gtk2
2018-05-29 21:59:05 +02:00
worldofpeace
1f14408b0e skypeforlinux: gnome2 cleanup (#41176)
* skypeforlinux: gnome2 cleanup

* skypeforlinux: use toplevel gdk_pixbuf and gtk2
2018-05-29 21:54:42 +02:00
worldofpeace
e25e9d6191 wire-desktop: gnome2 cleanup (#41155)
* wire-desktop: gnome2 cleanup

* wire-desktop: use toplevel gtk2
2018-05-29 21:40:59 +02:00
Jan Tojnar
6045fb6945
franz: use top-level gtk 2018-05-29 15:44:35 +02:00
Jan Tojnar
1ac4be3052
signal-desktop: use top-level gtk 2018-05-29 15:44:34 +02:00
Sarah Brofeldt
22d217ca18
Merge pull request #41137 from symphorien/teamspeak
teamspeak_client: fix startup
2018-05-28 22:42:46 +02:00
Matthew Justin Bauer
6cc070df8a
Merge pull request #41162 from ryantm/name-format
treewide: fix derivation names
2018-05-28 13:58:17 -04:00
Ryan Mulligan
af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
worldofpeace
e1b501a7f6 signal-desktop: gnome2 cleanup (#41156) 2018-05-28 12:53:20 +02:00
worldofpeace
938705cd1f franz: gnome2 cleanup (#41157) 2018-05-28 12:10:04 +02:00
Symphorien Gibol
7ed15eed53 teamspeak_client: fix startup
segfaults with qt5.10, downgrade to 5.9
tries to load its homegrown libqxcb.so which does not find some libs,
use nixpkgs libqxcb.so instead.
2018-05-27 15:32:02 +02:00
Michael Weiss
9cec6df630 tdesktopPackages.preview: 1.2.23 -> 1.2.24 2018-05-27 14:19:30 +02:00
Graham Christensen
b1ed0b0481
Merge pull request #41101 from r-ryantm/auto-update/riot-web
riot-web: 0.15.3 -> 0.15.4
2018-05-26 22:51:47 -04:00
R. RyanTM
a31a736b96 riot-web: 0.15.3 -> 0.15.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.15.4 with grep in /nix/store/svsdm27wq2iipppfk9nz8k1n4q6ir9i3-riot-web-0.15.4
- directory tree listing: https://gist.github.com/62108c4884b3db3cad6d53a752a6c775
- du listing: https://gist.github.com/36270da19f3c0390457a50f0c6ecb518
2018-05-26 09:13:28 -07:00
Benjamin Staffin
e386e19042 slack: 3.1.0 -> 3.2.0-beta2 (#41051)
I know this says it's a beta verison, but
  - This is the version they're distributing on slack.com/download for
    linux
  - The previous releases were "beta" too, they just didn't mention
    it in the version string
2018-05-26 15:40:55 +02:00
Michael Weiss
66aed8fd38 tdesktopPackages.preview: 1.2.22 -> 1.2.23 2018-05-26 11:39:03 +02:00
Michael Weiss
0fd98c6897 tdesktopPackages.preview: 1.2.21 -> 1.2.22 2018-05-25 21:06:47 +02:00
Léo Gaspard
8b6ddc89dd nheko: 0.4.1 -> 0.4.2 (#41077) 2018-05-25 13:47:18 +02:00
xeji
a2d2a6eaa9
Merge pull request #41030 from Ekleog/nheko-0.4.1
nheko: 0.4.0 -> 0.4.1
2018-05-24 20:50:23 +02:00
Léo Gaspard
0e84af1772
nheko: make darwin build fail later 2018-05-24 20:00:35 +02:00
Léo Gaspard
291808359b
nheko: 0.4.0 -> 0.4.1 2018-05-24 17:09:15 +02:00
Guthrie McAfee Armstrong
ca556c4def Remove "free and secure" from Discord description (#40968)
* Remove "free and secure" from Discord description

Changed Discord package description to remove "free and secure". We can't vouch for its security, but it's definitely not "free" in the sense that most users would read this description. ;)

* Add "cross-platform" to Discord description
2018-05-23 10:27:08 +02:00
Jörg Thalheim
090b7cc8f1 purple-xmpp-http-upload: use date of commit as version 2018-05-22 08:14:19 +01:00
Emmanuel Rosa
2a09ee7a4a purple-xmpp-http-upload: init at 178096c 2018-05-21 16:09:30 -04:00
Linus Heckemann
bf22a10ccb tdesktop: enable on other platforms 2018-05-21 13:44:20 +01:00
Emmanuel Rosa
de18e296da purple-facebook: 0.9.3 -> 0.9.5 2018-05-20 20:20:11 -04:00
Emmanuel Rosa
3dadae4cd2 purple-lurch: init at 0.6.7
Adds XEP-0384: OMEMO Encryption for libpurple
2018-05-20 22:11:15 +00:00
Orivej Desh
a1f7ddeea0
Merge pull request #40818 from emmanuelrosa/pidgin-2.13-pr
pidgin: 2.12.0 -> 2.13.0
2018-05-20 21:26:06 +00:00
Emmanuel Rosa
65df48a6de pidgin: 2.12.0 -> 2.13.0
closes #40798
2018-05-20 11:29:51 -04:00
Orivej Desh
75e66b5581 swift-im: init at 4.0.2
(cherry picked from commit d7117945f5a3edf44b3c71432a8a6a4f94e1d75b)
2018-05-20 11:51:17 +00:00
Pascal Bach
548417c209 riot-web: 0.14.2 -> 0.15.3 (#40792) 2018-05-19 23:26:54 +02:00
Michael Weiss
70c60a2fdc tdesktopPackages.preview: 1.2.20 -> 1.2.21 2018-05-19 14:31:57 +02:00
Matthew Justin Bauer
bc35f54a64
Merge pull request #40510 from tilpner/gomuks-init
gomuks: init at 2018-05-16
2018-05-18 21:46:20 -05:00
gnidorah
33a94b0448 franz: switch to autoPatchelfHook 2018-05-17 22:43:51 +03:00
tilpner
c1efa89126
gomuks: init at 2018-05-16 2018-05-16 20:47:35 +02:00
Michael Weiss
3efea84fa1 tdesktopPackages.preview: 1.2.19 -> 1.2.20 2018-05-15 21:52:17 +02:00
Michael Weiss
1af7302dd4 signal-desktop: 1.10.1 -> 1.11.0 2018-05-15 20:32:40 +02:00
Michael Weiss
2490c50346 signal-desktop: 1.10.0 -> 1.10.1 2018-05-12 00:26:17 +02:00
Carlos José Ruiz-Henestrosa Ruiz
5f8ee95642 tdesktop: Fix the icon path (#40298)
The `.desktop` file now refers to the icon as `telegram` instead of `telegram-desktop`. This caused a placeholder icon to be shown instead.
2018-05-11 15:55:24 +02:00
Michael Weiss
938ff5401a signal-desktop: 1.9.0 -> 1.10.0 2018-05-10 23:04:27 +02:00
Michael Weiss
038bf4f68b tdesktopPackages.preview: 1.2.17 -> 1.2.19 2018-05-09 23:22:13 +02:00
Sarah Brofeldt
16463d728b zoom-us: liblgvnd fix for libGL.so in libpath 2018-05-08 01:28:17 +02:00
Jan Tojnar
fcfecf8c20
telepathy-logger: 0.8.0 → 0.8.2
The previous update attempt (76f9a4d711) did not change the hash 😞
2018-05-07 22:05:01 +02:00
Jörg Thalheim
f7e4c5ebb4
Merge pull request #40068 from r-ryantm/auto-update/riot-web
riot-web: 0.14.1 -> 0.14.2
2018-05-07 14:22:00 +01:00
R. RyanTM
5b3b3a1e83 riot-web: 0.14.1 -> 0.14.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/riot-web/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.14.2 with grep in /nix/store/zglwk185bfl8x2dmkqpl51801rk58gvi-riot-web-0.14.2
- directory tree listing: https://gist.github.com/eae072ce5bb48e5e8b59f7e04caf5b0d
2018-05-06 21:51:32 -07:00
Joachim F
7da1dcaf5a
Merge pull request #40018 from danbst/zoom-us-update
zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanup
2018-05-06 09:10:17 +00:00
danbst
8143383aab zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanup
Apart from version update:
- remove some packages from `LD_LIBRARY_PATH`. I haven't found any
references for them. Most of them were copypasted from AUR expression
- found an implicit reference to `pidof`, in my case this caused warnings
about mismatched Glibc version. I've found implicit reference to `sh` too,
with Glibc warning too, but I don't know how to fix this, and looks like it's
only a warning
2018-05-06 01:42:32 +03:00
Jan Tojnar
3be8954579
Merge pull request #39985 from jtojnar/drop-legacy-gst
various: {upgrade,drop} GStreamer 0.10 dependency
2018-05-05 23:53:04 +02:00
Jan Tojnar
841a5553cb
baresip: switch to GStreamer 1.0 2018-05-05 00:29:01 +02:00
xeji
cc8c33e159
Merge pull request #39952 from Ekleog/nheko-0.4.0
nheko: 0.3.1 -> 0.4.0
2018-05-04 01:19:07 +02:00
Léo Gaspard
c770e61622
nheko: 0.3.1 -> 0.4.0 2018-05-04 00:46:05 +02:00
Matthew Bauer
143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Michael Weiss
1095c414a6 signal-desktop: 1.7.1 -> 1.9.0 2018-05-02 21:05:26 +02:00
xeji
ccd986d0c5
Merge pull request #39839 from puffnfresh/pkgs/stride
stride: 1.8.18 -> 1.17.82
2018-05-02 05:27:42 +02:00
Michael Raskin
cc6f2c0957 gajim: 1.0.1 -> 1.0.2 2018-05-02 02:46:51 +02:00
Brian McKenna
1abef3a7c9 stride: 1.8.18 -> 1.17.82 2018-05-02 07:48:19 +10:00
LightDiscord
d72b870079
discord: 0.0.4 -> 0.0.5 2018-05-01 21:17:01 +02:00
Ryan Mulligan
038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Will Dietz
4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Will Dietz
855e0463ab tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux
"platforms.gnu" has been linux-only since at least 17.03:

$ nix eval -f channel:nixos-17.03 lib.platforms.gnu
[ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]

Unlike platforms.linux, platforms.gnu indicates "must use glibc"
which for the most part is not intended.

Replacing platforms.gnu with platforms.linux would be the same "today"
but let's err on preserving existing behavior and be optimistic
about platforms these packages work on.
2018-04-30 18:08:48 -05:00
xeji
bfb26debdb
Merge pull request #39732 from r-ryantm/auto-update/riot-web
riot-web: 0.14.0 -> 0.14.1
2018-04-30 23:12:25 +02:00
R. RyanTM
dc2f012215 riot-web: 0.14.0 -> 0.14.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/riot-web/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.14.1 with grep in /nix/store/77d4rg2yy4gj8m1mvrw6zqhdi7jv7cg8-riot-web-0.14.1
- directory tree listing: https://gist.github.com/4606f4af0dcfc7ef1ece43dfe4b38abe
2018-04-30 10:12:01 -07:00
Peter Hoeg
dbcdcb63d8 quaternion: 0.0.5 -> 0.0.9 2018-04-30 17:25:02 +08:00
Peter Hoeg
12d89a7ed9
Merge pull request #39147 from peterhoeg/u/tox
tox: libtoxcore and assorted tox client updates
2018-04-30 04:07:30 +00:00
worldofpeace
82080d77a0
wire-desktop: correct desktopItem 2018-04-29 20:32:41 -04:00
Peter Hoeg
8ce6587966 utox: 0.16.1 -> 0.17.0 2018-04-30 07:55:07 +08:00
Peter Hoeg
3f454bc90f toxic: 0.7.2 -> 0.8.2 2018-04-29 07:52:54 +08:00
Peter Hoeg
88454d73b0 qtox: 1.13.1 -> 1.15.0 2018-04-29 07:52:54 +08:00
Peter Hoeg
058df14f81 ratox: 0.4 -> 0.4.20180303 2018-04-29 07:52:54 +08:00
Michael Raskin
f5268994be weechat-matrix-bridge: 2018-01-10 -> 2017-03-29 2018-04-28 22:42:39 +02:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Michael Raskin
cdca27101d
Merge pull request #39450 from r-ryantm/auto-update/baresip
baresip: 0.5.8 -> 0.5.9
2018-04-24 23:10:30 +00:00
Jörg Thalheim
cf68bb33cb dino: fix checksum 2018-04-24 23:44:32 +01:00
Jörg Thalheim
296bc1e569 dino: 2018-03-10 -> 2018-04-19 2018-04-24 23:41:21 +01:00
R. RyanTM
85161629c5 baresip: 0.5.8 -> 0.5.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.9 with grep in /nix/store/qh69vw5jdwnw82vb6gkwz4f0k8gpjjry-baresip-0.5.9
- directory tree listing: https://gist.github.com/f67689bcf18570ad0408e54fa06db37c
2018-04-24 15:33:02 -07:00
Matthew Justin Bauer
c8e58113b2
Merge pull request #38801 from worldofpeace/wire-desktop
wire-desktop: init at 3.0.2816
2018-04-21 20:47:56 -05:00
worldofpeace
754b30ef00 wire-desktop: init at 3.0.2816 2018-04-19 13:50:35 -04:00
Michael Weiss
9cb0b49673 signal-desktop-beta: Mark as broken (really outdated) 2018-04-17 18:26:53 +02:00
Matthew Justin Bauer
3207b7e71d
Merge pull request #38311 from qfjp/submit/finch-fix
Use lib/purple-2 directory instead of lib/pidgin
2018-04-17 09:55:00 -05:00
Peter Schuller
70588bc82e signal-desktop: 0.7.0 -> 0.7.1 2018-04-15 21:19:20 -07:00
Jörg Thalheim
fb9d7e0aa0
Merge pull request #38902 from Ekleog/nheko-0.3.1
nheko: 0.3.0 -> 0.3.1
2018-04-15 19:54:55 +01:00
S. Nordin Abouzahra
92f0d31b94
purple-discord: init at 2018-04-10 2018-04-15 11:20:23 +02:00
Léo Gaspard
59bf698238
nheko: 0.3.0 -> 0.3.1 2018-04-13 15:57:41 +02:00
Tim Steinbach
32d620d739
hipchat: 4.30.3.1670 -> 4.30.4.1672 2018-04-13 09:39:06 -04:00
Yegor Timoshenko
ae1318043b
Merge pull request #38890 from r-ryantm/auto-update/signal-desktop
signal-desktop: 1.6.1 -> 1.7.0
2018-04-13 09:57:26 +00:00
R. RyanTM
50c6900fd4 signal-desktop: 1.6.1 -> 1.7.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/signal-desktop/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.7.0 with grep in /nix/store/xkslw2sdzbpbzy0ddd0f5qxk1wkfahs6-signal-desktop-1.7.0
- directory tree listing: https://gist.github.com/05c86387ecf6ea0334f3d0c18b44542e
2018-04-12 23:03:32 -07:00
Yegor Timoshenko
6207cb9302
Merge pull request #38827 from r-ryantm/auto-update/riot-web
riot-web: 0.13.5 -> 0.14.0
2018-04-12 22:26:11 +00:00
Benjamin Saunders
cd24ae7a1b purple-hangouts: 2017-10-08 -> 2018-03-28 (#38819) 2018-04-12 13:24:21 +02:00
R. RyanTM
ba337a2d5c riot-web: 0.13.5 -> 0.14.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/riot-web/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.14.0 with grep in /nix/store/rrr1riavdg8sysb7ksvfqwr9az3jvlbm-riot-web-0.14.0
- directory tree listing: https://gist.github.com/586766758d4a74da4f7c241391412e10
2018-04-12 00:58:26 -07:00
Michael Weiss
0288f77c30 tdesktop: 1.2.15 -> 1.2.17
tdesktopPackages.preview: 1.2.15 -> 1.2.17
2018-04-09 00:36:15 +02:00
Jörg Thalheim
d017bc3965
Merge pull request #38537 from Ekleog/nheko-init
nheko: init at 0.3.0
2018-04-07 08:09:48 +01:00