Compare commits
130 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d72b919a11 | ||
|
7d4050f9f9 | ||
|
4c38001334 | ||
|
cd2ad6a361 | ||
|
9ae3a3207d | ||
|
a79cb5539b | ||
|
66f14893f9 | ||
|
aae23661b9 | ||
|
62c83b0e2d | ||
|
f9f6377177 | ||
|
f02f0c1bdc | ||
|
02008e9c49 | ||
|
161bf13488 | ||
|
5ac98b7622 | ||
|
8eb41b5ac3 | ||
|
3cb1a9a151 | ||
|
8a4002715b | ||
|
d3028407c8 | ||
|
78fd35f5ac | ||
|
1ae2332172 | ||
|
4723a1553a | ||
|
5371f1fb26 | ||
|
6a4429cf3c | ||
|
82a9df5151 | ||
|
dc60afa6aa | ||
|
004274614d | ||
|
d153a35cfb | ||
|
0417bb9b46 | ||
|
76e87981ee | ||
|
2da6d4cb52 | ||
|
3e88f2bd16 | ||
|
66ef18481c | ||
|
f419b028eb | ||
|
b003a2ea5c | ||
|
867608c327 | ||
|
d1f572a37b | ||
|
6b9f626b63 | ||
|
fcc50c9835 | ||
|
48dcf240ac | ||
|
8a5efe60b5 | ||
|
3775cb967a | ||
|
637c7cd250 | ||
|
5028a65361 | ||
|
8fd8b52ffd | ||
|
4837072349 | ||
|
d28e224a27 | ||
|
e6b778997b | ||
|
bd5965dcc5 | ||
|
155c3e4627 | ||
|
88edae3929 | ||
|
a1cbc39dfd | ||
|
c945ed7608 | ||
|
ca5df8c36a | ||
|
433fb60bf8 | ||
|
f760849839 | ||
|
76d9faa4ab | ||
|
efd2984741 | ||
|
60ed610552 | ||
|
ef023e9fed | ||
|
2b487b64cf | ||
|
4526d53e0b | ||
|
d3d4b31fd2 | ||
|
502c4cd81e | ||
|
20f1283527 | ||
|
53eb9e4a9b | ||
|
5c90e85c44 | ||
|
44203f68a8 | ||
|
d063495feb | ||
|
2a249ac3ea | ||
|
de67017e22 | ||
|
2c354d387a | ||
|
cc1bbcb544 | ||
|
210d331963 | ||
|
4482325d7d | ||
|
eeac301da4 | ||
|
328f3c5d74 | ||
|
1d5864d97e | ||
|
4a3a639a37 | ||
|
ec1d93f275 | ||
|
dda11dc69a | ||
|
acb83d3628 | ||
|
c333ac00a6 | ||
|
427575fff2 | ||
|
314313be9d | ||
|
fe6f466395 | ||
|
00f545fb03 | ||
|
611b5e6270 | ||
|
1c6380ab59 | ||
|
e8b8d62537 | ||
|
1e84dbcc87 | ||
|
5dd5996864 | ||
|
2c2005b6c3 | ||
|
5b0f3eea93 | ||
|
2224c8e136 | ||
|
b9e0faf53a | ||
|
c0ce6f98f0 | ||
|
379d365f58 | ||
|
218fda96d2 | ||
|
0096f6cbca | ||
|
44e18e9067 | ||
|
f8404aab54 | ||
|
00984c423b | ||
|
3e45d2c8d5 | ||
|
953efb1f67 | ||
|
ad1d13c3dd | ||
|
105275d301 | ||
|
da0369251b | ||
|
59581de511 | ||
|
d4cc9ccb2d | ||
|
f08f20a292 | ||
|
785411a365 | ||
|
44d15d785f | ||
|
2fce26b63f | ||
|
88e94d1536 | ||
|
143ebb73df | ||
|
6a2d08c7a4 | ||
|
0e4d077703 | ||
|
4c4b1317c5 | ||
|
db4b965aeb | ||
|
63761aee3a | ||
|
bebefa3337 | ||
|
f1c90ebae1 | ||
|
d4b8504ed3 | ||
|
b90bae1328 | ||
|
524d55cb09 | ||
|
ddbe77a9d3 | ||
|
4f3f5f8e9e | ||
|
579dd0954a | ||
|
9da24820b8 | ||
|
1725c6793b |
12
.gitignore
vendored
12
.gitignore
vendored
@ -1 +1,11 @@
|
|||||||
scribus-1.3.4.tar.bz2
|
scribus-1.3.7.tar.bz2
|
||||||
|
scribus-1.3.8.tar.bz2
|
||||||
|
/scribus-1.3.9.tar.bz2
|
||||||
|
/scribus-1.4.0.tar.bz2
|
||||||
|
/scribus-1.4.1.tar.xz
|
||||||
|
/scribus-1.4.1.tar.xz.asc
|
||||||
|
/scribus-1.4.2-free.tar.xz
|
||||||
|
/scribus-1.4.3-free.tar.xz
|
||||||
|
/scribus-1.4.4-free.tar.xz
|
||||||
|
/scribus-1.4.5-free.tar.xz
|
||||||
|
/scribus-1.4.6-free.tar.xz
|
||||||
|
54
make-free-archive.sh
Executable file
54
make-free-archive.sh
Executable file
@ -0,0 +1,54 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
if [ -z "$1" ]; then
|
||||||
|
echo "version required"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
version=$1
|
||||||
|
nv=scribus-${version}
|
||||||
|
|
||||||
|
archive=${nv}.tar.xz
|
||||||
|
freearchive=${nv}-free.tar.xz
|
||||||
|
|
||||||
|
[ -f ${archive} ] || curl -OL http://downloads.sourceforge.net/scribus/scribus-${version}.tar.xz
|
||||||
|
|
||||||
|
echo "Extracting sources ..."
|
||||||
|
rm -rf ${nv}
|
||||||
|
tar -xJf $archive
|
||||||
|
|
||||||
|
pushd ${nv}
|
||||||
|
|
||||||
|
# remove docs
|
||||||
|
rm -r scribus/doc
|
||||||
|
|
||||||
|
# remove non-free profile
|
||||||
|
rm scribus/profiles/{sRGB.icm,srgb.license}
|
||||||
|
|
||||||
|
# remove non-free content from swatches
|
||||||
|
rm resources/swatches/*.eps
|
||||||
|
rm resources/swatches/dtp-studio-free-palettes-license.rtf
|
||||||
|
|
||||||
|
rm resources/swatches/Galaxy_*
|
||||||
|
rm resources/swatches/Resene_*
|
||||||
|
rm resources/swatches/COPYING_RESENE.txt
|
||||||
|
rm resources/swatches/NAA*
|
||||||
|
|
||||||
|
rm resources/swatches/GiveLife_Color_System_*.xml
|
||||||
|
rm resources/swatches/givelife_colors_license.rtf
|
||||||
|
|
||||||
|
rm resources/swatches/Federal_Identity_Program.xml
|
||||||
|
|
||||||
|
# Remove non-free (CC-BY-SA-NC) dot files
|
||||||
|
rm resources/editorconfig/dot.*
|
||||||
|
|
||||||
|
# Remove non-free dic files
|
||||||
|
rm resources/dicts/hyph_fi.dic
|
||||||
|
|
||||||
|
# Remove license unknown dic files
|
||||||
|
rm resources/dicts/hyph_ia.dic resources/dicts/hyph_sv.dic
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
|
echo "Creating sources ..."
|
||||||
|
tar cf - ${nv} | xz > ${freearchive}
|
60
scribus-1.4.2-nonfree.patch
Normal file
60
scribus-1.4.2-nonfree.patch
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
Index: scribus-1.4.2/scribus/CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- scribus-1.4.2.orig/scribus/CMakeLists.txt
|
||||||
|
+++ scribus-1.4.2/scribus/CMakeLists.txt
|
||||||
|
@@ -2,7 +2,6 @@ IF(WIN32)
|
||||||
|
ADD_DEFINITIONS(-DQT_DLL)
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
|
-ADD_SUBDIRECTORY(doc)
|
||||||
|
ADD_SUBDIRECTORY(dtd)
|
||||||
|
ADD_SUBDIRECTORY(manpages)
|
||||||
|
ADD_SUBDIRECTORY(colormgmt)
|
||||||
|
Index: scribus-1.4.2/scribus/helpbrowser.cpp
|
||||||
|
===================================================================
|
||||||
|
--- scribus-1.4.2.orig/scribus/helpbrowser.cpp
|
||||||
|
+++ scribus-1.4.2/scribus/helpbrowser.cpp
|
||||||
|
@@ -716,7 +716,7 @@ QString HelpBrowser::historyFile()
|
||||||
|
|
||||||
|
void HelpBrowser::displayNoHelp()
|
||||||
|
{
|
||||||
|
- QString noHelpMsg=tr("<h2><p>Sorry, no manual is installed!</p><p>Please see:</p><ul><li>http://docs.scribus.net for updated documentation</li><li>http://www.scribus.net for downloads</li></ul></h2>",
|
||||||
|
+ QString noHelpMsg=tr("<h2><p>Sorry, the manual is not installed because it is not freely distributable and thus can't be included in Fedora!</p><p>Please see:</p><ul><li>http://docs.scribus.net for updated documentation</li><li>http://www.scribus.net for downloads</li></ul></h2>",
|
||||||
|
"HTML message for no documentation available to show");
|
||||||
|
|
||||||
|
textBrowser->setText(noHelpMsg);
|
||||||
|
Index: scribus-1.4.2/scribus/profiles/CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- scribus-1.4.2.orig/scribus/profiles/CMakeLists.txt
|
||||||
|
+++ scribus-1.4.2/scribus/profiles/CMakeLists.txt
|
||||||
|
@@ -6,7 +6,5 @@ INSTALL(FILES
|
||||||
|
GenericCMYK.icm
|
||||||
|
GenericCMYK.txt
|
||||||
|
Readme
|
||||||
|
-sRGB.icm
|
||||||
|
-srgb.license
|
||||||
|
DESTINATION ${SHAREDIR}profiles
|
||||||
|
)
|
||||||
|
diff -up scribus-1.4.4/resources/editorconfig/CMakeLists.txt.no-dot scribus-1.4.4/resources/editorconfig/CMakeLists.txt
|
||||||
|
--- scribus-1.4.4/resources/editorconfig/CMakeLists.txt.no-dot 2014-06-06 17:22:12.258966553 -0400
|
||||||
|
+++ scribus-1.4.4/resources/editorconfig/CMakeLists.txt 2014-06-06 17:22:16.326936717 -0400
|
||||||
|
@@ -12,7 +12,6 @@ gnuplot.png
|
||||||
|
300_lilypond.xml
|
||||||
|
lilypond.png
|
||||||
|
400_dot.xml
|
||||||
|
-dot.svg
|
||||||
|
500_povray.xml
|
||||||
|
povray_32.png
|
||||||
|
|
||||||
|
diff -up scribus-1.4.5/resources/swatches/CMakeLists.txt.nonfree scribus-1.4.5/resources/swatches/CMakeLists.txt
|
||||||
|
--- scribus-1.4.5/resources/swatches/CMakeLists.txt.nonfree 2016-01-12 17:41:12.379774049 -0500
|
||||||
|
+++ scribus-1.4.5/resources/swatches/CMakeLists.txt 2016-01-12 17:41:22.219677148 -0500
|
||||||
|
@@ -8,7 +8,7 @@ FILE( GLOB EPS_PALETTES *.eps )
|
||||||
|
FILE( GLOB RTF_LICENSES *.rtf )
|
||||||
|
|
||||||
|
#Avoid CMakeLists.txt
|
||||||
|
-SET(TXT_LICENSES "${CMAKE_CURRENT_SOURCE_DIR}/COPYING_RESENE.txt" "${CMAKE_CURRENT_SOURCE_DIR}/Japanese_Traditional_README.txt")
|
||||||
|
+SET(TXT_LICENSES "${CMAKE_CURRENT_SOURCE_DIR}/Japanese_Traditional_README.txt")
|
||||||
|
|
||||||
|
INSTALL(FILES ${GIMP_STYLE_PALETTES} ${XML_PALETTES} ${EPS_PALETTES} ${RTF_LICENSES} ${TXT_LICENSES}
|
||||||
|
DESTINATION ${SHAREDIR}swatches
|
138
scribus-1.4.4-qreal_double.patch
Normal file
138
scribus-1.4.4-qreal_double.patch
Normal file
@ -0,0 +1,138 @@
|
|||||||
|
Description: Avoid qreal/double type clashes on ARM
|
||||||
|
Author: Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
Forwarded: no
|
||||||
|
Last-Update: 2013-05-16
|
||||||
|
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/scribus.h
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/scribus.h
|
||||||
|
@@ -466,7 +466,7 @@ public slots:
|
||||||
|
/** Fragt nach den Farben */
|
||||||
|
// void GetBrushPen();
|
||||||
|
/** Erzeugt einen Rahmen */
|
||||||
|
- void MakeFrame(int f, int c, double *vals);
|
||||||
|
+ void MakeFrame(int f, int c, qreal *vals);
|
||||||
|
//** Loescht ein Element */
|
||||||
|
//void DeleteObjekt();
|
||||||
|
/** Duplicate current item */
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/pageitem.cpp
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/pageitem.cpp
|
||||||
|
@@ -4597,7 +4597,7 @@ void PageItem::copyToCopyPasteBuffer(str
|
||||||
|
|
||||||
|
|
||||||
|
//Moved from View
|
||||||
|
-void PageItem::SetFrameShape(int count, double *vals)
|
||||||
|
+void PageItem::SetFrameShape(int count, qreal *vals)
|
||||||
|
{
|
||||||
|
PoLine.resize(0);
|
||||||
|
for (int a = 0; a < count-3; a += 4)
|
||||||
|
@@ -4620,7 +4620,7 @@ void PageItem::SetFrameShape(int count,
|
||||||
|
|
||||||
|
void PageItem::SetRectFrame()
|
||||||
|
{
|
||||||
|
- static double rect[] = { 0.0, 0.0, 0.0, 0.0,
|
||||||
|
+ static qreal rect[] = { 0.0, 0.0, 0.0, 0.0,
|
||||||
|
100.0, 0.0, 100.0, 0.0,
|
||||||
|
100.0, 0.0, 100.0, 0.0,
|
||||||
|
100.0, 100.0, 100.0, 100.0,
|
||||||
|
@@ -4635,7 +4635,7 @@ void PageItem::SetRectFrame()
|
||||||
|
|
||||||
|
void PageItem::SetOvalFrame()
|
||||||
|
{
|
||||||
|
- static double rect[] = { 100.0, 50.0, 100.0, 77.615235,
|
||||||
|
+ static qreal rect[] = { 100.0, 50.0, 100.0, 77.615235,
|
||||||
|
50.0, 100.0, 77.615235, 100.0,
|
||||||
|
50.0, 100.0, 22.385765, 100.0,
|
||||||
|
0.0, 50.0, 0.0, 77.615235,
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/pageitem.h
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/pageitem.h
|
||||||
|
@@ -298,7 +298,7 @@ protected:
|
||||||
|
void DrawObj_PathText(ScPainter *p, double sc);
|
||||||
|
public:
|
||||||
|
void DrawObj_Embedded(ScPainter *p, QRectF e, const CharStyle& style, PageItem* cembedded);
|
||||||
|
- void SetFrameShape(int count, double *vals);
|
||||||
|
+ void SetFrameShape(int count, qreal *vals);
|
||||||
|
void SetRectFrame();
|
||||||
|
void SetOvalFrame();
|
||||||
|
void SetFrameRound();
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/propertiespalette.cpp
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/propertiespalette.cpp
|
||||||
|
@@ -4622,7 +4622,7 @@ void PropertiesPalette::MakeIrre(int f,
|
||||||
|
doc->setRedrawBounding(CurItem);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
- CurItem->SetFrameShape(c, (double*)vals);
|
||||||
|
+ CurItem->SetFrameShape(c, vals);
|
||||||
|
doc->setRedrawBounding(CurItem);
|
||||||
|
CurItem->FrameType = f+2;
|
||||||
|
break;
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/scribusdoc.h
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/scribusdoc.h
|
||||||
|
@@ -1005,7 +1005,7 @@ public: // Public attributes
|
||||||
|
DocumentInformation documentInfo;
|
||||||
|
int appMode;
|
||||||
|
int SubMode;
|
||||||
|
- double *ShapeValues;
|
||||||
|
+ qreal *ShapeValues;
|
||||||
|
int ValCount;
|
||||||
|
QString DocName;
|
||||||
|
QMap<QString,int> UsedFonts;
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/canvasmode_create.cpp
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/canvasmode_create.cpp
|
||||||
|
@@ -122,7 +122,7 @@ void CreateMode::drawControls(QPainter*
|
||||||
|
{
|
||||||
|
FPointArray poly;
|
||||||
|
int valCount = m_doc->ValCount;
|
||||||
|
- double *vals = m_doc->ShapeValues;
|
||||||
|
+ qreal *vals = m_doc->ShapeValues;
|
||||||
|
for (int a = 0; a < valCount-3; a += 4)
|
||||||
|
{
|
||||||
|
if (vals[a] < 0)
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/scribus.cpp
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/scribus.cpp
|
||||||
|
@@ -7599,7 +7599,7 @@ void ScribusMainWindow::GetBrushPen()
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
//CB-->??
|
||||||
|
-void ScribusMainWindow::MakeFrame(int f, int c, double *vals)
|
||||||
|
+void ScribusMainWindow::MakeFrame(int f, int c, qreal *vals)
|
||||||
|
{
|
||||||
|
PageItem *currItem = doc->m_Selection->itemAt(0);
|
||||||
|
switch (f)
|
||||||
|
--- scribus-1.4.2.dfsg+r18267.orig/scribus/plugins/imposition/imposition.cpp
|
||||||
|
+++ scribus-1.4.2.dfsg+r18267/scribus/plugins/imposition/imposition.cpp
|
||||||
|
@@ -542,7 +542,7 @@ void Imposition::booklet4p(QList<int>* p
|
||||||
|
}
|
||||||
|
groupcontrol->SetRectFrame();
|
||||||
|
|
||||||
|
- double points[32] = {
|
||||||
|
+ qreal points[32] = {
|
||||||
|
//left upper corner - left lower corner
|
||||||
|
targetDoc->Pages->at(0)->guides.vertical(1,targetDoc->Pages->at(0)->guides.Standard),
|
||||||
|
targetDoc->Pages->at(0)->guides.horizontal(0,targetDoc->Pages->at(i)->guides.Standard),
|
||||||
|
@@ -730,7 +730,7 @@ void Imposition::booklet4p(QList<int>* p
|
||||||
|
}
|
||||||
|
groupcontrol->SetRectFrame();
|
||||||
|
|
||||||
|
- double points[32] = {
|
||||||
|
+ qreal points[32] = {
|
||||||
|
//left upper corner - left lower corner
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
@@ -893,7 +893,7 @@ void Imposition::booklet4p(QList<int>* p
|
||||||
|
}
|
||||||
|
groupcontrol->SetRectFrame();
|
||||||
|
|
||||||
|
- double points[32] = {
|
||||||
|
+ qreal points[32] = {
|
||||||
|
//left upper corner - left lower corner
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
@@ -1047,7 +1047,7 @@ void Imposition::booklet4p(QList<int>* p
|
||||||
|
}
|
||||||
|
groupcontrol->SetRectFrame();
|
||||||
|
|
||||||
|
- double points[32] = {
|
||||||
|
+ qreal points[32] = {
|
||||||
|
//left upper corner - left lower corner
|
||||||
|
targetDoc->Pages->at(0)->guides.vertical(1,targetDoc->Pages->at(0)->guides.Standard),
|
||||||
|
targetDoc->Pages->at(0)->guides.horizontal(0,targetDoc->Pages->at(i)->guides.Standard),
|
36
scribus-1.4.5-lppl-fixes.patch
Normal file
36
scribus-1.4.5-lppl-fixes.patch
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
diff -up scribus-1.4.5/resources/dicts/README_hyph_da_DK.txt.lppl scribus-1.4.5/resources/dicts/README_hyph_da_DK.txt
|
||||||
|
--- scribus-1.4.5/resources/dicts/README_hyph_da_DK.txt.lppl 2015-05-07 16:50:30.664715518 -0400
|
||||||
|
+++ scribus-1.4.5/resources/dicts/README_hyph_da_DK.txt 2015-05-07 16:50:53.288550546 -0400
|
||||||
|
@@ -3,6 +3,9 @@ Hyphenation dictionary
|
||||||
|
|
||||||
|
Language: Danish (da DK).
|
||||||
|
Origin: Based on the TeX hyphenation tables
|
||||||
|
+ http://www.ctan.org/tex-archive/language/hyphenation/dkhyphn/dkhyphn.tex
|
||||||
|
+ The TeX hyphenation tables are released under the LaTeX Project
|
||||||
|
+ Public License (LPPL)
|
||||||
|
License: GNU LGPL license.
|
||||||
|
Author: conversion author is Marco Huggenberger<marco@by-night.ch>
|
||||||
|
|
||||||
|
diff -up scribus-1.4.5/resources/dicts/README_is_IS.txt.lppl scribus-1.4.5/resources/dicts/README_is_IS.txt
|
||||||
|
--- scribus-1.4.5/resources/dicts/README_is_IS.txt.lppl 2015-05-07 16:51:32.623263721 -0400
|
||||||
|
+++ scribus-1.4.5/resources/dicts/README_is_IS.txt 2015-05-07 16:51:53.072114610 -0400
|
||||||
|
@@ -2,15 +2,14 @@ Hyphenation dictionary
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
Language: Icelandic (Iceland) (is IS).
|
||||||
|
-Origin: Based on the TeX hyphenation tables
|
||||||
|
+Origin: Based on the TeX hyphenation tables by J�rgen Pind (1987).
|
||||||
|
+ http://www.ctan.org/tex-archive/language/hyphenation/dkhyphn/dkhyphn.tex
|
||||||
|
+ The TeX hyphenation tables are released under the LaTeX Project
|
||||||
|
+ Public License (LPPL)
|
||||||
|
License: LGPL/SISSL license, 2003
|
||||||
|
Author: akig@hi.is (Áki G. Karlsson)
|
||||||
|
|
||||||
|
HYPH is IS hyph_is_IS
|
||||||
|
-
|
||||||
|
-
|
||||||
|
- These patterns were converted from TeX hyphenation patterns by Jörgen Pind
|
||||||
|
- (1987).
|
||||||
|
|
||||||
|
--
|
||||||
|
Áki G. Karlsson
|
10
scribus-1.4.6-gs-9.24.patch
Normal file
10
scribus-1.4.6-gs-9.24.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- scribus-1.4.6-orig/scribus/plugins/import/ps/import.prolog 2009-05-08 21:04:32.000000000 +0200
|
||||||
|
+++ scribus-1.4.6/scribus/plugins/import/ps/import.prolog 2018-09-17 16:05:24.988900385 +0200
|
||||||
|
@@ -75,6 +75,7 @@
|
||||||
|
//doimage exec
|
||||||
|
} .forceput
|
||||||
|
end
|
||||||
|
+/.currentopacityalpha {//.currentopacityalpha} bind def
|
||||||
|
setglobal
|
||||||
|
.bindnow
|
||||||
|
|
12
scribus-1.4.6-hunspell.patch
Normal file
12
scribus-1.4.6-hunspell.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- a/cmake/modules/FindHUNSPELL.cmake
|
||||||
|
+++ b/cmake/modules/FindHUNSPELL.cmake
|
||||||
|
@@ -9,7 +9,7 @@
|
||||||
|
#Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries
|
||||||
|
|
||||||
|
FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
|
||||||
|
-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
|
||||||
|
+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
|
||||||
|
|
||||||
|
INCLUDE(FindPackageHandleStandardArgs)
|
||||||
|
# handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE
|
||||||
|
|
@ -1,24 +0,0 @@
|
|||||||
diff -Nur scribus-1.2.1-orig/scribus/plugins/gettext/htmlim/Makefile.in scribus-1.2.1/scribus/plugins/gettext/htmlim/Makefile.in
|
|
||||||
--- scribus-1.2.1-orig/scribus/plugins/gettext/htmlim/Makefile.in 2005-01-08 10:10:04.000000000 +0100
|
|
||||||
+++ scribus-1.2.1/scribus/plugins/gettext/htmlim/Makefile.in 2005-02-03 01:04:48.654806024 +0100
|
|
||||||
@@ -287,7 +287,7 @@
|
|
||||||
target_vendor = @target_vendor@
|
|
||||||
x_includes = @x_includes@
|
|
||||||
x_libraries = @x_libraries@
|
|
||||||
-pluginsdir = $(prefix)/lib/scribus/plugins/gettext
|
|
||||||
+pluginsdir = $(libdir)/scribus/plugins/gettext
|
|
||||||
SUBDIRS =
|
|
||||||
plugins_LTLIBRARIES = libhtmlim.la
|
|
||||||
INCLUDES = $(LIBFREETYPE_CFLAGS) $(XML_CFLAGS) $(all_includes)
|
|
||||||
diff -Nur scribus-1.2.1-orig/scribus/plugins/gettext/sxwim/Makefile.in scribus-1.2.1/scribus/plugins/gettext/sxwim/Makefile.in
|
|
||||||
--- scribus-1.2.1-orig/scribus/plugins/gettext/sxwim/Makefile.in 2005-01-08 10:10:04.000000000 +0100
|
|
||||||
+++ scribus-1.2.1/scribus/plugins/gettext/sxwim/Makefile.in 2005-02-03 01:04:28.093931752 +0100
|
|
||||||
@@ -303,7 +303,7 @@
|
|
||||||
target_vendor = @target_vendor@
|
|
||||||
x_includes = @x_includes@
|
|
||||||
x_libraries = @x_libraries@
|
|
||||||
-pluginsdir = $(prefix)/lib/scribus/plugins/gettext
|
|
||||||
+pluginsdir = $(libdir)/scribus/plugins/gettext
|
|
||||||
SUBDIRS =
|
|
||||||
plugins_LTLIBRARIES = libsxwimplugin.la
|
|
||||||
INCLUDES = $(LIBFREETYPE_CFLAGS) $(XML_CFLAGS) $(all_includes)
|
|
@ -1,60 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Encoding=UTF-8
|
|
||||||
Name=Scribus
|
|
||||||
Name[fa]=اسکریباس
|
|
||||||
Name[lo]=ສະຄຣີບັດສ໌
|
|
||||||
GenericName=Desktop Publishing
|
|
||||||
GenericName[af]=Werkskerm Publisering
|
|
||||||
GenericName[bg]=Издателска програма
|
|
||||||
GenericName[bs]=Stono izdavaštvo (DTP)
|
|
||||||
GenericName[ca]=Publicació d'escriptori
|
|
||||||
GenericName[cs]=Publikování na desktopu
|
|
||||||
GenericName[cy]=Cyhoeddi Penbwrdd
|
|
||||||
GenericName[da]=Dtp
|
|
||||||
GenericName[eo]=DTP-programo
|
|
||||||
GenericName[es]=Publicación de escritorio
|
|
||||||
GenericName[et]=Küljendusrakendus
|
|
||||||
GenericName[fa]=نشر میزکار
|
|
||||||
GenericName[fi]=Julkaisuohjelma
|
|
||||||
GenericName[fr]=Publication de bureau
|
|
||||||
GenericName[he]=הוצאה לאור שולחנית
|
|
||||||
GenericName[hr]=Stolno izdavaštvo
|
|
||||||
GenericName[hu]=Kiadványszerkesztés
|
|
||||||
GenericName[it]=Pubblicazioni
|
|
||||||
GenericName[ja]=デスクトップパブリッシング
|
|
||||||
GenericName[lo]=ເດດທອບພັລບບີດຊິງ
|
|
||||||
GenericName[lt]=Darbastalio leidykla
|
|
||||||
GenericName[nb]=Datatrykkeprogram
|
|
||||||
GenericName[nn]=Datatrykk
|
|
||||||
GenericName[nso]=Kwalakwatso ya Desktop
|
|
||||||
GenericName[pl]=Program do składu tekstu
|
|
||||||
GenericName[pt]=Publicação no Ecrã
|
|
||||||
GenericName[pt_BR]=Publicação do Ambiente de Trabalho
|
|
||||||
GenericName[ru]=Настольное издательство
|
|
||||||
GenericName[sl]=Namizno založništvo
|
|
||||||
GenericName[sr]=Стоно издаваштво
|
|
||||||
GenericName[ss]=Kushicelela ku desktop
|
|
||||||
GenericName[sv]=Dáhtaprentenprográmma
|
|
||||||
GenericName[th]=เดสก์ทอปพับลิชชิง
|
|
||||||
GenericName[tr]=Desktop Yayıncılık
|
|
||||||
GenericName[uk]=Видавнича система
|
|
||||||
GenericName[uz]=Кичик нашриёт
|
|
||||||
GenericName[ven]=U andadza Desikithopo
|
|
||||||
GenericName[xh]=Upapasho lwe Desktop
|
|
||||||
GenericName[zh_CN]=桌面出版
|
|
||||||
GenericName[zh_TW]=桌面出版
|
|
||||||
GenericName[zu]=Ukushicilelwa kwe-Desktop
|
|
||||||
FilePattern=scribus
|
|
||||||
TryExec=scribus
|
|
||||||
Exec=scribus %f
|
|
||||||
MimeType=application/x-scribus
|
|
||||||
Terminal=false
|
|
||||||
Icon=scribusicon
|
|
||||||
Type=Application
|
|
||||||
X-StandardInstall=false
|
|
||||||
Categories=Qt;Office;X-Misc;
|
|
||||||
StartupWMClass=scribus
|
|
||||||
X-KDE-SubstituteUID=false
|
|
||||||
X-KDE-Username=
|
|
||||||
|
|
BIN
scribus.png
Normal file
BIN
scribus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
516
scribus.spec
516
scribus.spec
@ -1,60 +1,56 @@
|
|||||||
Name: scribus
|
Name: scribus
|
||||||
Version: 1.3.4
|
Version: 1.4.6
|
||||||
Release: 3%{?dist}
|
Release: 17%{?dist}
|
||||||
|
|
||||||
Summary: DeskTop Publishing application written in Qt
|
Summary: DeskTop Publishing application written in Qt
|
||||||
|
# swatches bring in the fun licenses
|
||||||
Group: Applications/Productivity
|
License: GPLv2+ and OGL and CC0 and CC-BY and CC-BY-SA and Public Domain and ASL 2.0 and LGPLv2+
|
||||||
License: GPLv2+
|
|
||||||
URL: http://www.scribus.net/
|
URL: http://www.scribus.net/
|
||||||
Source0: http://dl.sf.net/scribus/scribus-1.3.4.tar.bz2
|
# ./make-free-archive %{version}
|
||||||
Source1: scribus.xml
|
Source0: %{name}-%{version}-free.tar.xz
|
||||||
Source2: scribus.desktop
|
#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
#Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
||||||
|
Source2: scribus.png
|
||||||
|
Patch1: %{name}-1.4.4-qreal_double.patch
|
||||||
|
# fix build with non-free content removed
|
||||||
|
Patch2: %{name}-1.4.2-nonfree.patch
|
||||||
|
# Fix necessary LPPL attribution
|
||||||
|
Patch3: %{name}-1.4.5-lppl-fixes.patch
|
||||||
|
# Fix detection of hunspell-1.4+
|
||||||
|
Patch4: %{name}-1.4.6-hunspell.patch
|
||||||
|
Patch5: %{name}-1.4.6-gs-9.24.patch
|
||||||
|
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: lcms-devel
|
BuildRequires: lcms2-devel
|
||||||
BuildRequires: libart_lgpl-devel
|
BuildRequires: libart_lgpl-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python-devel >= 2.3
|
BuildRequires: python2-devel
|
||||||
BuildRequires: qt-devel >= 1:3.3
|
BuildRequires: python2-imaging-devel
|
||||||
|
BuildRequires: qt4-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
Requires: ghostscript >= 7.07
|
BuildRequires: cairo-devel
|
||||||
Requires: python >= 2.3
|
BuildRequires: hunspell-devel
|
||||||
Requires: python-imaging
|
BuildRequires: boost-devel
|
||||||
Requires: tkinter
|
BuildRequires: podofo-devel
|
||||||
Requires(post): shared-mime-info
|
BuildRequires: hyphen-devel
|
||||||
Requires(post): desktop-file-utils
|
Requires: ghostscript
|
||||||
Requires(postun): shared-mime-info
|
Requires: python2
|
||||||
Requires(postun): desktop-file-utils
|
Requires: python2-imaging
|
||||||
|
Requires: python2-tkinter
|
||||||
|
Requires: shared-mime-info
|
||||||
|
Obsoletes: %{name}-doc < %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-devel < %{version}-%{release}
|
||||||
|
|
||||||
Obsoletes: scribus-i18n-en
|
%filter_provides_in %{_libdir}/%{name}/plugins
|
||||||
Obsoletes: scribus-svg
|
%filter_setup
|
||||||
Obsoletes: scribus-scripting
|
|
||||||
Obsoletes: scribus-short-words
|
|
||||||
Obsoletes: scribus-vnla
|
|
||||||
Obsoletes: scribus-i18en
|
|
||||||
Obsoletes: scribus-i18de
|
|
||||||
Obsoletes: scribus-i18fr
|
|
||||||
Obsoletes: scribus-templates
|
|
||||||
|
|
||||||
Provides: scribus-i18n-en
|
|
||||||
Provides: scribus-svg
|
|
||||||
Provides: scribus-scripting
|
|
||||||
Provides: scribus-short-words
|
|
||||||
Provides: scribus-vnla
|
|
||||||
Provides: scribus-i18en
|
|
||||||
Provides: scribus-i18de
|
|
||||||
Provides: scribus-i18fr
|
|
||||||
Provides: scribus-templates
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Scribus is an desktop open source page layout program with
|
Scribus is an desktop open source page layout program with
|
||||||
@ -67,77 +63,421 @@ features, such as CMYK color, easy PDF creation, Encapsulated Postscript
|
|||||||
import/export and creation of color separations.
|
import/export and creation of color separations.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Header files for Scribus
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
Header files for Scribus.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch -p1 -b .x86_64
|
%patch1 -p1 -b .double
|
||||||
|
%patch2 -p1 -b .nonfree
|
||||||
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
|
# recode man page to UTF-8
|
||||||
|
pushd scribus/manpages
|
||||||
|
iconv -f ISO8859-2 -t UTF-8 scribus.1.pl > tmp
|
||||||
|
touch -r scribus.1.pl tmp
|
||||||
|
mv tmp scribus.1.pl
|
||||||
|
popd
|
||||||
|
|
||||||
|
# fix permissions
|
||||||
|
chmod a-x scribus/pageitem_latexframe.h
|
||||||
|
|
||||||
|
# drop shebang lines from python scripts
|
||||||
|
for f in scribus/plugins/scriptplugin/{samples,scripts}/*.py
|
||||||
|
do
|
||||||
|
sed '1{/#!\/usr\/bin\/env\|#!\/usr\/bin\/python/d}' $f > $f.new
|
||||||
|
touch -r $f $f.new
|
||||||
|
mv $f.new $f
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
|
mkdir build
|
||||||
%configure \
|
pushd build
|
||||||
--with-pythondir=%{_prefix} \
|
%cmake -DWANT_DISTROBUILD=YES -DWANT_HUNSPELL=YES -DWANT_NOHEADERINSTALL=YES ..
|
||||||
--with-extra-libs=%{_libdir}
|
|
||||||
make %{?_smp_mflags}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
pushd build
|
||||||
%makeinstall
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
popd
|
||||||
|
|
||||||
install -p -D -m0644 scribus/icons/scribusicon.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/scribusicon.png
|
install -p -D -m0644 %SOURCE2 ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/scribus.png
|
||||||
install -p -D -m0644 scribus/icons/scribusdoc.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/x-scribus.png
|
install -p -D -m0644 ${RPM_BUILD_ROOT}%{_datadir}/scribus/icons/scribusdoc.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/x-scribus.png
|
||||||
install -p -D -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/scribus.xml
|
|
||||||
|
|
||||||
desktop-file-install --vendor fedora \
|
|
||||||
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
||||||
--add-category X-Fedora \
|
|
||||||
scribus.desktop
|
|
||||||
|
|
||||||
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
|
# install the global desktop file
|
||||||
|
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mimelnk/application/*scribus.desktop
|
||||||
|
desktop-file-install \
|
||||||
|
%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
|
||||||
|
--vendor="fedora" \
|
||||||
|
%endif
|
||||||
|
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||||
|
scribus.desktop
|
||||||
|
|
||||||
%clean
|
# remove unwanted stuff
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}%{_defaultdocdir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
|
|
||||||
%postun
|
|
||||||
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
|
# Register as an application to be visible in the software center
|
||||||
|
#
|
||||||
|
# NOTE: It would be *awesome* if this file was maintained by the upstream
|
||||||
|
# project, translated and installed into the right place during `make install`.
|
||||||
|
#
|
||||||
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
||||||
|
#
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||||
|
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml <<EOF
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||||
|
<!--
|
||||||
|
BugReportURL: http://bugs.scribus.net/view.php?id=12708
|
||||||
|
SentUpstream: 2014-09-18
|
||||||
|
-->
|
||||||
|
<application>
|
||||||
|
<id type="desktop">scribus.desktop</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Scribus is a desktop publishing application that allows you to create posters,
|
||||||
|
magazines and books ready to send off to a printing house.
|
||||||
|
It supports professional publishing features, such color separations, CMYK and
|
||||||
|
spot colors, ICC color management, and versatile PDF creation.
|
||||||
|
</p>
|
||||||
|
<!-- FIXME: Probably needs another paragraph or two -->
|
||||||
|
</description>
|
||||||
|
<url type="homepage">http://scribus.net/</url>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">http://upload.wikimedia.org/wikipedia/commons/f/f4/Scribus-1.3-Linux.png</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
<!-- FIXME: change this to an upstream email address for spec updates
|
||||||
|
<updatecontact>someone_who_cares@upstream_project.org</updatecontact>
|
||||||
|
-->
|
||||||
|
</application>
|
||||||
|
EOF
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%doc AUTHORS ChangeLog COPYING LINKS README
|
||||||
%doc AUTHORS ChangeLog COPYING README TODO
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/scribus
|
%{_libdir}/%{name}/
|
||||||
%{_datadir}/applications/fedora-scribus.desktop
|
%{_datadir}/appdata/*%{name}.appdata.xml
|
||||||
%{_datadir}/mime/packages/scribus.xml
|
%{_datadir}/applications/*%{name}.desktop
|
||||||
|
%{_datadir}/mime/packages/%{name}.xml
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
%{_datadir}/scribus/
|
%{_datadir}/%{name}/
|
||||||
%{_libdir}/scribus/
|
%exclude %{_datadir}/%{name}/samples/*.py[co]
|
||||||
|
%exclude %{_datadir}/%{name}/scripts/*.py[co]
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/pl/man1/*
|
%{_mandir}/pl/man1/*
|
||||||
%{_mandir}/de/man1/*
|
%{_mandir}/de/man1/*
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING
|
|
||||||
%{_includedir}/scribus/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 13 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.6-15
|
||||||
|
- rebuild for hunspell-1.7.0
|
||||||
|
|
||||||
|
* Mon Sep 17 2018 Michael J Gruber <mjg@fedoraproject.org> - 1.4.6-14
|
||||||
|
- fix EPS import (bz #1628943)
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 11 2018 Sandro Mani <manisandro@gmail.com> - 1.4.6-12
|
||||||
|
- Rebuild (podofo)
|
||||||
|
|
||||||
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.4.6-11
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.4.6-7
|
||||||
|
- Rebuild due to bug in RPM (RHBZ #1468476)
|
||||||
|
|
||||||
|
* Fri Apr 07 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4.6-6
|
||||||
|
- Fix detection of latest hunspell for spell-checking support (#1425305)
|
||||||
|
|
||||||
|
* Mon Feb 06 2017 Kalev Lember <klember@redhat.com> - 1.4.6-5
|
||||||
|
- Rebuilt for Boost 1.63
|
||||||
|
|
||||||
|
* Thu Feb 02 2017 Sandro Mani <manisandro@gmail.com> - 1.4.6-4
|
||||||
|
- Rebuild (podofo)
|
||||||
|
|
||||||
|
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.4.6-3
|
||||||
|
- Rebuilt for Boost 1.63
|
||||||
|
|
||||||
|
* Fri Sep 23 2016 Jon Ciesla <limburgher@gmail.com> - 1.4.6-2
|
||||||
|
- podofo rebuild.
|
||||||
|
|
||||||
|
* Tue May 24 2016 Jon Ciesla <limburgher@gmail.com> - 1.4.6-1
|
||||||
|
- 1.4.6
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 1.4.5-8
|
||||||
|
- Rebuilt for Boost 1.60
|
||||||
|
|
||||||
|
* Tue Jan 12 2016 Tom Callaway <spot@fedoraproject.org> - 1.4.5-7
|
||||||
|
- fix license tag, remove found non-free swatches (bz 1297262)
|
||||||
|
|
||||||
|
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-6
|
||||||
|
- Use a bigger resolution application icon
|
||||||
|
|
||||||
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.4.5-5
|
||||||
|
- Rebuilt for Boost 1.59
|
||||||
|
|
||||||
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||||
|
|
||||||
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.4.5-3
|
||||||
|
- rebuild for Boost 1.58
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 7 2015 Tom Callaway <spot@fedoraproject.org> 1.4.5-1
|
||||||
|
- update to 1.4.5
|
||||||
|
- drop non-free and questionable hyphen dic files (bz 1219415)
|
||||||
|
- fix necessary LPPL attributions
|
||||||
|
|
||||||
|
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.4.4-7
|
||||||
|
- Add an AppData file for the software center
|
||||||
|
|
||||||
|
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.4.4-6
|
||||||
|
- Rebuild for boost 1.57.0
|
||||||
|
|
||||||
|
* Thu Aug 28 2014 Dan Horák <dan[at]danny.cz> - 1.4.4-5
|
||||||
|
- switch to Debian patch for the qreal vs double conflict on ARM (fixes #1076885)
|
||||||
|
|
||||||
|
* Wed Aug 20 2014 Kevin Fenzi <kevin@scrye.com> - 1.4.4-4
|
||||||
|
- Rebuild for rpm bug 1131892
|
||||||
|
|
||||||
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 09 2014 Rex Dieter <rdieter@fedoraproject.org> 1.4.4-2
|
||||||
|
- optimize/update scriptlets
|
||||||
|
|
||||||
|
* Fri Jun 6 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.4-1
|
||||||
|
- update to 1.4.4, drop non-free dot files
|
||||||
|
|
||||||
|
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.4.3-3
|
||||||
|
- Rebuild for boost 1.55.0
|
||||||
|
|
||||||
|
* Thu Sep 19 2013 Dan Horák <dan[at]danny.cz> - 1.4.3-2
|
||||||
|
- fix the double patch (#1009979)
|
||||||
|
|
||||||
|
* Mon Aug 19 2013 Dan Horák <dan[at]danny.cz> - 1.4.3-1
|
||||||
|
- update to 1.4.3 (#990030)
|
||||||
|
- update for unversioned docdir
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 1.4.2-6
|
||||||
|
- Rebuild for boost 1.54.0
|
||||||
|
|
||||||
|
* Mon Feb 25 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.4.2-5
|
||||||
|
- Remove --vendor from desktop-file-install for F19+ https://fedorahosted.org/fesco/ticket/1077
|
||||||
|
|
||||||
|
* Wed Jan 30 2013 Dan Horák <dan[at]danny.cz> - 1.4.2-4
|
||||||
|
- update for Pillow (#896301)
|
||||||
|
|
||||||
|
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.4.2-3
|
||||||
|
- rebuild due to "jpeg8-ABI" feature drop
|
||||||
|
|
||||||
|
* Fri Jan 18 2013 Dan Horák <dan[at]danny.cz> - 1.4.2-2
|
||||||
|
- use hunspell to be consistent with the rest of the system
|
||||||
|
|
||||||
|
* Tue Jan 15 2013 Dan Horák <dan[at]danny.cz> - 1.4.2-1
|
||||||
|
- update to 1.4.2
|
||||||
|
- remove non-free content from source archive (#887221)
|
||||||
|
- drop doc and devel sub-packages
|
||||||
|
- switch to lcms2
|
||||||
|
|
||||||
|
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.4.1-4
|
||||||
|
- rebuild against new libjpeg
|
||||||
|
|
||||||
|
* Thu Aug 9 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.1-3
|
||||||
|
- Add patch to fix FTBFS on ARM
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun May 06 2012 Dan Horák <dan[at]danny.cz> - 1.4.1-1
|
||||||
|
- update to 1.4.1
|
||||||
|
|
||||||
|
* Wed Mar 07 2012 Dan Horák <dan[at]danny.cz> - 1.4.0-5
|
||||||
|
- fix crash at export as image (rhbz#800765)
|
||||||
|
|
||||||
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-4
|
||||||
|
- Rebuilt for c++ ABI breakage
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 03 2012 Dan Horák <dan[at]danny.cz> - 1.4.0-2
|
||||||
|
- the swatches/profiles patches were submitted to upstream bugtracker
|
||||||
|
|
||||||
|
* Mon Jan 02 2012 Dan Horák <dan[at]danny.cz> - 1.4.0-1.1
|
||||||
|
- install profiles and swatches to datadir
|
||||||
|
- use versioned docdir
|
||||||
|
|
||||||
|
* Mon Jan 02 2012 Dan Horák <dan[at]danny.cz> - 1.4.0-1
|
||||||
|
- update to 1.4.0
|
||||||
|
|
||||||
|
* Fri Jun 24 2011 Dan Horák <dan@danny.cz> - 1.3.9-6
|
||||||
|
- fix build with cups 1.5 (#716107)
|
||||||
|
|
||||||
|
* Wed May 04 2011 Dan Horák <dan@danny.cz> - 1.3.9-5
|
||||||
|
- rebuilt against podofo 0.9.1
|
||||||
|
|
||||||
|
* Thu Apr 14 2011 Dan Horák <dan@danny.cz> - 1.3.9-4
|
||||||
|
- rebuilt against podofo 0.9.0
|
||||||
|
|
||||||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 20 2010 Dan Horák <dan[AT]danny.cz> - 1.3.9-2
|
||||||
|
- run update-desktop-database in scriptlets too (#664318)
|
||||||
|
|
||||||
|
* Tue Nov 30 2010 Dan Horák <dan[AT]danny.cz> - 1.3.9-1
|
||||||
|
- update to 1.3.9
|
||||||
|
- filter unwanted Provides
|
||||||
|
|
||||||
|
* Wed Nov 03 2010 Dan Horák <dan@danny.cz> - 1.3.8-3
|
||||||
|
- rebuilt against podofo 0.8.4
|
||||||
|
|
||||||
|
* Fri Oct 22 2010 Dan Horák <dan@danny.cz> - 1.3.8-2
|
||||||
|
- rebuilt against podofo 0.8.3
|
||||||
|
|
||||||
|
* Mon Aug 16 2010 Dan Horák <dan[AT]danny.cz> - 1.3.8-1
|
||||||
|
- update to 1.3.8
|
||||||
|
|
||||||
|
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.7-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||||
|
|
||||||
|
* Tue Jun 15 2010 Dan Horák <dan[AT]danny.cz> - 1.3.7-4
|
||||||
|
- fix crash when selecting frame (#604124)
|
||||||
|
|
||||||
|
* Tue Jun 15 2010 Dan Horák <dan[AT]danny.cz> - 1.3.7-3
|
||||||
|
- show icons in shapes menu (#603921)
|
||||||
|
|
||||||
|
* Tue Jun 08 2010 Dan Horák <dan[AT]danny.cz> - 1.3.7-2
|
||||||
|
- rebuilt with podofo 0.8.1
|
||||||
|
|
||||||
|
* Tue Jun 1 2010 Dan Horák <dan[AT]danny.cz> - 1.3.7-1
|
||||||
|
- update to final 1.3.7
|
||||||
|
|
||||||
|
* Thu Apr 29 2010 Dan Horák <dan[AT]danny.cz> - 1.3.6-4
|
||||||
|
- fix build with podofo 0.8.0
|
||||||
|
|
||||||
|
* Thu Apr 29 2010 Dan Horák <dan[AT]danny.cz> - 1.3.6-3
|
||||||
|
- rebuilt for podofo 0.8.0
|
||||||
|
|
||||||
|
* Wed Mar 31 2010 Dan Horák <dan[AT]danny.cz> - 1.3.6-2
|
||||||
|
- added 2 patches for rawhide
|
||||||
|
|
||||||
|
* Mon Mar 29 2010 Dan Horák <dan[AT]danny.cz> - 1.3.6-1
|
||||||
|
- update to final 1.3.6
|
||||||
|
|
||||||
|
* Wed Nov 25 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5.1-5
|
||||||
|
- fixed a crash when closing a hyphenator object (#537677)
|
||||||
|
|
||||||
|
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 1.3.5.1-4
|
||||||
|
- rebuilt with new openssl
|
||||||
|
|
||||||
|
* Tue Aug 25 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5.1-3
|
||||||
|
- drop shebang line from python scripts
|
||||||
|
- don't package precompiled python scripts
|
||||||
|
|
||||||
|
* Thu Aug 20 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5.1-1
|
||||||
|
- update to final 1.3.5.1
|
||||||
|
- drop the upstreamed "install-headers" patch
|
||||||
|
- always install doc subpackage (#446148)
|
||||||
|
- full changelog: http://www.scribus.net/?q=node/193
|
||||||
|
|
||||||
|
* Wed Jul 29 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.17.rc3
|
||||||
|
- don't use parallel build on s390x
|
||||||
|
|
||||||
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-0.16.rc3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 21 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.15.rc3
|
||||||
|
- update to 1.3.5-rc3
|
||||||
|
- use system hyphen library (#506074)
|
||||||
|
- fix update path for the doc subpackage (#512498)
|
||||||
|
- preserve directories when installing headers (#511800)
|
||||||
|
|
||||||
|
* Thu Jun 4 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.14.rc2
|
||||||
|
- update to 1.3.5-rc2
|
||||||
|
|
||||||
|
* Mon May 18 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.13.beta
|
||||||
|
- rebuilt with podofo enabled
|
||||||
|
|
||||||
|
* Wed Apr 22 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.12.beta
|
||||||
|
- update to 1.3.5.beta
|
||||||
|
- make docs subpackage noarch
|
||||||
|
- drop outdated Obsoletes/Provides
|
||||||
|
|
||||||
|
* Sun Mar 29 2009 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.11.20090329svn13359
|
||||||
|
- update to revision 13359
|
||||||
|
- add aspell-devel and boost-devel as BR
|
||||||
|
- update release tag to conform to the pre-release versioning guideline
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-0.10.12516svn
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 1.3.4-0.9.12516svn
|
||||||
|
- rebuild with new openssl
|
||||||
|
|
||||||
|
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.3.5-0.8.12516svn
|
||||||
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
* Tue Dec 2 2008 Dan Horák <dan[AT]danny.cz> - 1.3.5-0.7.12516svn
|
||||||
|
- fix directory ownership in doc subpackage (#474041)
|
||||||
|
|
||||||
|
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.3.5-0.6.12516svn
|
||||||
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
* Mon Oct 13 2008 Dan Horák <dan[AT]danny.cz> 1.3.5-0.5.12516svn
|
||||||
|
- install global desktop file instead of KDE-only one (#461124)
|
||||||
|
- little cleanup
|
||||||
|
|
||||||
|
* Fri Sep 05 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||||
|
- 1.3.5-0.4.12516svn
|
||||||
|
- new svn snapshot
|
||||||
|
|
||||||
|
* Sun Jul 27 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||||
|
- 1.3.5-0.3.12419svn
|
||||||
|
- new svn snapshot
|
||||||
|
|
||||||
|
* Mon Jul 21 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||||
|
- 1.3.5-0.2.12404svn
|
||||||
|
- svn snapshot
|
||||||
|
|
||||||
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.4-5
|
||||||
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
* Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 1.3.4-4
|
||||||
|
- Rebuilt for gcc43
|
||||||
|
|
||||||
* Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
* Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||||
- 1.3.4-3
|
- 1.3.4-3
|
||||||
- fix inclusion of python scripts as proposed by Todd Zullinger (#312091)
|
- fix inclusion of python scripts as proposed by Todd Zullinger (#312091)
|
||||||
|
15
scribus.xml
15
scribus.xml
@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
||||||
<mime-type type="application/x-scribus">
|
|
||||||
<comment xml:lang="en">Scribus Document</comment>
|
|
||||||
<comment xml:lang="pl">Dokument Scribusa</comment>
|
|
||||||
<comment xml:lang="de">Scribus Dokument</comment>
|
|
||||||
<comment xml:lang="cy">Dogfen Scribus</comment>
|
|
||||||
<comment xml:lang="nb">Scribus-dokument</comment>
|
|
||||||
<comment xml:lang="nn">Scribus-dokument</comment>
|
|
||||||
<glob pattern="*.sla" />
|
|
||||||
<glob pattern="*.sla.gz" />
|
|
||||||
<glob pattern="*.scd" />
|
|
||||||
<glob pattern="*.scd.gz" />
|
|
||||||
</mime-type>
|
|
||||||
</mime-info>
|
|
Loading…
Reference in New Issue
Block a user