3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1799 commits

Author SHA1 Message Date
Franz Pletz e7556c8d1f
telegram-purple: 1.3.0 -> 1.3.1, fix gcc8 build 2019-06-17 07:25:55 +02:00
Franz Pletz 683b1dcc7a
telegram-cli: fix build with gcc8 2019-06-17 07:05:59 +02: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
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