package init
This commit is contained in:
parent
b98960d0a3
commit
16190e3b0d
54
dde-clipboard.spec
Normal file
54
dde-clipboard.spec
Normal file
@ -0,0 +1,54 @@
|
||||
# Run tests in check section
|
||||
# disable for bootstrapping
|
||||
|
||||
%bcond_with check
|
||||
|
||||
%global with_debug 1
|
||||
%if 0%{?with_debug}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
Name: dde-clipboard
|
||||
Version: 5.0.0.3
|
||||
Release: 1
|
||||
Summary: Qt platform theme integration plugins for DDE
|
||||
License: GPLv3+
|
||||
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
|
||||
Source0: %{name}_%{version}.orig.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: dtkwidget-devel
|
||||
BuildRequires: dtkwidget
|
||||
BuildRequires: libgio-qt
|
||||
BuildRequires: libgio-qt-devel
|
||||
|
||||
%description
|
||||
Qt platform theme integration plugins for DDE
|
||||
Multiple Qt plugins to provide better Qt5 integration for DDE is included.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
export PATH=$PATH:/usr/lib64/qt5/bin
|
||||
mkdir build && cd build
|
||||
%{_libdir}/qt5/bin/qmake ..
|
||||
%{__make}
|
||||
|
||||
%install
|
||||
pushd %{_builddir}/%{name}-%{version}/build
|
||||
%make_install INSTALL_ROOT=%{buildroot}
|
||||
popd
|
||||
|
||||
%files
|
||||
/etc/xdg/autostart/dde-clipboard.desktop
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}loader
|
||||
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
|
||||
%{_datadir}/%{name}/translations/
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2020 uoser <uoser@uniontech.com> - 5.0.0.3
|
||||
- Update to 5.0.0.3
|
||||
BIN
dde-clipboard_5.0.0.3.orig.tar.xz
Executable file
BIN
dde-clipboard_5.0.0.3.orig.tar.xz
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user