!2 inition for kiran-flameshot
From: @Bmen Reviewed-by: @stonefly128 Signed-off-by: @stonefly128,@doudou19
This commit is contained in:
commit
42b588998c
File diff suppressed because it is too large
Load Diff
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
||||
# kiran-flameshot
|
||||
|
||||
#### Description
|
||||
Powerful and simple to use screenshot software with built-in editor with advanced features.
|
||||
|
||||
#### Software Architecture
|
||||
Software architecture description
|
||||
|
||||
#### Installation
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Contribution
|
||||
|
||||
1. Fork the repository
|
||||
2. Create Feat_xxx branch
|
||||
3. Commit your code
|
||||
4. Create Pull Request
|
||||
|
||||
|
||||
#### Gitee Feature
|
||||
|
||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||
37
README.md
37
README.md
@ -1,37 +0,0 @@
|
||||
# kiran-flameshot
|
||||
|
||||
#### 介绍
|
||||
Powerful and simple to use screenshot software with built-in editor with advanced features.
|
||||
|
||||
#### 软件架构
|
||||
软件架构说明
|
||||
|
||||
|
||||
#### 安装教程
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### 使用说明
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
1. Fork 本仓库
|
||||
2. 新建 Feat_xxx 分支
|
||||
3. 提交代码
|
||||
4. 新建 Pull Request
|
||||
|
||||
|
||||
#### 特技
|
||||
|
||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
||||
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
|
||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
|
||||
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
|
||||
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
||||
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||
BIN
kiran-flameshot-0.6.0.tar.gz
Normal file
BIN
kiran-flameshot-0.6.0.tar.gz
Normal file
Binary file not shown.
81
kiran-flameshot.spec
Normal file
81
kiran-flameshot.spec
Normal file
@ -0,0 +1,81 @@
|
||||
Name: kiran-flameshot
|
||||
Version: 0.6.0
|
||||
Release: 4%{?dist}.kb9
|
||||
|
||||
# Main code: GPLv3
|
||||
# Logo: Free Art License v1.3
|
||||
# Button icons: Apache License 2.0
|
||||
# capture/capturewidget.cpp and capture/capturewidget.h: GPLv2
|
||||
# regiongrabber.cpp: LGPL
|
||||
# Qt-Color-Widgets: LGPL/GPL
|
||||
# More information: https://github.com/lupoDharkael/flameshot#license
|
||||
License: GPLv3+ and ASL 2.0 and GPLv2 and LGPLv3 and Free Art
|
||||
Summary: Powerful and simple to use screenshot software
|
||||
|
||||
URL: https://github.com/lupoDharkael/flameshot
|
||||
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
#Kylin
|
||||
Patch01: 0001-Optimize-toolbar-add-toolbar-function-optimize-line--9c2875ef.patch
|
||||
#endkylin
|
||||
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: qt5-qtsvg-devel
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: qt5-qtsvg%{?_isa}
|
||||
|
||||
#Requires: marco >= 1.22.2-1.ky3.kb5
|
||||
#Requires: fcitx-qt5
|
||||
|
||||
%description
|
||||
Powerful and simple to use screenshot software with built-in
|
||||
editor with advanced features.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
mkdir %{_target_platform}
|
||||
|
||||
%build
|
||||
pushd %{_target_platform}
|
||||
%qmake_qt5 PREFIX=%{_prefix} CONFIG+=packaging ..
|
||||
popd
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
|
||||
%install
|
||||
%make_install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
%find_lang Internationalization --with-qt
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet "%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml"
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
%files -f Internationalization.lang
|
||||
%doc README.md
|
||||
%license LICENSE img/app/flameshotLogoLicense.txt
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/translations
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
%{_datadir}/dbus-1/services/*.service
|
||||
%{_datadir}/icons/hicolor/*/apps/*.*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 11 2020 pengyulong <pengyulong@kylinos.com.cn> - 0.6.0-4
|
||||
* Inition for kiran-flameshot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user