mirror of
https://abf.rosa.ru/djam/qsyncthingtray.git
synced 2025-02-23 17:42:48 +00:00
Imported from SRPM
This commit is contained in:
commit
264d372d1b
2 changed files with 43 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
QSyncthingTray-0.5.7.tar.gz: 306eeedc99143ddd59f03ce4e9b2cc25248a54d4
|
41
qsyncthingtray.spec
Normal file
41
qsyncthingtray.spec
Normal file
|
@ -0,0 +1,41 @@
|
|||
%define pkname QSyncthingTray
|
||||
|
||||
|
||||
Name: qsyncthingtray
|
||||
Version: 0.5.7
|
||||
Release: 1
|
||||
Summary: A traybar Application for Syncthing
|
||||
License: LGPLv3
|
||||
URL: https://github.com/sieren/QSyncthingTray
|
||||
Source: %{pkname}-%{version}.tar.gz
|
||||
Group: Development/Other
|
||||
BuildRequires: qmake5
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5WebEngineCore)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5WebChannel)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
|
||||
%description
|
||||
A Traybar Application for Syncthing written in C++
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkname}-%{version}
|
||||
|
||||
%build
|
||||
%qmake_qt5
|
||||
%make
|
||||
|
||||
%install
|
||||
%makeinstall_std
|
||||
install -d %{buildroot}%{_bindir}
|
||||
install -m 755 -p %{pkname} %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE.txt
|
||||
%{_bindir}/%{name}
|
Loading…
Add table
Reference in a new issue