Commit Graph

18 Commits

Author SHA1 Message Date
R. Ryantm
bc1da43a85 cbatticon: 1.6.12 -> 1.6.13 2022-05-27 05:19:32 +00:00
R. Ryantm
d94b2a9a18 cbatticon: 1.6.10 -> 1.6.12 2022-02-12 20:28:17 -08:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
leotaku
5c0b9f5651 cbatticon: Add wrapGAppsHook to nativeBuildInputs 2020-01-17 16:07:05 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Will Dietz
bd43751712 cbatticon: 1.6.9 -> 1.6.10 2019-10-07 21:14:41 -07:00
José Romildo Malaquias
d0c5d91136 cbatticon: 1.6.8 -> 1.6.9 2019-06-11 16:57:31 -03:00
aszlig
b70ccf8a7b
cbatticon: Fix build by removing -Wno-format
This conflicts with -Werror=format-security and the build doesn't have
any format security problems, so -Wno-format IMHO shouldn't be there in
the first place.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @domenkozar
2018-06-29 22:42:16 +02:00
R. RyanTM
277e123b1a cbatticon: 1.6.7 -> 1.6.8 (#38747)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cbatticon/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/b9f5y9awpbx1m193hrb57bwv70xg08cb-cbatticon-1.6.8/bin/cbatticon -h’ got 0 exit code
- ran ‘/nix/store/b9f5y9awpbx1m193hrb57bwv70xg08cb-cbatticon-1.6.8/bin/cbatticon --help’ got 0 exit code
- ran ‘/nix/store/b9f5y9awpbx1m193hrb57bwv70xg08cb-cbatticon-1.6.8/bin/cbatticon -v’ and found version 1.6.8
- ran ‘/nix/store/b9f5y9awpbx1m193hrb57bwv70xg08cb-cbatticon-1.6.8/bin/cbatticon --version’ and found version 1.6.8
- found 1.6.8 with grep in /nix/store/b9f5y9awpbx1m193hrb57bwv70xg08cb-cbatticon-1.6.8
- directory tree listing: https://gist.github.com/248717637ae5df50bb8a3da4134c627b
2018-04-14 21:27:52 +02:00
José Romildo Malaquias
ea78759fc8 cbatticon: 1.6.6 -> 1.6.7 2017-10-09 16:02:19 -03:00
romildo
f9eef3ca79 cbatticon: 1.6.5 -> 1.6.6 2017-08-15 14:51:37 +02:00
romildo
e8e5e640bb cbatticon: 1.6.4 -> 1.6.5 2017-01-24 11:43:11 -02:00
Domen Kožar
b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
José Romildo Malaquias
11d09c91c5 cbatticon: 1.4.2 -> 1.6.4 2016-03-30 14:39:33 -03:00
Matthias C. M. Troffaes
9b2d64f310 cbatticon: use fetchzip to fix sha256 issues 2015-12-07 10:24:38 +00:00
Domen Kožar
bd35fa526b add cbatticon 2015-03-16 09:42:12 +01:00