File x11-transparency-tools.spec of Package x11-transparency-tools
#
# spec file for package x11-transparency-tools
#
# Copyright (c) 2022 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: x11-transparency-tools
Version: 1.0.04+git18.b3d3df8
Release: 0
Summary: x11 window opacity tool
License: MIT
URL: https://github.com/dependon/X11-transparency-tools
Source: %{name}-%{version}.tar.xz
BuildRequires: libQt5Widgets-devel
BuildRequires: libqt5-qtbase-common-devel
BuildRequires: libqt5-qtx11extras-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb-ewmh)
%description
x11 window opacity tool using qt5
%prep
%autosetup
%build
mkdir build
cd build
%qmake5 ..
%make_build
%install
cd build
%make_install INSTALL_ROOT=%{buildroot}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name}.svg
%changelog