!33 update package

From: @hanshuang123456 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
This commit is contained in:
openeuler-ci-bot 2023-10-25 01:29:35 +00:00 committed by Gitee
commit 61f77fda61
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
%global with_debug 1
@ -6,20 +9,40 @@
%endif
Name: dde-clipboard
Version: 5.0.0.3
Release: 3
Version: 5.3.27
Release: 1%{?dist}.01
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: 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-linguist
BuildRequires: dtkcore-devel
BuildRequires: dtkwidget-devel
BuildRequires: dtkwidget
BuildRequires: libgio-qt
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
Qt platform theme integration plugins for DDE
@ -27,10 +50,10 @@ Qt platform theme integration plugins for DDE
%prep
%autosetup
%autosetup -p1
%build
export PATH=$PATH:/usr/lib64/qt5/bin
export PATH=$PATH:%{_libdir}/qt5/bin
mkdir build && cd build
%{_libdir}/qt5/bin/qmake ..
%{__make}
@ -41,18 +64,13 @@ pushd %{_builddir}/%{name}-%{version}/build
popd
%files
/etc/xdg/autostart/dde-clipboard.desktop
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}loader
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
%{_datadir}/%{name}/translations/
%{_datadir}/applications/dde-clipboard.desktop
%changelog
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
- fix source url in spec
* 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
* Tue Jun 14 2022 uoser <uoser@uniontech.com> - 5.3.27-1.01
- update: update to 5.3.27-1.01

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB