Commit graph

17 commits

Author SHA1 Message Date
Trolli Schmittlauch 0965ceb286 cawbird: 1.4 -> 1.4.1
- hotfix release
- changelog: Hotfix to correct "Send" button state issues for direct messages
2021-05-08 20:53:12 +02:00
Trolli Schmittlauch a43526ba13 cawbird: 1.3.2 -> 1.4.0
- regular minor feature update, changelog: https://github.com/IBBoard/cawbird/releases/tag/v1.4
- specified exact version of GPLv3 usage
2021-05-03 21:45:47 +02:00
Trolli Schmittlauch a83e716376 cawbird: 1.2.1 -> 1.3.2
- minor feature and bugfix release
- adds dependency on liboauth
- changelogs:
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3.1
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3.2
2021-01-19 12:13:46 +01:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Trolli Schmittlauch 0b3ffb512c cawbird: 1.1.0 -> 1.2.1
- regular version bump to 1.2.0, then bugfix release on top
- changes: see
    - https://github.com/IBBoard/cawbird/releases/tag/v1.2.0
    - https://github.com/IBBoard/cawbird/releases/tag/v1.2.1
2020-09-20 17:03:31 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Trolli Schmittlauch 4e455343e7 cawbird: 1.0.5 -> 1.1.0 2020-05-31 19:48:57 +02:00
Trolli Schmittlauch 6be41c6df8 cawbird: 1.0.4 -> 1.0.5 2020-04-08 21:20:33 +02:00
Trolli Schmittlauch 04172da17b cawbird: 1.0.3.1 -> 1.0.4
fixes a crash caused by invalid Twitter API data
2020-01-13 00:50:36 -08:00
Jan Tojnar 8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
Jan Tojnar 352775cc51
cawbird: fix build with disallowed aliases
also clean up
2019-11-27 18:53:58 +01:00
Trolli Schmittlauch 01c7499c77 cawbird: 1.0.2 -> 1.0.3.1 2019-10-30 21:27:34 -07:00
Trolli Schmittlauch b4c6764334 cawbird: 1.0.1 -> 1.0.2
fixes some TLS connection issues
2019-10-11 09:08:06 +02:00
worldofpeace 3dc58eda52 cawbird: fix build with vala 0.46 2019-10-02 19:29:05 -04:00
Trolli Schmittlauch e1c7d20793 cawbird: init at 1.0.1
Cawbird is a fork of the discontinued Corebird Twitter client.

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-10-01 23:38:12 +02:00