summary refs log tree commit diff
path: root/pkgs/applications/office/scribus
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04scribus_1_4: removeajs1241-52/+0
2022-11-02scribus: fix for Poppler 22.09Yannik Rödel1-0/+5
2022-06-29scribus: 1.5.7 -> 1.5.8Robert Schütz1-28/+2
https://w.scribus.net/wiki/index.php/1.5.8_Release
2022-05-26scribus: Rename scribus{,Unstable} -> scribus{_1_4,}Manuel Bärenz3-183/+183
2022-04-09scribusUnstable: Fix build with Poppler 22.04Jan Tojnar1-0/+5
2022-03-25scribusUnstable: Fix build with Poppler 22.03Jan Tojnar1-0/+30
2022-01-27scribusUnstable: fix build with latest popplerJan Tojnar1-0/+5
Poppler 22.01.0 requires std=c++17: https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1027 It will be enforced in next release: https://github.com/scribusproject/scribus/commit/0b1abeff0891b0907cdccb4ae965541b24b611f8
2021-11-25scribusUnstable: patch for harfbuzz 3.0Kerstin Humm1-0/+14
2021-11-25scribusUnstable: clarify licenseKerstin Humm1-2/+3
2021-04-26scribusUnstable: 1.5.6.1 -> 1.5.7Kerstin Humm1-10/+2
2021-02-10scribusUnstable: fix build with podofo 0.9.7ajs1241-0/+7
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2-4/+0
2020-11-17scribusUnstable: 1.5.5 -> 1.5.6.1Justin Humm1-41/+4
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan1-2/+2
2020-06-01treewide: replace SRI hashesDaiderd Jordan1-2/+2
2020-04-24scribusUnstable: update homepage link to use HTTPSKonrad Borowski1-1/+1
2020-04-17scribusUnstable: Fix build with Poppler 0.86Jan Tojnar1-18/+30
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-09scribusUnstable: Fix build with Poppler 0.84Robert Djubek1-21/+91
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;
2019-12-04scribusUnstable: Fix build with Poppler 0.83Jan Tojnar1-1/+14
Another fallout from https://github.com/NixOS/nixpkgs/pull/74558
2019-09-17scribusUnstable: drop harfbuzzworldofpeace1-2/+2
2019-09-13scribusUnstable: fix buildworldofpeace1-2/+2
We use harfbuzzFull because that includes the icu build which this depends on. Fixes #68548
2019-08-10scribusUnstable: 2019-01-16 -> 1.5.5Justin Humm1-11/+9
changelog: https://bugs.scribus.net/changelog_page.php?version_id=106 Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-8/+4
2019-03-11scribus: 1.4.7 -> 1.4.8, dep fixupsWill Dietz1-7/+15
* 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-01-16scribusUnstable: 2019-01-14 -> 2019-01-16Justin Humm2-17/+3
Upstream fixed a bug, so the poppler patch is not necessary anymore.
2019-01-15scribusUnstable: fix build failure from poppler bumpJustin Humm2-0/+14
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] https://github.com/NixOS/nixpkgs/commit/7757e43fcb15f3b3e21187787edaad54614ec7e6 [1] https://gitlab.freedesktop.org/poppler/poppler/commit/ef3ef702bc3dc845731e43215400448c5324efd4
2019-01-15scribusUnstable: 2018-10-13 -> 2019-01-14Justin Humm1-3/+3
2019-01-13scribus: Add an icon (#53456)Jean-Philippe Cugnet1-1/+14
* scribus: Add an icon * scribus: Put the icon SVG in a Gist
2018-10-15scribusUnstable: init at 2018-10-13Justin Humm1-0/+39
2018-10-05scribus: 1.4.6 -> 1.4.7Justin Humm1-2/+2
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2016-10-18scribus: use python2Frederik Rietdijk1-2/+2
2016-10-13Python: fixup modules that were removedFrederik Rietdijk1-3/+5
2016-10-10scribus: depend on pythonFullFlorent Becker1-2/+2
tkinter is needed for some scripts and is not found by just depending on python.modules.tkinter Fixes #19292
2016-03-21scribus: 1.4.5 -> 1.4.6zimbatm1-3/+3
2015-05-21scribus: update from 1.4.4 to 1.4.5Vincent Laporte1-3/+3
2014-11-05scribus: update from 1.4.3 to 1.4.4Vincent Laporte1-2/+2
2014-09-21boostHeaders: regular boost package now only contains headersWilliam A. Kennington III1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-21scribus: update from 1.4.1 to 1.4.3Nixpkgs Monitor1-2/+2
2012-08-07Scribus minor update, modifying dependencies.Vladimír Čunát1-9/+12
- using the boostHeaders dep to build scribus with 2geom (internal) - adding more xorg deps to build with XCB support
2011-11-02Updating scribus to 1.4.0rc6. The developers say they abandoned 1.3 long ago.Lluís Batlle i Rossell1-37/+8
svn path=/nixpkgs/trunk/; revision=30190
2010-07-28* More cleanup.Eelco Dolstra1-12/+10
svn path=/nixpkgs/trunk/; revision=22798
2010-04-10update to 1.3.3.14, disable cairo for now, since it doesn't compile (also ↵Armijn Hemel1-4/+5
not with 1.3.3.13 svn path=/nixpkgs/trunk/; revision=21007
2010-03-13fix ScribusMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=20602