1.2
This commit is contained in:
parent
e82135756e
commit
d49906b3a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ inkscape.tar.bz2
|
|||||||
/inkscape-1.1.tar.xz
|
/inkscape-1.1.tar.xz
|
||||||
/inkscape-1.1.1.tar.xz
|
/inkscape-1.1.1.tar.xz
|
||||||
/inkscape-1.1.2.tar.xz
|
/inkscape-1.1.2.tar.xz
|
||||||
|
/inkscape-1.2_2022-05-15_dc2aedaf03.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: inkscape
|
Name: inkscape
|
||||||
Version: 1.1.2
|
Version: 1.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vector-based drawing program using SVG
|
Summary: Vector-based drawing program using SVG
|
||||||
|
|
||||||
# Inkscape tags their releases with underscores and in ALLCAPS
|
# Inkscape tags their releases with underscores and in ALLCAPS
|
||||||
@ -10,7 +10,7 @@ Summary: Vector-based drawing program using SVG
|
|||||||
|
|
||||||
License: GPLv2+ and CC-BY
|
License: GPLv2+ and CC-BY
|
||||||
URL: https://inkscape.org/
|
URL: https://inkscape.org/
|
||||||
Source0: https://inkscape.org/gallery/item/31668/inkscape-1.1.2.tar.xz
|
Source0: https://inkscape.org/gallery/item/33449/inkscape-1.2_2022-05-15_dc2aedaf03.tar.xz
|
||||||
|
|
||||||
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
||||||
Source2: Fedora-Color-Palette.gpl
|
Source2: Fedora-Color-Palette.gpl
|
||||||
@ -113,7 +113,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n inkscape-1.1.2_2022-02-04_0a00cf5339 -p1
|
%autosetup -n inkscape-1.2_2022-05-15_dc2aedaf03 -p1
|
||||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
||||||
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/sk2svg.sh
|
|||||||
# Don't install development files for bundled libraries
|
# Don't install development files for bundled libraries
|
||||||
rm -r $RPM_BUILD_ROOT%{_includedir}/2geom-1.1.0/
|
rm -r $RPM_BUILD_ROOT%{_includedir}/2geom-1.1.0/
|
||||||
rm -r $RPM_BUILD_ROOT%{_libdir}/cmake/2Geom
|
rm -r $RPM_BUILD_ROOT%{_libdir}/cmake/2Geom
|
||||||
rm $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig/2geom.pc
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/2geom.pc
|
||||||
|
|
||||||
# Install Fedora Color Pallette
|
# Install Fedora Color Pallette
|
||||||
install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/inkscape/palettes/
|
install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/inkscape/palettes/
|
||||||
@ -212,6 +212,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.2-1
|
||||||
|
- 1.2
|
||||||
|
|
||||||
* Wed May 11 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.1.2-3
|
* Wed May 11 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.1.2-3
|
||||||
- ImageMagick build.
|
- ImageMagick build.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (inkscape-1.1.2.tar.xz) = 55884f34e6fcc604027e7ea60f67702a658d3838332c1f3b56ec2cb05ab44992df0651ed741d6e7e807848366b24ee7415d0908ed1143b0bfb33ddbf26ae5c16
|
SHA512 (inkscape-1.2_2022-05-15_dc2aedaf03.tar.xz) = d4be4ef80638ed5a0fae655c3ea696a2171130110e220beb510e4b51dba95854ad065293bb07683c93a1c550764a1947621389da1199c43997f76b62b69e3812
|
||||||
|
Loading…
Reference in New Issue
Block a user