Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
4c5ec08db1
!34 modify version info
From: @hanshuang123456 
Reviewed-by: @ut-layne-yang 
Signed-off-by: @ut-layne-yang
2023-11-17 10:03:30 +00:00
hanshuang
8eb82852ca modify version info 2023-11-17 15:25:10 +08:00
openeuler-ci-bot
5e491c0e42
!33 update package
From: @hanshuang123456 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-10-25 06:21:04 +00:00
hanshuang
14375e0806 update dde-calendar package 2023-10-20 18:48:56 +08:00
openeuler-ci-bot
348a46d485
!22 [sync] PR-16: update dde-calendar
From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-08-04 02:53:26 +00:00
shilei
6060722b19 update dde-calendar
Signed-off-by: shilei <shileib@uniontech.com>
(cherry picked from commit c566851c3d1c71cbd4e4eae98f4f044742a9047d)
2022-08-04 10:37:57 +08:00
openeuler-ci-bot
bcc429fe7e !2 add yaml and fix spec
Merge pull request !2 from panchenbo/master
2020-07-30 17:03:25 +08:00
panchenbo
79e2541d82 add yaml and fix spec 2020-07-30 15:17:53 +08:00
panchenbo
59c9e87e83 add yaml and fix spec 2020-07-30 14:41:48 +08:00
openeuler-ci-bot
a2c04cdbe8 !1 package init
Merge pull request !1 from panchenbo/master
2020-07-15 09:48:01 +08:00
panchenbo
94a443d274 package init 2020-07-13 18:41:54 +08:00
5 changed files with 66 additions and 14 deletions

View File

@ -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

View File

@ -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. 选择 **程序员**,切换到程序员模式界面,执行二进制、八进制、十进制、十六进制等复杂运算。
#### 参与贡献

Binary file not shown.

52
dde-calendar.spec Normal file
View 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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: linuxdeepin/dde-calendar
tag_prefix: ^v
seperator: .