1
Fork 0
copr/procreate-kde.spec

48 lines
1.1 KiB
RPMSpec
Raw Normal View History

Name: procreate-kde
Version: 0.1.0
2025-03-02 09:54:03 -05:00
Release: 1
License: GPLv3
Summary: These are plugins for the KDE Plasma Desktop, allowing you to view Procreate files.
Url: https://invent.kde.org/redstrate/procreate-kde
Source0: https://invent.kde.org/redstrate/procreate-kde/-/archive/master/procreate-kde-master.tar.gz
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6I18n)
2025-03-01 18:43:49 -05:00
BuildRequires: cmake(KF6KIO)
BuildRequires: cmake(KF6Archive)
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6DBus)
%description
These are plugins for the KDE Plasma Desktop, allowing you to view Procreate files.
%prep
%autosetup -c -p1
%build
cd procreate-kde-master
%cmake_kf6
%cmake_build
%install
cd procreate-kde-master
%cmake_install
%files
%doc procreate-kde-master/README.md
2025-03-01 18:47:59 -05:00
%{_kf6_qtplugindir}/imageformats/procreateplugin.so
%{_kf6_qtplugindir}/kf6/thumbcreator/procreatethumbnail.so
2025-03-02 09:54:03 -05:00
%{_kf6_datadir}/mime/packages/x-procreate.xml
%changelog
%autochangelog