Commit graph

21 commits

Author SHA1 Message Date
Ben Siraphob 4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Robin Gloster 3e2d34b8a8
qlcplus: fix build
Fixes #118174
2021-04-12 12:26:38 -05:00
Robert Schütz 090e9a3dc9 qlcplus: fix build
It failed with

    rgbtext_test.cpp:252:87: error: 'QByteArray& QByteArray::replace(const QString&, const char*)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit()
2021-04-02 15:13:42 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
freezeboy 768733f552 qlcplus: 4.12.2 -> 4.12.3 2020-11-20 22:24:16 +01:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Robin Gloster 4fb5cdd413
treewide: update some homepage URLs
Updated dead or redirecting URLs on packages maintained by me.
2019-10-12 14:52:34 +02:00
R. RyanTM a0b667e7d9 qlcplus: 4.12.1 -> 4.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qlcplus/versions
2019-09-28 17:58:57 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Franz Pletz 1520bed20b
qlcplus: fix location of libraries for fixup 2019-04-06 15:00:18 +02:00
R. RyanTM 3eb717e053 qlcplus: 4.12.0 -> 4.12.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qlcplus/versions
2019-03-12 15:02:17 +00:00
Victor SENE ffbad0de52 qlcplus: 4.11.2 -> 4.12 (#52525) 2018-12-29 21:44:47 +01:00
nyanloutre 0c029635cd qlcplus: fix udev rules path 2018-12-03 18:05:46 +01:00
R. RyanTM dc61a487c9 qlcplus: 4.11.1 -> 4.11.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.11.2 with grep in /nix/store/4qhjfvk9i1hi3q4jqzic5ajndnqschfi-qlcplus-4.11.2
- directory tree listing: https://gist.github.com/2877914d9c008fd955d2946bfd21926e
2018-04-23 10:22:07 -07:00
Robin Gloster 93f8f6f530
qlcplus: 4.1.10 -> 4.1.11 2018-01-17 00:10:08 +01:00
Robin Gloster d0aca4cba1
qlcplus: needs libftdi1 2017-08-04 02:25:25 +02:00
Robin Gloster 011a46eba6
qlcplus: init at 4.11.0 2017-08-04 02:25:17 +02:00