Commit graph

23 commits

Author SHA1 Message Date
Jan Tojnar 27b9fe1e53 ddccontrol: install systemd service 2021-07-08 22:04:40 +02:00
R. RyanTM 7850178edc ddccontrol: 0.5.1 -> 0.5.2 2021-05-06 02:53:01 +00:00
Jan Tojnar 8909b5de82 ddccontrol: 0.4.4 -> 0.5.1
desktop file is now upstream
2021-02-11 11:02:00 +01:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Benjamin Staffin 8b778c7798 ddccontrol: 0.4.2 -> 0.4.4 2018-09-18 17:49:52 -04:00
Michael Raskin 1137ba5a73
Merge pull request #27734 from jfrankenau/add-desktop-entries
Add desktop entry files for FreeCAD and ddccontrol
2018-02-06 21:21:04 +00:00
Tuomas Tynkkynen b2d0d049ad ddccontrol: Mark x86-only
https://hydra.nixos.org/build/65192451
2018-01-22 14:57:49 +02:00
Johannes Frankenau 9f9039983e ddccontrol: Add desktop entry file for gddccontrol 2017-08-27 00:35:47 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz b33b40036b
ddccontrol: disable bindnow hardening
Caused segfaults. Fixes #27612.
2017-07-25 22:58:25 +02:00
Will Dietz bcaceabc3c ddccontrol: Don't try to set special perms on ddcpci 2017-06-28 14:41:32 -05:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Robin Gloster 4370f487fa ddccontrol: use autoreconfHook and fix for newer automake 2016-08-24 21:06:43 +00:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster dda7a039b7 ddccontrol: turn off format hardening 2016-02-09 01:32:47 +00:00
Vladimír Čunát f41f7a0bb9 ddccontrol*: cleanup
- remove doubled file for ddccontrol-db
- adding stdenv to buildInputs is pointless
- fix doubled http://
- whitespace, etc.
2015-03-16 21:47:06 +01:00
Fedor Pakhomov 0baa4eba33 Changes in meta for ddccontrol 2015-02-20 16:53:16 +03:00
Fedor Pakhomov 4e926e50da Stylistical changes for ddccontrol 2015-02-20 16:26:29 +03:00
Fedor Pakhomov 0738edc1fd added ddccontrol package 2015-02-20 00:49:31 +03:00