about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/dino
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-10dino: remove unnecessary private transitive depsAlyssa Ross1-7/+1
As explained by Orivej (reformatted from Markdown): > These (except libsignal-protocol-c) are private dependencies of the > actual dependencies that should neither be propagated nor added > manually to dino. For example, libpsl and brotli come from > libsoup-2.4.pc: > > Requires: glib-2.0 >= 2.38, gobject-2.0 >= 2.38, gio-2.0 >= 2.38 > Requires.private: libxml-2.0, sqlite3, libpsl >= 0.20, libbrotlidec, zlib > > (To be precise, glib uses utillinuxMinimal rather than utillinux.) > > The warnings we see, such as Package 'mount', required by 'gio-2.0', > not found, come from CMake running both pkg-config --libs and > pkg-config --static --libs to populate both <XXX>_LIBRARIES and > <XXX>_STATIC_LIBRARIES[1], but dino has no use for the latter. > Currently these warnings can not be disabled: > https://gitlab.kitware.com/cmake/cmake/issues/18158 > > (They could be prevented by pruning Requires.private from shared-only > libraries akin to <https://github.com/NixOS/nixpkgs/pull/51767>, > although it can not be detected if a library is shared-only from the > .pc file alone, and this is just a warning.) > > [1]: docs: https://cmake.org/cmake/help/v3.16/module/FindPkgConfig.html
2020-01-30dino: fix rendering of logo in about windowAlyssa Ross1-1/+2
Previously: ** (dino:7442): CRITICAL **: 00:35:22.373: file /build/source/main/src/ui/unified_window.vala: line 86: uncaught error: Unrecognized image file format (gdk-pixbuf-error-quark, 3) (dino:7442): Gtk-WARNING **: 00:35:22.601: Found an icon but could not load it. Most likely gdk-pixbuf does not provide SVG support.
2020-01-30dino: add myself as a maintainerAlyssa Ross1-1/+1
2020-01-30dino: drop unnecessary enableParallelBuildingAlyssa Ross1-2/+0
This is the default.
2020-01-30dino: 2019-10-28 -> 0.1.0Alyssa Ross1-6/+14
The system libsignal-protocol-c is preferred now, so fetching submodules is no longer required. The other libraries added are ones that the build complained about. I suspect they are optional dependencies. Adding them makes the build quieter, and has basically no impact on runtime closure size, so no harm in making them available to keep the build system happy.
2019-11-02dino: unstable-2019-09-12 -> unstable-2019-10-28Andreas Rammhold1-3/+3
This fixes a crash when receiving files via OMEMO.
2019-09-12dino: 2019-03-07 -> 2019-09-12Jörg Thalheim1-3/+3
2019-09-06Merge branch 'master' into staging-nextJan Tojnar1-1/+1
Fixed trivial conflicts caused by removing rec.
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-27dino: 2019-02-06 -> 2019-08-27Mikhail Klementev1-3/+3
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-03-19dino: 2019-02-06 -> 2019-03-07Jörg Thalheim1-3/+3
2019-02-14gnome3: stop using aliasesJan Tojnar1-3/+3
2019-02-06dino: 2018-11-29 -> 2019-02-06Jörg Thalheim1-4/+6
2018-12-07Merge master into staging-nextFrederik Rietdijk1-3/+5
2018-12-05dino: 2018-11-27 -> 2018-11-29 (#51557)Trolli Schmittlauch1-3/+3
2018-12-04dino: enable parallel buildingJörg Thalheim1-0/+2
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-27dino: 2018-09-21 -> 2018-11-27Jörg Thalheim1-3/+5
2018-10-11dino: 2018-09-05 -> 2018-09-21Jörg Thalheim1-3/+3
2018-09-05dino: 2018-07-08 -> 2018-09-05Jörg Thalheim1-3/+3
2018-08-03dino: 2018-06-03 -> 2018-07-08Jörg Thalheim1-3/+3
2018-06-12dino: 2018-04-19 -> 2018-06-03Jörg Thalheim1-3/+3
2018-04-24dino: fix checksumJörg Thalheim1-1/+1
2018-04-24dino: 2018-03-10 -> 2018-04-19Jörg Thalheim1-3/+3
2018-03-16dino: unstable-2018-02-11 -> unstable-2018-03-10Andreas Rammhold1-3/+3
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4
2018-02-21dino: 2017-12-03 -> 2018-02-11Jörg Thalheim1-3/+3
2017-12-07dino: build with NinjaOrivej Desh1-1/+2
Upstream recommends Ninja and has a cmake script that does not support GNU Make: https://github.com/dino/dino/issues/230
2017-12-03dino: 2017-09-26 -> 2017-12-03Andreas Rammhold1-3/+3
2017-09-26dino: 2017-06-21 -> 2017-09-20Jörg Thalheim1-4/+5
2017-06-21dino: 2017-06-13 -> 2017-06-21Jörg Thalheim1-3/+3
2017-06-16dino: 2017-05-31 -> 2017-06-13Jörg Thalheim1-3/+3
2017-05-31dino: unstable-2017-05-11 -> unstable-2017-05-31Jörg Thalheim1-3/+3
2017-05-16dino: 2017-04-24 -> 2017-05-11Jörg Thalheim1-3/+4
2017-04-24dino: 2017-04-20 -> 2017-04-24Jörg Thalheim1-3/+3
2017-04-21dino: disable parallel buildJörg Thalheim1-2/+0
attempt to fix hydra build: https://hydra.nixos.org/build/51816616/nixlog/1
2017-04-20dino: init at unstable-2017-04-20Jörg Thalheim1-0/+64