Accepting request 1236679 from KDE:Extra
- Update to 1.6.3. Check the ChangeLog file for the full list of changes. - Drop patch, merged upstream: * fix_build_with_poppler_24.12.0.patch OBS-URL: https://build.opensuse.org/request/show/1236679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=89
This commit is contained in:
commit
3b4f83bf48
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eff9b1f47e372e56bb369f1dbe18fe49101789b5e6bcfdb7890e0346b641383
|
||||
size 73129400
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRlWL6E0nJzpDihURmL6kgRiuvuZAUCZm2mxQAKCRCL6kgRiuvu
|
||||
ZArHAJ0Ru6M6nyTplBSK4zzmPb2q7eqHrACfYR3rpqPw7A2/Acw3CDJ/NL8St5U=
|
||||
=hugY
|
||||
-----END PGP SIGNATURE-----
|
3
scribus-1.6.3.tar.xz
Normal file
3
scribus-1.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae58ced410101e82655e3b4c20a070cf1767145ada233dcef7c20b8ba6bd487
|
||||
size 74909384
|
6
scribus-1.6.3.tar.xz.asc
Normal file
6
scribus-1.6.3.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRlWL6E0nJzpDihURmL6kgRiuvuZAUCZ37jXwAKCRCL6kgRiuvu
|
||||
ZNnVAKCrRLUuYGi15Hd/ZRjDdeJxrSHJWgCePzKCwgxgdY8khnmAVXSkZzjLZM8=
|
||||
=T/s5
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 18:00:48 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.6.3. Check the ChangeLog file for the full list of
|
||||
changes.
|
||||
- Drop patch, merged upstream:
|
||||
* fix_build_with_poppler_24.12.0.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 17:14:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
26
scribus.spec
26
scribus.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package scribus
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -19,13 +19,21 @@
|
||||
|
||||
%bcond_without podofo
|
||||
%bcond_without released
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%if 0%{?suse_version} > 1500
|
||||
%define pyver python3
|
||||
%else
|
||||
%define pyver python311
|
||||
%endif
|
||||
|
||||
Name: scribus
|
||||
Version: 1.6.2
|
||||
Version: 1.6.3
|
||||
Release: 0
|
||||
Summary: Page Layout and Desktop Publishing (DTP)
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://www.scribus.net/
|
||||
# https://sourceforge.net/projects/scribus/files/scribus/1.6.2/
|
||||
# https://sourceforge.net/projects/scribus/files/scribus/1.6.3/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.asc
|
||||
@ -33,8 +41,6 @@ Source2: scribus.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch0: 0001-Make-sure-information-displayed-on-the-about-window-.patch
|
||||
# PATCH-FIX-UPSTREAM poppler...
|
||||
Patch1: fix_build_with_poppler_24.12.0.patch
|
||||
BuildRequires: cmake >= 3.14.0
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: dos2unix
|
||||
@ -56,7 +62,7 @@ BuildRequires: libwpd-devel
|
||||
BuildRequires: libwpg-devel
|
||||
BuildRequires: libzmf-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: %{pyver}-devel
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
@ -82,8 +88,8 @@ BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(poppler) > 21.03.0
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: hicolor-icon-theme
|
||||
Recommends: python3-Pillow
|
||||
Recommends: python3-tk
|
||||
Recommends: %{pyver}-Pillow
|
||||
Recommends: %{pyver}-tk
|
||||
Recommends: scribus-doc
|
||||
# Not packaged anymore
|
||||
Provides: scribus-devel = %{version}
|
||||
@ -114,7 +120,11 @@ find . -type f \( -iname \*.py -o -iname \*.cpp -o -iname \*.h \) -exec dos2unix
|
||||
# Unused test file still using QQC1
|
||||
rm scribus/ui/qml/qtq_test1.qml
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
find . \( -name "*.py" -o -name "*.html" \) -exec sed -i 's#/usr/bin/env python.*#/usr/bin/python3#' {} \;
|
||||
%else
|
||||
find . \( -name "*.py" -o -name "*.html" \) -exec sed -i 's#/usr/bin/env python.*#/usr/bin/python3.11#' {} \;
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Don't use the %%cmake macro, it causes crashes when starting scribus
|
||||
|
Loading…
x
Reference in New Issue
Block a user