summary refs log tree commit diff
path: root/pkgs/applications/misc/synapse
Commit message (Collapse)AuthorAge
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: drop adding hicolor-icon-theme where possibleworldofpeace2019-09-18
| | | | | This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
* treewide: name -> pnamevolth2019-08-17
|
* synapse: use latest valaworldofpeace2019-03-18
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* synapse: 0.2.99.3 -> 0.2.99.4R. RyanTM2018-04-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/synapse/versions. These checks were done: - built on NixOS - ran ‘/nix/store/rz2wn4lpkdqhwyz0qk7g41j2ykqmsj1b-synapse-0.2.99.4/bin/synapse -h’ got 0 exit code - ran ‘/nix/store/rz2wn4lpkdqhwyz0qk7g41j2ykqmsj1b-synapse-0.2.99.4/bin/synapse --help’ got 0 exit code - found 0.2.99.4 with grep in /nix/store/rz2wn4lpkdqhwyz0qk7g41j2ykqmsj1b-synapse-0.2.99.4 - directory tree listing: https://gist.github.com/77e6334e3c147a4af2d15a9878e112eb
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* synapse: 0.2.99.2 → 0.2.99.3Jan Tojnar2018-02-04
|
* synapse: add gobject introspection dependencyJan Tojnar2017-12-22
|
* synapse: 0.2.99.1 → 0.2.99.2Jan Tojnar2017-12-19
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* Make all meta.maintainers attributes listsVladimír Čunát2017-01-03
| | | | | (cherry picked from commit b714f552392310cd23b8e71402dfa64b629d2190) The two new changes were really missing on master.
* synapse: vala -> vala_0_23Ram Kromberg2016-08-21
|
* synapse, hamster-time-tracker: get rid of icon-theme.cacheVladimír Čunát2015-10-13
| | | | Fixes #10370.
* synapse: init at 0.2.99.1Matthias Herrmann2015-07-28