Marek Mahut
91afe56e92
gomuks: 2018-07-10 -> 2019-06-28
2019-06-28 14:17:55 +02:00
B YI
5fff5efea2
franz: use wrapGAppsHook
...
I encountered crashes while opening the file selection dialog.
```
(franz:11597): GLib-GIO-ERROR **: 14:08:20.102: No GSettings schemas are installed on the system
[1] 11597 trace trap franz
```
This error is also presented in various other gtk applications (e.g. https://github.com/NixOS/nixpkgs/issues/45286 ). I used the same trick to fix this error.
2019-06-27 13:13:19 +08:00
Michael Weiss
4ae993455d
signal-desktop: 1.25.1 -> 1.25.2
2019-06-26 22:32:15 +02:00
Michael Weiss
5b4b6b6c24
tdesktop: 1.7.7 -> 1.7.10
2019-06-25 17:33:56 +02:00
Jörg Thalheim
b552d72a9a
Fix electron crash when using file chooser dialog ( #55057 )
...
Fix electron crash when using file chooser dialog
2019-06-25 07:59:31 +01:00
Jörg Thalheim
205296f55a
rambox: remove gapps-wrapper
...
This is now provided by electron itself.
2019-06-25 07:58:10 +01:00
Jörg Thalheim
ebe4375ff4
rambox: upgrade to electron 4
...
This is what upstream uses as well
2019-06-25 07:58:05 +01:00
Jörg Thalheim
dce97daeda
rambox: 0.6.7 -> 0.6.9
2019-06-24 17:33:56 +01:00
Tadeo Kondrak
1655945eb7
discord-canary: 0.0.83 -> 0.0.84
2019-06-23 11:50:09 -07:00
Tadeo Kondrak
e6f23b8b1e
discord-{ptb,canary}: init; add update-discord
2019-06-23 11:50:09 -07:00
Tadeo Kondrak
0687a9d8db
discord: change from 4 to 2 space indentation
2019-06-23 11:50:09 -07:00
Léo Gaspard
a9166c763d
Merge branch 'pr-63515'
...
* pr-63515:
nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
2019-06-19 19:41:58 +02:00
Tim Steinbach
fa58c6733b
zoom-us: 2.8.222599.0519 -> 2.8.252201.0616
2019-06-19 08:54:10 -04:00
Doron Behar
0b383bdf78
nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
...
Use new URL of mtxclient. Make them both aware of nlohmann_json
dependency using `-Dnlohmann_json_DIR` in `cmakeFlags`.
2019-06-19 15:33:52 +03:00
Will Dietz
12a0083503
Merge pull request #63017 from dtzWill/update/skype-8.47.0.59
...
skype: 8.46.0.60 -> 8.47.0.59
2019-06-17 21:00:18 -05:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Tim Steinbach
66add9f141
slack: Generalize theming
...
Split out dark theme
Fixes #61155
2019-06-16 09:53:00 -04:00
Michael Weiss
7e2dc8d27b
tdesktop: Update the Arch patches for a HiDPI fix
...
See: https://bugs.archlinux.org/task/62594
2019-06-14 22:09:15 +02:00
Anatolii Prylutskyi
ce6edcdb0b
slack: dark mode css can be passed as argument
2019-06-13 10:07:22 +03:00
William Casarin
14ebdbb3d9
bitlebee-discord: add myself as maintainer
...
Signed-off-by: William Casarin <jb55@jb55.com>
2019-06-12 09:35:46 +02:00
William Casarin
6845a8323a
bitlbee-discord: set BITLBEE_DATADIR
...
Build fails otherwise
Signed-off-by: William Casarin <jb55@jb55.com>
2019-06-12 09:35:46 +02:00
Will Dietz
dca70ab1e1
skype: 8.46.0.60 -> 8.47.0.59
2019-06-11 23:49:12 -05:00
Michael Weiss
d1d75e542a
tdesktop: 1.7.3 -> 1.7.7
2019-06-11 14:45:28 +02:00
Robert Hensing
50be73c4b2
Merge pull request #62682 from dtzWill/update/skype-8.46.0.60
...
skype: 8.45.0.41 -> 8.46.0.60
2019-06-05 00:08:26 +02:00
Michael Weiss
28556f054f
tdesktop: 1.7.0 -> 1.7.3
...
GCC 8.x is required to avoid the following error:
cc1plus: error: -Werror=class-memaccess: no option -Wclass-memaccess
If we build without "-Wno-error=class-memaccess" the build should fail
and the upstream requirements were raised from GCC 7 to GCC 8 anyway:
b2f821d3de
The two additional patches are required to avoid build errors like this:
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:123:12:
error: invalid use of incomplete type 'class QDebug'
qWarning()
^
In file included from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qglobal.h:1200,
from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qalgorithms.h:43,
from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlist.h:43,
from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/QList:1,
from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h:31,
from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:29:
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlogging.h:57:7:
note: forward declaration of 'class QDebug'
class QDebug;
^~~~~~
2019-06-04 22:03:34 +02:00
Will Dietz
5ae032beda
skype: 8.45.0.41 -> 8.46.0.60
...
https://support.skype.com/en/faq/FA34778/release-notes-for-skype-for-windows-mac-linux-and-web
2019-06-04 14:55:10 -05:00
Matthew Bauer
9d65bb588f
zoom-us: set LD_PRELOAD=.../v4l2convert.so
...
This was needed for my webcam to work with zoom-us. v4l2convert is a
wrapper for apps that only support simple bgr24 or yuv420. For these
apps to support webcams that don’t use those formats, we need to use
LD_PRELOAD to get those symbols. Taken from archlinux wiki:
https://wiki.archlinux.org/index.php/Webcam_setup#V4L1_support
2019-06-03 13:08:45 -04:00
Jörg Thalheim
51d3d5b8d0
skypeforlinux: 8.44.0.40 -> 8.45.0.41 ( #62569 )
...
skypeforlinux: 8.44.0.40 -> 8.45.0.41
2019-06-03 13:25:07 +01:00
Maximilian Bosch
739f74d056
Merge pull request #62586 from davidtwco/franz-5.1.0
...
franz: 5.0.0-beta.19 -> 5.1.0
2019-06-03 11:44:45 +02:00
David Wood
e82ddcb684
franz: 5.0.0-beta.19 -> 5.1.0
2019-06-03 08:57:01 +01:00
R. RyanTM
dcbb041636
skypeforlinux: 8.44.0.40 -> 8.45.0.41
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/skypeforlinux/versions
2019-06-02 21:02:52 -07:00
worldofpeace
c90e94a641
Merge pull request #62253 from nyanloutre/riot_update_1_2_0
...
riot-{web,desktop}: 1.1.0 -> 1.2.1
2019-06-01 11:49:12 -04:00
nyanloutre
06195c925f
riot-{web,desktop}: 1.1.0 -> 1.2.1
2019-06-01 11:48:34 -04:00
Alyssa Ross
062210bdff
treewide: update cargoSha256 hashes for cargo-vendor upgrade
...
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.
Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.
The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Michael Weiss
87bb9234ab
signal-desktop: 1.25.0 -> 1.25.1
2019-06-01 14:13:50 +02:00
Michael Weiss
37d232fb5f
signal-desktop: 1.24.1 -> 1.25.0
2019-05-31 21:20:38 +02:00
Peter Hoeg
c10addd601
Merge pull request #62204 from peterhoeg/u/quaternion
...
quaternion: 0.0.9.4 -> 0.0.9.4c
2019-05-30 14:31:19 +08:00
Peter Hoeg
907e3c8374
quaternion: 0.0.9.4 -> 0.0.9.4c
...
This is technically not needed as the changes only relate to appstream packaging
but as we are rebuilding it anyway due to libqmatrixclient changing, we might as
well.
2019-05-29 10:08:12 +08:00
Frederik Rietdijk
36a6746f21
Merge master into staging-next
2019-05-28 08:32:03 +02:00
Renaud
b978c1daa2
Merge pull request #62066 from petabyteboy/feature/slack
...
slack: 3.4.0 -> 3.4.2
2019-05-27 11:34:42 +02:00
Milan Pässler
1078041946
slack: 3.4.0 -> 3.4.2
2019-05-25 20:26:26 +02:00
Nikolay Amiantov
8f7e1fde58
gajim: 1.1.2 -> 1.1.3
2019-05-25 20:34:07 +03:00
Frederik Rietdijk
b2ab860db3
Merge master into staging-next
2019-05-25 12:38:00 +02:00
Tim Steinbach
d84dbe5a91
zoom-us: 2.8.183302.0415 -> 2.8.222599.0519
2019-05-20 10:59:15 -04:00
Frederik Rietdijk
f0a4305e0a
Merge staging-next into staging
2019-05-14 10:24:46 +02:00
Daniel Schaefer
06fad89bd6
treewide: Update meta of packages hosted on gnome
...
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Daniel Schaefer
b85ccbac54
treewide: Add passthru.updateScript to gnome pkgs
...
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Frederik Rietdijk
ef0dbef7f1
Merge master into staging-next
2019-05-12 19:59:09 +02:00
Maximilian Bosch
88b32c775e
Merge pull request #61275 from nyanloutre/riot_update_1_1_0
...
riot-{web,desktop}: 1.0.8 -> 1.1.0
2019-05-11 13:13:55 +02:00
Vladimír Čunát
e8f4ad0169
Merge branch 'master' into staging-next
...
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
nyanloutre
ed244efeab
riot-desktop: 1.0.8 -> 1.1.0
2019-05-11 09:22:43 +02:00
nyanloutre
adc9db2a3a
riot-web: 1.0.8 -> 1.1.0
2019-05-11 09:22:35 +02:00
Aaron Andersen
39a1f3c8d3
Merge pull request #60747 from rexim/chatterino2
...
chatterino2: init at unstable-2019-05-11
2019-05-10 21:47:22 -04:00
rexim
79586cae40
chatterino2: init at unstable-2019-05-11
2019-05-10 21:03:48 -04:00
worldofpeace
ecdb583ded
Merge pull request #61218 from IvanMalison/slack-libappindicator
...
slack: add libappindicator-gtk3 to rpath
2019-05-10 18:15:01 -04:00
Michael Weiss
a6388e030a
tdesktop: 1.6.7 -> 1.7.0
2019-05-10 23:33:04 +02:00
Ivan Malison
c4906fa0d3
slack: add libappindicator-gtk3 to rpath
2019-05-09 17:47:45 -07:00
Andy White
c0abf3c23e
rambox: 0.6.6 -> 0.6.7
2019-05-08 05:49:10 +09:00
Frederik Rietdijk
87a5d8fede
Merge staging-next into staging
2019-05-07 19:30:14 +02:00
Frederik Rietdijk
0196d8f11c
Merge master into staging-next
2019-05-07 09:00:06 +02:00
R. RyanTM
c4146b0df0
pidgin-sipe: 1.23.3 -> 1.24.0 ( #50658 )
...
* pidgin-sipe: 1.23.3 -> 1.24.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/pidgin-sipe/versions
* pidgin-sipe: add gmime to build inputs
and refactor
2019-05-05 21:11:01 +02:00
Christopher A. Williamson
886544102f
rambox-pro: Switch to using correct electron path
2019-05-05 06:29:51 +01:00
Frederik Rietdijk
193b899af2
Merge master into staging-next
2019-05-04 17:34:04 +02:00
worldofpeace
257bdb3a9a
Merge pull request #60862 from lightbulbjim/skype-update
...
skypeforlinux: 8.42.76.54 -> 8.44.0.40
2019-05-03 19:40:46 -04:00
Chris Rendle-Short
b5770c0f77
skypeforlinux: 8.42.76.54 -> 8.44.0.40
...
Note that the supplied .desktop file has changed, so `postFixup` has
been tweaked accordingly.
2019-05-04 09:34:05 +10:00
Ryan Mulligan
9aac3dbd44
Merge pull request #60789 from r-ryantm/auto-update/slack
...
slack: 3.3.8 -> 3.4.0
2019-05-03 15:27:27 -07:00
Frederik Rietdijk
0f10b72b5f
Merge master into staging-next
2019-05-03 19:56:31 +02:00
Michael Fellinger
9a0596ee97
mikutter: 3.5.13 -> 3.8.7 ( #60808 )
2019-05-03 12:48:13 +02:00
pacien
2e9c8649f7
riot: add maintainer note
2019-05-03 01:03:19 +02:00
pacien
d0cc03e8a3
riot-desktop: 1.0.7 -> 1.0.8
2019-05-03 00:55:30 +02:00
pacien
1fc56f7789
riot-web: add pacien as maintainer
2019-05-02 22:41:06 +02:00
R. RyanTM
58d1128052
riot-web: 1.0.7 -> 1.0.8
...
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
2019-05-02 21:56:47 +02:00
R. RyanTM
adc96d7fdf
slack: 3.3.8 -> 3.4.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/slack/versions
2019-05-02 11:41:07 -07:00
Frederik Rietdijk
155c9d8e18
Merge master into staging-next
2019-05-02 08:43:14 +02:00
Christopher A. Williamson
a63be6cdd7
rambox-pro: init at 1.1.2 ( #60380 )
...
* Added myself to maintainer list
* Add package file for rambox-pro
* Add patch to fix rambox-pro build
* Removed child module refs from package
* Added various fixes for new rambox-pro pkg
* Change name -> pname to address feedback
* Update pkgs/applications/networking/instant-messengers/rambox-pro/default.nix
Co-Authored-By: cawilliamson <home@chrisaw.com>
* Moved rambox-pro to rambox pkg
* Fixed package name - no idea what I was thinking here!
* Replace patch with postPatch script
Co-Authored-By: cawilliamson <home@chrisaw.com>
* Removed patch file
2019-05-01 20:08:32 +02:00
Frederik Rietdijk
f137783927
Merge master into staging-next
2019-05-01 11:45:46 +02:00
Michael Raskin
4c4ed39938
Merge pull request #60472 from r-ryantm/auto-update/baresip
...
baresip: 0.6.1 -> 0.6.2
2019-04-30 17:21:27 +00:00
Frederik Rietdijk
3462fe27d9
Merge staging-next into staging
2019-04-30 15:52:19 +02:00
R. RyanTM
e60c6e6908
baresip: 0.6.1 -> 0.6.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/baresip/versions
2019-04-30 03:18:10 -07:00
Peter Hoeg
1f7813b462
quaternion: 0.0.9.4-rc3 -> 0.0.9.4
2019-04-29 20:52:43 +08:00
Peter Hoeg
78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
...
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
...
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
18e7c5a91e
spectral: add qtmacextras
2019-04-26 21:55:11 -04:00
Peter Hoeg
05dfa99d1d
matrique -> spectral
2019-04-24 12:40:07 +08:00
Peter Hoeg
3bf5c2a6e0
quaternion-git: init at 0.0.9.4-rc3
2019-04-24 12:40:00 +08:00
eri!
caa4e9a0de
profanity: 0.5.1 -> 0.6.0 ( #59931 )
...
* profanity: 0.5.1 -> 0.6.0
* profanity: recreate darwin patch
for v0.6.0 sources
2019-04-22 18:25:58 +02:00
Fritz Otlinghaus
66a1daba7a
sky: init at 2.1.7369 ( #50911 )
2019-04-21 15:46:54 +02:00
Maximilian Bosch
60f0a14084
Merge pull request #59701 from Mic92/rambox
...
rambox: 0.6.3 -> 0.6.6
2019-04-19 08:46:23 +02:00
Michael Weiss
fab6d810b5
signal-desktop: 1.24.0 -> 1.24.1
2019-04-18 10:14:50 +02:00
Michael Weiss
e98c2c8101
signal-desktop: 1.23.2 -> 1.24.0
2019-04-17 21:19:21 +02:00
worldofpeace
c382b03b01
Merge pull request #59730 from r-ryantm/auto-update/wire-desktop
...
wire-desktop: 3.7.2891 -> 3.9.2895
2019-04-16 18:17:04 -04:00
R. RyanTM
b3408d088c
wire-desktop: 3.7.2891 -> 3.9.2895
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wire-desktop/versions
2019-04-16 09:43:35 -07:00
Tim Steinbach
2633767b60
zoom-us: 2.8.182821.0412 -> 2.8.183302.0415
2019-04-16 08:20:03 -04:00
Jörg Thalheim
975734c665
rambox: 0.6.3 -> 0.6.6
2019-04-16 11:27:51 +01:00
pacien
037edc2cba
riot-desktop: 1.0.4 -> 1.0.7
2019-04-15 14:54:05 +02:00
pacien
f97effd53c
riot-web: 1.0.6 -> 1.0.7
2019-04-15 14:50:41 +02:00
Michael Weiss
41ac07b29f
tdesktop: 1.6.3 -> 1.6.7
2019-04-14 15:33:13 +02:00
Tim Steinbach
1f219af304
zoom-us: 2.7.162522.0121 -> 2.8.182821.0412
2019-04-13 09:44:51 -04:00
worldofpeace
3bdf5b5f4a
Merge pull request #58597 from pacien/riot-desktop-ripyarn2nix
...
riot-desktop: use own yarn2nix
2019-04-12 15:51:08 -04:00
Frederik Rietdijk
230c67f43b
Merge master into staging-next
2019-04-11 07:50:23 +02:00