Commit graph

395 commits

Author SHA1 Message Date
Lorenz Brun d40f59d7db hplip: add missing distro dependency
This is required by hp-wificonfig, otherwise it crashes.
2022-05-28 16:36:47 +02:00
Sergei Trofimovich 4281933727 foomatic-filters: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: foomatic_rip-options.o:/build/foomatic-filters-4.0.17/options.c:49: multiple definition of
      `cupsfilter'; foomatic_rip-foomaticrip.o:/build/foomatic-filters-4.0.17/foomaticrip.c:158: first defined here
2022-05-14 12:12:30 +01:00
rnhmjoj 74b5bb9050
sc-controller: 0.4.8.6 -> 0.4.8.7 2022-05-13 10:40:38 +02:00
Rick van Schijndel 081d4ccd71
Merge pull request #170705 from jansol/xow
xow: 0.5 -> unstable-2022-04-24
2022-05-09 21:24:43 +02:00
Sandro 556eb21b30
Merge pull request #158132 from deinferno/pantum-driver
pantum-driver: init at 1.1.84
2022-05-03 00:15:07 +02:00
deinferno 129a6899a0 pantum-driver: init at 1.1.84 2022-05-02 22:44:05 +05:00
Jan Solanti e8f4f984df xow: 0.5 -> unstable-2022-04-24
Fixes build with newer compilers.
2022-04-28 03:31:24 +03:00
Ben Siraphob 259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Gabriel Fontes bfc562ab9a
argononed: init at unstable-2022-03-26 2022-04-05 13:59:50 -03:00
ckie d999e48102
logiops: init at 0.2.3
Pretty easy to package. Opened issue with upstream to get rid of the one
patch needed: https://github.com/PixlOne/logiops/issues/307
2022-03-28 16:17:51 +03:00
QuantMint 112918938f
xboxdrv: bump scons (#158405)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-21 23:13:57 +01:00
Doron Behar 38afa0bd75 hplip: Fix missing pyqt5_sip module
Fixes #114051.
2022-02-15 13:29:51 +02:00
Florian Klink c1c6066185 hplip: 3.20.11 -> 3.21.12
The ImageProcessor component became a configure option, so we can drop
the patch.
2022-02-14 22:52:23 +01:00
Maximilian Bosch 69e2db3900
epson-escpr2: 1.1.45 -> 1.1.46 2022-02-08 23:50:19 +01:00
ajs124 a389429453 hplip_3_16_11: drop 2022-01-21 03:51:41 +01:00
Luna D. Dragon 39b3e3fa2b
epson-201401w: init at 1.0.0 2022-01-20 21:56:42 +05:30
Nikolay Amiantov dee5d65e01
imagescan: fix build with new boost (#153418) 2022-01-04 13:13:25 +03:00
Renaud 944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Maximilian Bosch 87ee865bd6
epson-escpr2: 1.1.42 -> 1.1.45
New upstream release.

Also dropped the `web.archive.org`-usage: when I took over maintainership
over the package I continued to update that, but actually it's not
strictly needed because `copy-tarballs.pl` already takes care of copying
the src to `tarballs.nixos.org` (since it's redistributable).
2021-12-27 08:28:40 +01:00
Nikolay Amiantov 526238b288 utsushi: unstable-2021-01-01 -> 3.65.0
Add option to include networkscan plugin.
2021-12-15 01:26:11 +03:00
Nikolay Amiantov 5fc6fd62e6 imagescan-plugin-networkscan: init at 1.1.4 2021-12-15 01:24:38 +03:00
7c6f434c 727af7b642
Merge pull request #139763 from onny/foo2zjs
foo2zjs: add hbpl1 printers support
2021-11-20 14:26:12 +00:00
Jonas Heinrich 8afdfa9896 foo2zjs: add hbpl1 printers support 2021-11-20 14:24:31 +01:00
Markus S. Wamser b0249fdf99 pkgs.misc: remove unused args 2021-11-13 23:09:33 +01:00
Sandro 96c17beaf5
Merge pull request #145205 from Stunkymonkey/treewide-pname-version-1 2021-11-13 19:32:52 +01:00
Felix Bühler f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
Felix Buehler 9480444dae treewide: rename name to pname&version 2021-11-09 22:24:57 +01:00
Alyssa Ross 02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Maximilian Bosch b9170bf9e0
epson-escpr2: 1.1.38 -> 1.1.42 2021-10-29 13:26:38 +02:00
Sandro Jäckel 501884ff7d
xboxdrv: minor cleanup 2021-10-12 19:58:04 +02:00
Felix Buehler c9cc172332 xboxdrv: switch to fetchFromGitHub 2021-09-19 17:10:39 +02:00
Sandro 5d73513422
Merge pull request #137089 from rnhmjoj/scc-python3
sc-controller: switch to python3 fork
2021-09-11 23:53:43 +02:00
rnhmjoj f74154a4b9
sc-controller: switch to python3 fork
The original sc-controller is being rewritten in C, while the current
version is stuck in maintenance mode and python 2. This fork is based
entirely on the original kozec's sc-controller and introduces python 3
support while staying backward-compatible (including versioning up to
the patch number).
2021-09-11 23:31:24 +02:00
Felix Buehler 5937fc0f8c misc: replace name with pname&version 2021-08-15 16:33:00 +02:00
Poscat d6f6521030
epson-escpr: 1.7.3 -> 1.7.16 2021-08-07 23:12:33 +08:00
Sandro d888633968
Merge pull request #132446 from Stunkymonkey/misc-drivers-phases 2021-08-04 15:13:31 +02:00
davidak 9986226d51
Merge pull request #132327 from davidak/xboxdrv-url
xboxdrv: update url
2021-08-02 23:58:00 +02:00
Felix Buehler 2ab5a84bac sundtek: deprecate phases and fix sha256 2021-08-02 21:20:20 +02:00
Felix Buehler b3cda4163a gutenprint-bin: deprecate phases 2021-08-02 21:20:00 +02:00
Felix Buehler c07e7d877b postscript-lexmark: remove phases 2021-08-02 21:19:44 +02:00
davidak bd13bd24ba xboxdrv: update url 2021-08-01 18:14:48 +02:00
Maximilian Bosch 738f92f2ba
epson-escpr2: 1.1.34 -> 1.1.38 2021-07-31 18:38:29 +02:00
Vladimír Čunát 2ae4f06e4f
hplip: replace preConfigure with a nicer approach
The newlines were a problem at *this* moment:
https://github.com/NixOS/nixpkgs/commit/c335a18e#commitcomment-53611461
but let's make the hplip expression nicer regardless of how that ends.
2021-07-17 10:22:19 +02:00
Artturin 1422563f54 hplip: add -n to gzip to improve reproducibility 2021-07-07 23:50:47 +03:00
Artturin 46c7445c34 hplip: hardcode ppdc path to fix #44230
the ppdc: Warning - overlapping filename can be ignored
https://bugs.launchpad.net/hplip/+bug/1756967
2021-07-01 03:38:15 +03:00
Maximilian Bosch 26d76cf432
Merge pull request #128452 from Ma27/bump-epson-escpr2
epson-escpr2: 1.1.25 -> 1.1.34
2021-06-27 23:44:07 +02:00
Maximilian Bosch 6b0a1dfd4c
epson-escpr2: 1.1.25 -> 1.1.34 2021-06-27 20:02:31 +02:00
Eduardo Sánchez Muñoz 42d9ba907c hplip_3_18_5: remove
It does not seem to be used anymore and will allow to simplify pyqt5's expression (https://github.com/NixOS/nixpkgs/pull/123378#issuecomment-866786136).
2021-06-27 00:25:13 +02:00
Artturin 616ba3526a epson-alc1100: switch to a working source 2021-06-04 02:18:12 +03:00
sohalt c66caa6a90 spaacenavd: config file in $XDG_CONFIG_HOME 2021-05-22 12:48:57 +02:00