update dde-clipboard package

This commit is contained in:
hanshuang 2023-10-10 13:22:19 +08:00
parent 216f8d4f25
commit 56c99661bf
4 changed files with 33 additions and 15 deletions

BIN
dde-clipboard-5.3.27.tar.gz Normal file

Binary file not shown.

View File

@ -1,3 +1,6 @@
# Run tests in check section
# disable for bootstrapping
%bcond_with check %bcond_with check
%global with_debug 1 %global with_debug 1
@ -6,20 +9,40 @@
%endif %endif
Name: dde-clipboard Name: dde-clipboard
Version: 5.0.0.3 Version: 5.3.27
Release: 3 Release: 1%{?dist}.01
Summary: Qt platform theme integration plugins for DDE Summary: Qt platform theme integration plugins for DDE
License: GPLv3+ License: GPLv3+
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/ URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
Source0: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz Source0: %{name}-%{version}.tar.gz
BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist BuildRequires: qt5-linguist
BuildRequires: dtkcore-devel
BuildRequires: dtkwidget-devel BuildRequires: dtkwidget-devel
BuildRequires: dtkwidget BuildRequires: dtkwidget
BuildRequires: libgio-qt BuildRequires: libgio-qt
BuildRequires: libgio-qt-devel BuildRequires: libgio-qt-devel
BuildRequires: pkgconfig(dframeworkdbus)
BuildRequires: pkgconfig(gsettings-qt)
BuildRequires: pkgconfig(gio-qt)
BuildRequires: clang
BuildRequires: cmake
BuildRequires: dtkcommon-devel
BuildRequires: dtkcore-devel
BuildRequires: dtkgui-devel
BuildRequires: dtkwidget-devel
BuildRequires: deepin-desktop-base
BuildRequires: qt5-qttools-devel
BuildRequires: dde-network-utils-devel
BuildRequires: kf5-networkmanager-qt-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: libXrandr-devel
BuildRequires: mtdev-devel
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
BuildRequires: mesa-libEGL-devel
BuildRequires: xcb-util-wm-devel
BuildRequires: gtest-devel
%description %description
Qt platform theme integration plugins for DDE Qt platform theme integration plugins for DDE
@ -27,10 +50,10 @@ Qt platform theme integration plugins for DDE
%prep %prep
%autosetup %autosetup -p1
%build %build
export PATH=$PATH:/usr/lib64/qt5/bin export PATH=$PATH:%{_libdir}/qt5/bin
mkdir build && cd build mkdir build && cd build
%{_libdir}/qt5/bin/qmake .. %{_libdir}/qt5/bin/qmake ..
%{__make} %{__make}
@ -41,18 +64,13 @@ pushd %{_builddir}/%{name}-%{version}/build
popd popd
%files %files
/etc/xdg/autostart/dde-clipboard.desktop %{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/%{name}loader %{_bindir}/%{name}loader
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service %{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
%{_datadir}/%{name}/translations/ %{_datadir}/%{name}/translations/
%{_datadir}/applications/dde-clipboard.desktop
%changelog %changelog
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3 * Tue Jun 14 2022 uoser <uoser@uniontech.com> - 5.3.27-1.01
- fix source url in spec - update: update to 5.3.27-1.01
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.0.0.3-2
- fix compile fail
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0.0.3-1
- Package init

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB