Commit Graph

361 Commits

Author SHA1 Message Date
sternenseemann
c6e22b597b cups-brother-hll2350dw: init at 4.0.0-1 2021-11-23 13:52:31 +01:00
Alyssa Ross
eef72d8f9c pkgsMusl.cups: enable systemd support
We previously weren't able to build systemd for Musl, but now we
can!  (But not statically.)  So there's no longer any reason to have
systemd support in CUPS disabled by default for pkgsMusl.
2021-11-04 10:44:10 +00:00
github-actions[bot]
7ca1d48ff2
Merge master into staging-next 2021-10-31 18:01:01 +00:00
Martin Weinelt
8a2856d973 kyocera-ecosys-m2x35-40-p2x35-40dnw: init at 8.1606 2021-10-30 16:56:25 +02:00
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
Luke Granger-Brown
b4b663efc8
Merge pull request #132713 from ncfavier/cups
cups: 2.3.3 -> 2.3.3op2
2021-10-14 14:54:08 +01:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Artturin
82b6455cc2 cups-filters: define mutool path and localstatedir,sysconfdir 2021-10-02 20:18:58 +03:00
maxine [they]
9e2e902c19
Merge pull request #136280 from maxeaubrey/cnijfilter2_6.10
cnijfilter2: 6.00 -> 6.10
2021-09-25 15:00:57 +02:00
Artturin
a6f470897c cups-filters: 1.25.12 -> 1.28.10
enable tests
enable braille embosser support
2021-09-22 03:35:08 +03:00
Naïm Favier
2f8ae51da9
cups: 2.3.3 -> 2.3.3op2
https://github.com/OpenPrinting/cups/releases/tag/v2.3.3op1
https://github.com/OpenPrinting/cups/releases/tag/v2.3.3op2
2021-09-19 16:17:05 +02:00
Pavel Shirshov
bc4d8649d9 dcp9020cdw{lpr,-cupswrapper}: init at 1.1.2 2021-09-11 16:52:10 +01:00
Maxine Aubrey
ff79a754ca
cnijfilter2: 6.00 -> 6.10 2021-08-30 21:20:23 +02:00
Sandro
54650d8c74
Merge pull request #135142 from jerith666/canon-url 2021-08-23 12:40:56 +02:00
Matt McHenry
8771d6a7b0 canon-cups-ufr2: update url 2021-08-21 20:08:41 -04:00
Lassulus
6c136f811f
Merge pull request #133674 from Stunkymonkey/misc-pname-version
misc: replace name with pname&version
2021-08-17 10:41:52 +02:00
Felix Buehler
5937fc0f8c misc: replace name with pname&version 2021-08-15 16:33:00 +02:00
Felix Buehler
d2c9385b6b canon-cups-ufr2: deprecate phases 2021-08-12 00:13:02 +02:00
Felix Buehler
7900764af6 splix: deprecate phases 2021-08-02 00:24:29 +02:00
Felix Buehler
78e576af86 mfcl8690cdwlpr: deprecate phases 2021-08-02 00:24:15 +02:00
Felix Buehler
fcded91e5e mfcl8690cdwcupswrapper: deprecate phases 2021-08-02 00:24:01 +02:00
Felix Buehler
de333f96fe mfcl2720dwlpr: deprecate phases 2021-08-02 00:23:43 +02:00
Felix Buehler
34aefcaa40 mfcl2720dwcupswrapper: deprecate phases 2021-08-02 00:23:29 +02:00
Felix Buehler
781875fac7 mfcl2700dnlpr: deprecate phases 2021-08-02 00:23:08 +02:00
Felix Buehler
a551dba0ad mfcl2700dncupswrapper: deprecate phases 2021-08-02 00:22:43 +02:00
Felix Buehler
abea7db0ae estudio: deprecate phases 2021-08-02 00:22:29 +02:00
Artturin
5ec78c03ce change various expressions to use pname and version 2021-07-07 23:41:18 +03:00
paumr
c9f2aeec17 cnijfilter_4_00: fix broken build
30286ebcc1 updated glibc to 2.32.
This removed the deprecated <sys/sysctl.h> header, which caused a build
error on this package.
Since this header doesn't seem to be required it was removed with this
patch.
2021-07-05 12:01:31 +02:00
Martin Weinelt
76f168a4f1
mfc9140cdncupswrapper: init at 1.1.4-0 2021-06-15 03:00:49 +02:00
Martin Weinelt
f52c8862c9
mfc9140cdnlpr: init at 1.1.2-1 2021-06-15 03:00:48 +02:00
Marius Bergmann
838ff97b19 cups-kyocera-ecosys-m552x-p502x: init at 8.1602 2021-06-11 11:29:34 +02:00
Yarny0
eaa62fa391 rastertosag-gdi (cups driver): init at 0.1
Some Ricoh printers use the proprietary sag-gdi format
and can't handle other, more common formats.
This commit brings a filter for cups
that generates the sag-gdi format.

The latest version 0.1 is dated 2011.  So updates are unlikely.

The filter is written for Python 2.
To avoid new reverse dependencies on Python 2,
we employ a patch from Debian
that migrates the code to Python 3.

The README file just states "GPL" as license.
It is unclear whether that refers to the first version or
to the "current version" in the year of the copyright
(would be 3), and whether newer versions would be included.
The commit picks the nixpkgs `free` license
as this seems to be the most general license
covering all possible GPL combinations.
At least, `free` should permit Hydra to build the package.

The source tarball brings pdd files, but also a
drv file that can be used to generate those ppd files.
Since we prefer building from source,
we call cups' `ppdc` to build ppd files from the drv file.

Here is a documentation of the sag-gdi format:
https://www.undocprint.org/formats/page_description_languages/sagem-gdi
2021-04-02 10:51:36 +02:00
Samuel Gräfenstein
03c98972cc
cups-brother-hll2340dw: remove unreferenced top-level argument 2021-03-14 12:15:54 +01:00
Samuel Gräfenstein
e53f145c5c
canon-cups-ufr2: small refactor 2021-03-14 12:03:02 +01:00
Maxine Aubrey
b652c78f7b
cnijfilter2: 5.90 -> 6.00 2021-02-25 00:22:51 +01:00
Maxine Aubrey
1621cfdaa0
cnijfilter2: restrict to x86/x86_64 linux 2021-02-18 20:16:02 +01:00
Maxine Aubrey
dddb27bf3e
cnijfilter2: 5.70 -> 5.90 2021-02-18 18:08:40 +01:00
Maciej Krüger
ddf013dbfb
cups-googlecloudprint: remove, service discontinued (#112912) 2021-02-13 00:36:33 +01:00
Sandro Jäckel
ced3ec6ce3
treewide: update permanent url redirects 2021-01-30 21:48:57 +01:00
Dmitry Kalinkin
c457d983c7
cups: remove assert that breaks systemd = null deep override
This is another case of #73102
2021-01-28 15:56:25 -05:00
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