R. Ryantm
924d4a9bb3
berry: 0.1.11 -> 0.1.12
2022-10-24 13:35:12 +00:00
Norbert Melzer
b283467401
berry: patch the version in the configure script
...
This fixes how berry internalizes its own version. By default a static 0.1.7 is
and overriden if a `.git` folder does exist. In that case `git describe` is used
and the version parsed out of it.
This PR unconditionally patches the version in the configure file as that appears
to be easier and more idiomatic than a "fake git".
2022-08-21 08:03:29 +02:00
xrelkd
29c80c3058
berry: 0.1.10 -> 0.1.11
2022-04-05 22:59:35 +08:00
AndersonTorres
8a27980392
berry: small edit
2022-03-09 12:05:29 -03:00
AndersonTorres
15996eaa0a
berry: 0.1.9 -> 0.1.10
2022-03-07 10:20:53 -03: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
AndersonTorres
7580fbb4be
berry: 0.1.7 -> 0.1.9
2022-01-05 14:50:02 -08: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
SCOTT-HAMILTON
c654952235
berry: fix missing libXext
2020-12-08 19:10:27 +01:00
AndersonTorres
bd36a2da98
berry: 0.1.5 -> 0.1.7
2020-11-19 19:05:23 -03:00
AndersonTorres
43ce2a5219
berry: init at 0.1.5
...
berry is a small window manager for X11
2020-05-13 21:32:54 -03:00