Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d2f7484a7 | ||
|
|
93485b3a3a | ||
|
|
aeec3d0a6f | ||
|
|
03cc2fe8fb |
||
|
|
98761ffb98 | ||
|
|
036ffb06a3 | ||
|
|
608f229a05 |
||
|
|
3dbde63b67 |
||
|
|
d6820882cd | ||
|
|
2486ecf789 | ||
|
|
fba83ddf22 |
4 changed files with 18 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@ xaos-3.5.tar.gz
|
|||
/XaoS-release-4.2.1.tar.gz
|
||||
/XaoS-release-4.3.1.tar.gz
|
||||
/XaoS-release-4.3.2.tar.gz
|
||||
/XaoS-release-4.3.3.tar.gz
|
||||
/XaoS-release-4.3.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.88.0.post1.dev4+gc070191b.
|
||||
The file was generated using packit 1.8.0.post1.dev8+gd9516300.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (XaoS-release-4.3.2.tar.gz) = a5f52840775429723c18fcf196fd21b42f660018bc858bf24bb2c2dfef1e2244b0250e8e32621cbeb43c4db2fe920c1374e353f143db5037e58188035614a0a3
|
||||
SHA512 (XaoS-release-4.3.4.tar.gz) = fddec7a6373e2e7f62989bc32493a47e580bc78352eedb1e3ded02d359d676c6fa3931ffa21a3741f36ddc7d1803997c75df42c813ee1cd9cd38335f6038bbfa
|
||||
|
|
|
|||
26
xaos.spec
26
xaos.spec
|
|
@ -1,20 +1,22 @@
|
|||
# Use forge macros for pulling from GitHub
|
||||
%global forgeurl https://github.com/xaos-project/XaoS
|
||||
|
||||
%global alt_name XaoS
|
||||
|
||||
Name: xaos
|
||||
Version: 4.3.2
|
||||
Version: 4.3.4
|
||||
Release: %autorelease
|
||||
Summary: A fast, portable real-time interactive fractal zoomer
|
||||
|
||||
%global forgeurl https://github.com/xaos-project/XaoS
|
||||
%global tag release-%{version}
|
||||
%forgemeta
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
URL: %forgeurl
|
||||
Source: %forgesource
|
||||
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-rpm-macros qt6-linguist
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: cmake(qt6)
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libatomic
|
||||
BuildRequires: qt6-linguist
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -41,9 +43,9 @@ on-the-fly plane switching.
|
|||
# Binary
|
||||
install -D --mode 0755 --target-directory %{buildroot}%{_bindir} bin/%{name}
|
||||
|
||||
# Data; Datapath forced to %%{alt_name} (not configurable)
|
||||
install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/%{alt_name}/catalogs catalogs/*.cat
|
||||
cp --archive examples tutorial %{buildroot}%{_datadir}/%{alt_name}
|
||||
# Data; Datapath forced to XaoS (not configurable)
|
||||
install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/XaoS/catalogs catalogs/*.cat
|
||||
cp --archive examples tutorial %{buildroot}%{_datadir}/XaoS
|
||||
|
||||
# Icon, .desktop, AppData
|
||||
install -D --mode 0644 --target-directory %{buildroot}%{_datadir}/metainfo xdg/%{name}.appdata.xml
|
||||
|
|
@ -57,7 +59,7 @@ install -D --mode 0644 --target-directory %{buildroot}%{_mandir}/man6 doc/%{name
|
|||
%doc CREDITS.md NEWS doc/README
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{alt_name}
|
||||
%{_datadir}/XaoS
|
||||
%{_datadir}/applications/io.github.xaos_project.XaoS.desktop
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue