mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
scribus, bump version to 1.6.5 (#13617)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
From e2462a46a5e48734b1cc062a2b87abce19b74ac0 Mon Sep 17 00:00:00 2001
|
||||
From 436c821c08d66e3555bdb511191c0599c9066e33 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Mon, 16 Nov 2020 21:51:24 +1000
|
||||
Subject: Fix build
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index bdd66a3..1632620 100644
|
||||
index 4ced17e..9b5051d 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -443,7 +443,7 @@ include(CMakeLists_Dependencies.cmake)
|
||||
@@ -18,7 +18,7 @@ index bdd66a3..1632620 100644
|
||||
CHECK_INCLUDE_FILE("dlfcn.h" HAVE_DLFCN_H)
|
||||
if(HAVE_DLFCN_H)
|
||||
diff --git a/scribus/scpaths.cpp b/scribus/scpaths.cpp
|
||||
index c0fe919..47a3003 100644
|
||||
index 65a1e3d..08c254d 100644
|
||||
--- a/scribus/scpaths.cpp
|
||||
+++ b/scribus/scpaths.cpp
|
||||
@@ -347,6 +347,15 @@ QStringList ScPaths::spellDirs() const
|
||||
@@ -103,20 +103,20 @@ index 3c5b241..780c590 100644
|
||||
char **messages = ( char ** ) nullptr;
|
||||
int i, trace_size = 0;
|
||||
--
|
||||
2.48.1
|
||||
2.52.0
|
||||
|
||||
|
||||
From daaced09b34e4c6af6d7ddc54f4feacb18e20629 Mon Sep 17 00:00:00 2001
|
||||
From a56b34c28775fef07379b1c291acf78414834eae Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Fri, 8 Jan 2021 22:00:46 +1000
|
||||
Subject: Fix for app font
|
||||
|
||||
|
||||
diff --git a/scribus/scribus.cpp b/scribus/scribus.cpp
|
||||
index d0f818c..369b778 100644
|
||||
index 4980b68..41e66a6 100644
|
||||
--- a/scribus/scribus.cpp
|
||||
+++ b/scribus/scribus.cpp
|
||||
@@ -6480,12 +6480,14 @@ void ScribusMainWindow::slotPrefsOrg()
|
||||
@@ -6490,12 +6490,14 @@ void ScribusMainWindow::slotPrefsOrg()
|
||||
ScQApp->changeIconSet(newIconSet);
|
||||
|
||||
int newUIFontSize = m_prefsManager.guiFontSize();
|
||||
@@ -132,7 +132,7 @@ index d0f818c..369b778 100644
|
||||
if (m_prefsManager.appPrefs.uiPrefs.useTabs)
|
||||
{
|
||||
diff --git a/scribus/scribuscore.cpp b/scribus/scribuscore.cpp
|
||||
index 231e32c..550d3e9 100644
|
||||
index e5bea11..5b6b106 100644
|
||||
--- a/scribus/scribuscore.cpp
|
||||
+++ b/scribus/scribuscore.cpp
|
||||
@@ -186,9 +186,11 @@ int ScribusCore::initScribusCore(bool showSplash, bool showFontInfo, bool showPr
|
||||
@@ -148,10 +148,10 @@ index 231e32c..550d3e9 100644
|
||||
LocaleManager::instance().setUserPreferredLocale(m_prefsManager.appPrefs.uiPrefs.userPreferredLocale);
|
||||
m_prefsManager.appPrefs.uiPrefs.showSplashOnStartup = showSplash;
|
||||
--
|
||||
2.48.1
|
||||
2.52.0
|
||||
|
||||
|
||||
From 678f20b7081f0ea2833ca43fe10d7468182ce80c Mon Sep 17 00:00:00 2001
|
||||
From 01cab00a3ee8e3ceea46e17b6f3123fca3554398 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Mon, 22 Nov 2021 20:40:09 +0100
|
||||
Subject: Prefer the shared libpython3
|
||||
@@ -170,10 +170,10 @@ index 8e609b1..1dcef14 100644
|
||||
if (Python3_Development_FOUND)
|
||||
message("Python 3.x Library Found OK (Version ${Python3_VERSION})")
|
||||
--
|
||||
2.48.1
|
||||
2.52.0
|
||||
|
||||
|
||||
From 0a47da88d20154d6a2ede9ebfa163d78318b12a5 Mon Sep 17 00:00:00 2001
|
||||
From 9d6e3dddf3c5060b77c045ce402ab905a9027f7e Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Fri, 25 Feb 2022 20:42:38 +0100
|
||||
Subject: fix uint32_t type for x86
|
||||
@@ -259,17 +259,17 @@ index a73ca7a..260d837 100644
|
||||
if (TIFFGetField(tif, TIFFTAG_ICCPROFILE, &EmbedLen, &EmbedBuffer))
|
||||
{
|
||||
--
|
||||
2.48.1
|
||||
2.52.0
|
||||
|
||||
|
||||
From 2a54e2547a0396f624d0c4d02d4b802bd65384d7 Mon Sep 17 00:00:00 2001
|
||||
From 3b6a4f53014f43dad0d8e31433dabc6f47cf681a Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
Date: Wed, 7 Feb 2024 14:39:53 +0100
|
||||
Subject: Silence deprecated warnings
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1632620..06ab25a 100644
|
||||
index 9b5051d..de87d3e 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -417,6 +417,9 @@ if(WIN32)
|
||||
@@ -283,10 +283,10 @@ index 1632620..06ab25a 100644
|
||||
#C++11 Support
|
||||
#as of 1.5.5.svn, require C++11
|
||||
--
|
||||
2.48.1
|
||||
2.52.0
|
||||
|
||||
|
||||
From 87a92341cd6c67cc363b35fbba2825535eb59761 Mon Sep 17 00:00:00 2001
|
||||
From ab9ac68a60bbb026d456c828f70c40af949bb19a Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Wed, 29 May 2024 18:48:34 +0200
|
||||
Subject: Haiku: don't set platform plugin
|
||||
@@ -306,5 +306,5 @@ index 626be05..4fa712b 100644
|
||||
#endif
|
||||
|
||||
--
|
||||
2.48.1
|
||||
2.52.0
|
||||
|
||||
@@ -9,9 +9,9 @@ versatile PDF creation."
|
||||
HOMEPAGE="https://www.scribus.net"
|
||||
COPYRIGHT="2014-2025 Scribus Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/scribus/files/scribus/$portVersion/scribus-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="533be7af03acfaa736ec5f7a3fc2562abd200fef5ca2a7cdee02b5f44d61829e"
|
||||
CHECKSUM_SHA256="09bdb736a8ff8a437191458a36d847cc0adeca0fc059cf696474e0ba6f59ac6a"
|
||||
PATCHES="scribus-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="scribus.rdef.in"
|
||||
|
||||
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
scribus$secondaryArchSuffix = $portVersion
|
||||
app:Scribus
|
||||
app:Scribus = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user