Compare commits
11 Commits
c8b121e352
...
4c5ec08db1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c5ec08db1 | ||
|
|
8eb82852ca | ||
|
|
5e491c0e42 | ||
|
|
14375e0806 | ||
|
|
348a46d485 | ||
|
|
6060722b19 | ||
|
|
bcc429fe7e | ||
|
|
79e2541d82 | ||
|
|
59c9e87e83 | ||
|
|
a2c04cdbe8 | ||
|
|
94a443d274 |
12
README.en.md
12
README.en.md
@ -1,22 +1,20 @@
|
||||
# dde-calendar
|
||||
|
||||
#### Description
|
||||
dde calendar
|
||||
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.
|
||||
|
||||
#### Software Architecture
|
||||
Software architecture description
|
||||
|
||||
#### Installation
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
1. dnf install dde-calendar
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
1. Select **standard ** to switch to the standard mode screen and perform basic addition, subtraction, multiplication and division operations.
|
||||
2. Select **science **, switch to the Science mode interface, and perform advanced operations such as functions, exponentials, and roots.
|
||||
3. Select **programmer **, switch to programmer mode interface, perform binary, octal, decimal, hexadecimal and other complex operations.
|
||||
|
||||
#### Contribution
|
||||
|
||||
|
||||
12
README.md
12
README.md
@ -1,7 +1,7 @@
|
||||
# dde-calendar
|
||||
|
||||
#### 介绍
|
||||
dde calendar
|
||||
dde calendar:计算器是一款功能强大的桌面计算器,支持标准模式、科学模式和程序员模式。完美支持键盘输入,在键盘输入时还支持符号容错及计算结果联动
|
||||
|
||||
#### 软件架构
|
||||
软件架构说明
|
||||
@ -9,15 +9,13 @@ dde calendar
|
||||
|
||||
#### 安装教程
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
1. dnf install dde-calendar
|
||||
|
||||
#### 使用说明
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
1. 选择 **标准**,切换到标准模式界面,执行基本的加减乘除运算。
|
||||
2. 选择 **科学**,切换到科学模式界面,执行函数、指数、方根等高级运算。
|
||||
3. 选择 **程序员**,切换到程序员模式界面,执行二进制、八进制、十进制、十六进制等复杂运算。
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
|
||||
BIN
dde-calendar-5.8.20.1.tar.gz
Normal file
BIN
dde-calendar-5.8.20.1.tar.gz
Normal file
Binary file not shown.
52
dde-calendar.spec
Normal file
52
dde-calendar.spec
Normal file
@ -0,0 +1,52 @@
|
||||
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
|
||||
4
dde-calendar.yaml
Normal file
4
dde-calendar.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: linuxdeepin/dde-calendar
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user