78 lines
2.6 KiB
RPMSpec
78 lines
2.6 KiB
RPMSpec
Name: SymbolEditor
|
|
Version: 2.1.0
|
|
Release: 1mamba
|
|
Summary: A program to be used to create symbols for use with KXStitch
|
|
Group: Graphical Desktop/Applications/Graphics
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/kxstitch/
|
|
Source: https://kde.mirror.garr.it/kde/ftp/stable/symboleditor/%{version}/symboleditor-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkbookmarks-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkcompletion-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkio-devel
|
|
BuildRequires: libkitemviews-devel
|
|
BuildRequires: libkjobwidgets-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkwindowsystem-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libsolid-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
|
|
%description
|
|
SymbolEditor is to be used to create symbols for use with KXStitch. Currently KXStitch uses standard text fonts for symbols used in patterns, however issues with different languages, the limited number of characters available and the general suitability of the characters for their purpose has driven the need to create a specific symbol library for KXStitch.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n symboleditor-%{version}
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/SymbolEditor
|
|
%{_datadir}/applications/org.kde.SymbolEditor.desktop
|
|
%{_datadir}/config.kcfg/SymbolEditor.kcfg
|
|
%{_datadir}/icons/hicolor/22x22/actions/symboleditor*.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/symboleditor.svgz
|
|
%{_datadir}/kxmlgui5/SymbolEditor/SymbolEditorui.rc
|
|
%{_datadir}/metainfo/org.kde.SymbolEditor.appdata.xml
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
|
- update to 2.1.0
|
|
|
|
* Tue May 01 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.0-1mamba
|
|
- update to 1.1.0
|
|
|
|
* Wed Apr 25 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.0-1mamba
|
|
- package created by autospec
|