File qt-jdenticon.spec of Package qt-jdenticon
#
# spec file for package qt-jdenticon
#
# Copyright (c) 2024 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/
#
Name: qt-jdenticon
Version: 0.3.1
Release: 0
Summary: Qt6 / C++14 Port of Jdenticon (https://github.com/dmester/jdenticon)
License: MIT
Group: Development/Libraries/C and C++
URL: https://nheko.im/nheko-reborn/%{name}
Source0: %{name}-v%{version}.tar.gz
BuildRequires: qt6-core-devel
BuildRequires: qt6-gui-devel
%description
A Qt implementation of jdenticon.
%prep
%autosetup -p1 -n %{name}-v%{version}
%build
%qmake6
%make_build
%install
%qmake6_install
%files
%doc README.md
%license LICENSE
%_libdir/qt6/plugins/libqtjdenticon.so
%changelog