Commit graph

321 commits

Author SHA1 Message Date
Sandro d1bfbb992d
Merge pull request #107313 from ewok/carps-cups
carps-cups: init at unstable-2018-03-05
2021-01-19 19:21:09 +01:00
Artur Taranchiev 795ecae086 carps-cups: init at unstable-2018-03-05 2021-01-19 20:43:20 +03:00
Ben Siraphob fce00d15c2 pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Maxim Schuwalow af292a8d96 cups-kyodialog3: fix source url 2020-12-23 15:02:55 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Rohan 9b52f2ff67 cups-brother-hl1210w: init at 3.0.1-1
Package Brother HL1210W Cups printer driver. Based on cups-brother-hl1110.
Installed PPD can be found at /var/lib/cups/path/lib/cups/filter/brother-HL1210W-cups-en.ppd
2020-08-03 22:43:52 +12:00
Maximilian Bosch 923b6bff55
cups-bjnp: fix build w/glibc-2.31
https://hydra.nixos.org/build/122883083
2020-06-29 14:41:43 +02:00
Martin Milata 4ea28e76c2 cups: 2.3.1 -> 2.3.3
https://github.com/apple/cups/releases/tag/v2.3.3

Fixes:

https://nvd.nist.gov/vuln/detail/CVE-2019-8842
https://nvd.nist.gov/vuln/detail/CVE-2020-3898
2020-05-01 08:48:02 +02:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Florian Klink d0e4ecb182 cnijfilter2: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink f5368e0194 cnijfilter_4_00: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink 2c621ff4f4 cups: request libusb1 directly 2020-04-27 12:19:12 +02:00
Benjamin Hipple 78760d192d
Merge pull request #79246 from status-im/upgrade-brlaser
nixpkgs/brlaser: upgrade to v6
2020-04-18 14:23:43 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Joachim Schiele f69f31a11b
hll2340dw brother: added driver to cups (#78560) 2020-02-09 12:14:55 +01:00
Jakub Sokołowski aa53f61c21
nixpkgs/brlaser: upgrade to v6
It introduces support for several additional Brother printers.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-05 01:48:21 +01:00
Frederik Rietdijk cdff57e1fc Merge staging-next into staging 2020-01-28 10:48:36 +01:00
Stefan Junker 64b2dc8039 pkgs/misc/cups/drivers: add brother mfcl3770cdw
This adds the printer driver for the Brother MFCL3770CDW.
It combines the cups-wrapper and the driver in one file which allows
sharing common variables and making it less error-prone than the other
Brother drivers in repository.

I volunteer for maintaining this one as long as I've got the model
around.
2020-01-06 21:06:30 +01:00
R. RyanTM 84457be75a cups: 2.3.0 -> 2.3.1 2020-01-06 00:17:30 -08:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Puck Meerburg 6f942e765a cups-dymo: fix build 2019-12-16 19:48:05 +00:00
R. RyanTM ba85932bae cups-filters: 1.25.11 -> 1.25.12
(#74137)
2019-11-25 23:14:11 +01:00
Kyle Sferrazza 151e9a810b canon-cups-ufr-2: add kylesferrazza as maintainer 2019-11-20 17:07:31 -05:00
Kyle Sferrazza bfbba00d3f canon-cups-ufr2: 2.90 -> 3.70 2019-11-19 09:08:07 -05:00
Franz Pletz 49a3829704
cups-bjnp: fix build with gcc9 2019-11-03 14:26:33 +01:00
markuskowa c683b19886
Merge pull request #70969 from doronbehar/update-cups
cups: 2.2.12 -> 2.3.0
2019-11-02 14:56:10 +01:00
(cdep)illabout 664823c11c cups: enable compiling with musl
When compiling `cups` with `pkgsMusl`, `cups` can't depend on `systemd`
because `systemd` is not able to be built with musl.
2019-10-28 18:30:32 +01:00
R. RyanTM ee3b598269 cups-filters: 1.25.6 -> 1.25.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cups-filters/versions
2019-10-20 23:55:38 -07:00
Doron Behar e25b5910a1 cups: 2.2.12 -> 2.3.0 2019-10-11 14:15:42 +03:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Marcial Gaißert 43a333a1e4 cups-filters: 1.25.0 -> 1.25.6 2019-10-05 19:41:52 +02:00
Orivej Desh dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
Charles Strahan bcddd04027
Merge pull request #58399 from aszlig/cnijfilter2-update
cnijfilter2: 5.30 -> 5.70
2019-09-22 15:44:03 -05:00
Jan Tojnar f2b9f5baa5
Merge branch 'staging-next' into staging 2019-09-22 16:39:56 +02:00
worldofpeace 8e69437fee cups-pk-helper: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:09 -04:00
worldofpeace 061ea7d1cc cups: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:08 -04:00
Michael Hoang f77b4c564e brlaser: 4 -> 5 2019-09-12 11:45:36 +10:00
Will Dietz 772e2aa94b cups: 2.2.11 -> 2.2.12 (security!)
https://github.com/apple/cups/releases/tag/v2.2.12
2019-09-06 19:33:43 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02: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
Matthew Bauer e9b7085ff8 cups: add myself as maintainer 2019-08-14 11:47:48 -04:00
Delan Azabani d6e03ca5cf fxlinuxprint: init at 1.1.2-1 2019-07-22 17:10:17 +10:00
Ryan Mulligan 7136d830f9
Merge pull request #63234 from r-ryantm/auto-update/cups-filters
cups-filters: 1.23.0 -> 1.25.0
2019-07-15 07:42:53 -05:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM 113bb2e0d7 cups-filters: 1.23.0 -> 1.25.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cups-filters/versions
2019-06-16 12:23:06 -07:00