Compare commits
No commits in common. "4c5ec08db10015b43c2d1ef7cbd4f849afbfa40d" and "c8b121e352fbe44fd453b99e887e5cdf875650bc" have entirely different histories.
4c5ec08db1
...
c8b121e352
12
README.en.md
12
README.en.md
@ -1,20 +1,22 @@
|
|||||||
# dde-calendar
|
# dde-calendar
|
||||||
|
|
||||||
#### Description
|
#### Description
|
||||||
dde calendar:Calculator is a powerful desktop calculator that supports standard mode, Scientific mode and Programmer mode. Perfect support for keyboard input, in the keyboard input also support symbol fault tolerance and calculation result linkage.
|
dde calendar
|
||||||
|
|
||||||
#### Software Architecture
|
#### Software Architecture
|
||||||
Software architecture description
|
Software architecture description
|
||||||
|
|
||||||
#### Installation
|
#### Installation
|
||||||
|
|
||||||
1. dnf install dde-calendar
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
#### Instructions
|
#### Instructions
|
||||||
|
|
||||||
1. Select **standard ** to switch to the standard mode screen and perform basic addition, subtraction, multiplication and division operations.
|
1. xxxx
|
||||||
2. Select **science **, switch to the Science mode interface, and perform advanced operations such as functions, exponentials, and roots.
|
2. xxxx
|
||||||
3. Select **programmer **, switch to programmer mode interface, perform binary, octal, decimal, hexadecimal and other complex operations.
|
3. xxxx
|
||||||
|
|
||||||
#### Contribution
|
#### Contribution
|
||||||
|
|
||||||
|
|||||||
12
README.md
12
README.md
@ -1,7 +1,7 @@
|
|||||||
# dde-calendar
|
# dde-calendar
|
||||||
|
|
||||||
#### 介绍
|
#### 介绍
|
||||||
dde calendar:计算器是一款功能强大的桌面计算器,支持标准模式、科学模式和程序员模式。完美支持键盘输入,在键盘输入时还支持符号容错及计算结果联动
|
dde calendar
|
||||||
|
|
||||||
#### 软件架构
|
#### 软件架构
|
||||||
软件架构说明
|
软件架构说明
|
||||||
@ -9,13 +9,15 @@ dde calendar:计算器是一款功能强大的桌面计算器,支持标准
|
|||||||
|
|
||||||
#### 安装教程
|
#### 安装教程
|
||||||
|
|
||||||
1. dnf install dde-calendar
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
#### 使用说明
|
#### 使用说明
|
||||||
|
|
||||||
1. 选择 **标准**,切换到标准模式界面,执行基本的加减乘除运算。
|
1. xxxx
|
||||||
2. 选择 **科学**,切换到科学模式界面,执行函数、指数、方根等高级运算。
|
2. xxxx
|
||||||
3. 选择 **程序员**,切换到程序员模式界面,执行二进制、八进制、十进制、十六进制等复杂运算。
|
3. xxxx
|
||||||
|
|
||||||
#### 参与贡献
|
#### 参与贡献
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,52 +0,0 @@
|
|||||||
Name: dde-calendar
|
|
||||||
Version: 5.8.20.1
|
|
||||||
|
|
||||||
Release: 2
|
|
||||||
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
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: qt5-devel
|
|
||||||
BuildRequires: dtkgui-devel
|
|
||||||
BuildRequires: dtkwidget-devel
|
|
||||||
BuildRequires: pkgconfig(dframeworkdbus)
|
|
||||||
BuildRequires: gtest-devel
|
|
||||||
BuildRequires: dtkcommon-devel
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup
|
|
||||||
|
|
||||||
%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
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Nov 17 2023 hanshuang <hanshuang@uniontech.com> - 5.8.20.1-2
|
|
||||||
- modify version info
|
|
||||||
|
|
||||||
* Tue Jun 14 2022 uoser <uoser@uniontech.com> - 5.8.20.1-1.01
|
|
||||||
- update: update to 5.8.20.1-1.01
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: linuxdeepin/dde-calendar
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user