Update to 6.5.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-quickeffectmaker?expand=0&rev=1
This commit is contained in:
commit
0823fddac7
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
_multibuild
Normal file
4
_multibuild
Normal file
@ -0,0 +1,4 @@
|
||||
<multibuild>
|
||||
<flavor>docs</flavor>
|
||||
</multibuild>
|
||||
|
3
org.qt.quickeffectmaker.png
Normal file
3
org.qt.quickeffectmaker.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3883fcdfbc4dd17676a09c46df560015b6d1813cb943b824cb9d4bc8416807e
|
||||
size 3467
|
7
org.qt.quickeffectmaker6.desktop
Normal file
7
org.qt.quickeffectmaker6.desktop
Normal file
@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Categories=Qt;Development;
|
||||
Exec=qqem6
|
||||
Name=Qt Quick Effect Maker
|
||||
GenericName=Qt Quick Effect Maker
|
||||
Type=Application
|
||||
Icon=qqem6
|
10
qt6-quickeffectmaker.changes
Normal file
10
qt6-quickeffectmaker.changes
Normal file
@ -0,0 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 10:30:26 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- - Update to 6.5.0
|
||||
* https://www.qt.io/blog/qt-6.5-lts-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 12:53:19 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Init qt6-quickeffectmaker
|
98
qt6-quickeffectmaker.spec
Normal file
98
qt6-quickeffectmaker.spec
Normal file
@ -0,0 +1,98 @@
|
||||
#
|
||||
# spec file for package qt6-quickeffectmaker
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.5.0
|
||||
%define short_version 6.5
|
||||
%define tar_name qtquickeffectmaker-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
%global qt6_flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
%define pkg_suffix -docs
|
||||
%endif
|
||||
#
|
||||
Name: qt6-quickeffectmaker%{?pkg_suffix}
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Tool for creating shader effects for Qt Quick
|
||||
License: GPL-3.0-only
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source1: org.qt.quickeffectmaker6.desktop
|
||||
Source2: org.qt.quickeffectmaker.png
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: qt6-gui-private-devel
|
||||
BuildRequires: qt6-quick-private-devel
|
||||
BuildRequires: qt6-shadertools-private-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Quick3DGlslParserPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6ShaderTools) = %{real_version}
|
||||
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
BuildRequires: qt6-tools
|
||||
%{qt6_doc_packages}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Qt Quick Effect Maker is a hybrid editor for creating shader effects for Qt
|
||||
Quick applications and offers both a node editor and a code editor.
|
||||
|
||||
%if !%{qt6_docs_flavor}
|
||||
|
||||
%{qt6_examples_package}
|
||||
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||
|
||||
%build
|
||||
%cmake_qt6
|
||||
|
||||
%{qt6_build}
|
||||
|
||||
%install
|
||||
%{qt6_install}
|
||||
|
||||
%if !%{qt6_docs_flavor}
|
||||
|
||||
%{qt6_link_executables}
|
||||
|
||||
# Desktop file
|
||||
%suse_update_desktop_file -i org.qt.quickeffectmaker6
|
||||
install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/org.qt.quickeffectmaker.png
|
||||
|
||||
# CMake files are not useful
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6QQEffectMakerTools
|
||||
|
||||
%files
|
||||
%license LICENSES/* tools/qqem/qml/fonts/SourceCodePro.txt
|
||||
%{_bindir}/qqem6
|
||||
%{_datadir}/applications/org.qt.quickeffectmaker6.desktop
|
||||
%{_datadir}/icons/hicolor/128x128/apps/org.qt.quickeffectmaker.png
|
||||
%{_qt6_bindir}/qqem
|
||||
%{_qt6_qmldir}/QtQuickEffectMaker/
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
3
qtquickeffectmaker-everywhere-src-6.5.0.tar.xz
Normal file
3
qtquickeffectmaker-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b32c672cad0f7890f56a59486bd79cf8fa4ad208fb0f7c25e14e0aa2fb29cd7
|
||||
size 4192548
|
Loading…
Reference in New Issue
Block a user