10 Star 0 Fork 3

src-anolis-dde/dde-calendar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dde-calendar.spec 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
yangxianzhao 提交于 2024-01-12 15:21 . rebuild for qt5-qtbase
%define anolis_release .0.2
Name: dde-calendar
Version: 5.9.14
Release: 2%{anolis_release}%{?dist}
Summary: Calendar is a smart daily planner to schedule all things in life
License: GPLv3
URL: https://github.com/linuxdeepin/dde-calendar
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-fix-uos-DDE.patch
Patch1: 0002-fix-uos-DDE.patch
BuildRequires: cmake
BuildRequires: qt5-devel
BuildRequires: dtkgui-devel
BuildRequires: dtkwidget-devel
BuildRequires: pkgconfig(dframeworkdbus)
BuildRequires: gtest-devel
BuildRequires: dtkcommon-devel
BuildRequires: libical-devel
%description
%{summary}.
%prep
%autosetup -p1
%build
export PATH=%{_qt5_bindir}:$PATH
sed -i "s|^cmake_minimum_required.*|cmake_minimum_required(VERSION 3.0)|" $(find . -name "CMakeLists.txt")
mkdir build && pushd build
%cmake -DCMAKE_BUILD_TYPE=Release ../ -DAPP_VERSION=%{version} -DVERSION=%{version} -DCMAKE_SCHEDULE_PLUGIN_OFF="OFF"
%make_build
popd
%install
%make_install -C build INSTALL_ROOT="%buildroot"
%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/translations/*.qm
%{_datadir}/deepin-manual/manual-assets/application/dde-calendar/calendar/*
%{_datadir}/dbus-1/services/*.service
/etc/xdg/autostart/dde-calendar-service.desktop
%{_datadir}/dde-calendar/data/*
/usr/lib/deepin-daemon/dde-calendar-service
%{_prefix}/lib/deepin-aiassistant/serivce-plugins/libuosschedulex-plugin.so
%{_prefix}/lib/systemd/user/
%changelog
* Fri Jan 12 2024 yangxianzhao <[email protected]> - 5.9.14-2.0.2
- rebuild for qt5-qtbase
* Wed Sep 20 2023 yangxianzhao <[email protected]> - 5.9.14-2.0.1
- rebuild for qt5-qtbase-5.15.3
* Mon Mar 06 2023 liweiganga <[email protected]> - 5.9.14-2
- feat: fix bug(bugid:187697)
* Wed Jan 11 2023 liweiganga <[email protected]> - 5.9.14-1
- update: update to 5.9.14
* Tue Jun 14 2022 uoser <[email protected]> - 5.8.20.1-1.01
- update: update to 5.8.20.1-1.01
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-anolis-dde/dde-calendar.git
[email protected]:src-anolis-dde/dde-calendar.git
src-anolis-dde
dde-calendar
dde-calendar
a8

搜索帮助