Commit graph

21 commits

Author SHA1 Message Date
Kerstin Humm cbf777525f
scribusUnstable: 1.5.6.1 -> 1.5.7 2021-04-26 03:00:18 +02:00
ajs124 55bce00cea scribusUnstable: fix build with podofo 0.9.7 2021-02-10 00:50:18 +01: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
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Justin Humm b605b989c5 scribusUnstable: 1.5.5 -> 1.5.6.1 2020-11-17 10:36:03 +01:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Konrad Borowski 1659c302dd scribusUnstable: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Jan Tojnar 9a4ee0c633
scribusUnstable: Fix build with Poppler 0.86 2020-04-17 01:22:16 +02:00
Robert Djubek bef2837579
scribusUnstable: Fix build with Poppler 0.84
see: https://github.com/NixOS/nixpkgs/pull/77186#issuecomment-583800213

it seems poppler updates (almost?) always break scribusUnstable

additionally:
formatted with nixpkgs-fmt;
added kiwi to maintainers - the more eyes the better;
add additional licenses that are listed on scribus COPYING;
2020-02-09 05:20:32 +00:00
Jan Tojnar a46fa21e43
scribusUnstable: Fix build with Poppler 0.83
Another fallout from https://github.com/NixOS/nixpkgs/pull/74558
2019-12-04 23:02:30 +01:00
worldofpeace 446dd2543d scribusUnstable: drop harfbuzz 2019-09-17 13:43:50 -04:00
worldofpeace 02cab2d031 scribusUnstable: fix build
We use harfbuzzFull because that includes the icu build which
this depends on.

Fixes #68548
2019-09-13 17:51:01 -04:00
Justin Humm c39818d3dc
scribusUnstable: 2019-01-16 -> 1.5.5
changelog: https://bugs.scribus.net/changelog_page.php?version_id=106

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-08-10 16:41:23 +02:00
Thomas Tuegel 51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Justin Humm a542105dc9
scribusUnstable: 2019-01-14 -> 2019-01-16
Upstream fixed a bug, so the poppler patch is not necessary anymore.
2019-01-16 14:51:08 +01:00
Justin Humm ac891e9ea6
scribusUnstable: fix build failure from poppler bump
Poppler was upgraded in [0] and therefore the build broke, as
poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1].

The patch is intended to be broght upstream and then can be reverted.

[0] 7757e43fcb
[1] ef3ef702bc
2019-01-15 12:47:48 +01:00
Justin Humm 3f0fbc0e56
scribusUnstable: 2018-10-13 -> 2019-01-14 2019-01-15 12:47:47 +01:00
Justin Humm 6837d0d5c9
scribusUnstable: init at 2018-10-13 2018-10-15 09:50:24 +02:00