Commit graph

44 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
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
Will Dietz e3e0f79b9f scribus: 1.4.7 -> 1.4.8, dep fixups
* Needs hunspell not aspell, not sure when
* bake in gs path to avoid warning on launch
* python-pillow for print preview, per README

https://www.scribus.net/scribus-1-4-8-released/
2019-03-11 04:45:09 -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
Jean-Philippe Cugnet 6ca8443c3b scribus: Add an icon (#53456)
* scribus: Add an icon

* scribus: Put the icon SVG in a Gist
2019-01-13 00:01:05 +01:00
Justin Humm 6837d0d5c9
scribusUnstable: init at 2018-10-13 2018-10-15 09:50:24 +02:00
Justin Humm 071d72a722
scribus: 1.4.6 -> 1.4.7 2018-10-05 14:05:25 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Frederik Rietdijk 939a7c2513 scribus: use python2 2016-10-18 23:16:04 +02:00
Frederik Rietdijk efb6052f40 Python: fixup modules that were removed 2016-10-13 22:11:30 +02:00
Florent Becker 95fe719a2d scribus: depend on pythonFull
tkinter is needed for some scripts and is not found by just depending on python.modules.tkinter
Fixes #19292
2016-10-10 16:37:05 +02:00
zimbatm b40a25b922 scribus: 1.4.5 -> 1.4.6 2016-03-21 22:17:31 +00:00
Vincent Laporte 30d9e6b144 scribus: update from 1.4.4 to 1.4.5 2015-05-21 21:49:47 +02:00
Vincent Laporte 9ad81702f7 scribus: update from 1.4.3 to 1.4.4 2014-11-05 23:59:11 +00:00
William A. Kennington III f327e9c922 boostHeaders: regular boost package now only contains headers 2014-09-21 15:18:16 -07:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Nixpkgs Monitor 59c3fb01f5 scribus: update from 1.4.1 to 1.4.3 2013-12-21 02:28:28 +02:00
Vladimír Čunát cf3ea80e1f Scribus minor update, modifying dependencies.
- using the boostHeaders dep to build scribus with 2geom (internal)
- adding more xorg deps to build with XCB support
2012-08-07 17:41:18 +02:00
Lluís Batlle i Rossell b931fd862d Updating scribus to 1.4.0rc6. The developers say they abandoned 1.3 long ago.
svn path=/nixpkgs/trunk/; revision=30190
2011-11-02 15:00:11 +00:00
Eelco Dolstra f1598a8941 * More cleanup.
svn path=/nixpkgs/trunk/; revision=22798
2010-07-28 18:01:17 +00:00
Armijn Hemel 5bd8e9c059 update to 1.3.3.14, disable cairo for now, since it doesn't compile (also not with 1.3.3.13
svn path=/nixpkgs/trunk/; revision=21007
2010-04-10 22:33:44 +00:00
Marc Weber 19f4182167 fix Scribus
svn path=/nixpkgs/trunk/; revision=20602
2010-03-13 06:07:41 +00:00
Eelco Dolstra 24661f4c45 svn path=/nixpkgs/trunk/; revision=17892 2009-10-20 10:33:38 +00:00
Marc Weber 5411beb172 fix for other platforms (suggested by Eelco Dolstra)
svn path=/nixpkgs/trunk/; revision=17887
2009-10-19 20:47:21 +00:00
Marc Weber 9ea9133183 adding scribus - don't miss the comment about fonts!
svn path=/nixpkgs/trunk/; revision=17866
2009-10-18 04:44:01 +00:00