Commit Graph

16 Commits

Author SHA1 Message Date
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Adam Jedrzejewski
062e80bc59 stretchly: 1.8.1 -> 1.15.1 2024-01-29 16:46:53 +01:00
oxalica
9b3ff4831b
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer 2023-07-19 16:20:11 +08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
oxalica
edc83a9bf0
stretchly: 1.7.0 -> 1.8.1
It contains the fix of a critical bug which which shows empty window and
basically lock users out.
4f0df79bc6
2021-11-25 23:54:53 +08:00
oxalica
327e6a993f
stretchly: 1.6.0 -> 1.7.0
It contains a bug fix for electron process leak on every break.

https://github.com/hovancik/stretchly/issues/925
2021-07-29 05:39:50 +08:00
1000101
1226804741 stretchly: 1.5.0 -> 1.6.0 2021-04-16 23:33:00 +02:00
1000101
50d3824728 stretchly: 1.2.0 -> 1.5.0 2021-04-13 13:03:34 +02: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
1000101
8f33fd8638 stretchly: 0.21.1 -> 1.2.0 2020-10-11 18:03:48 +02:00
Pavol Rusnak
4d6411288c
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
2020-07-20 17:58:55 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz
d7131ce4ad
stretchly: 0.21.0 -> 0.21.1, use system electron, simplify 2020-02-13 11:37:38 -06:00
(cdep)illabout
8a2aefe860
stretchly: 0.19.1 -> 0.21.0
Also add an automatic updater script.
2019-11-30 18:03:40 +09:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Dennis Gosnell
96fa44736a stretchly: init at 0.19.1 (#59383)
This commit adds the program `stretchly`:

https://github.com/hovancik/stretchly

`stretchly` is an Electron app, so this commit just packages the binary
version for Linux.
2019-04-17 19:36:11 +02:00