diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 4ca7f73f068c6fc8fad84d1a38b9447fc5c4642b..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# kf5-kguiaddons - -#### Description -KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui - -#### 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/) diff --git a/README.md b/README.md deleted file mode 100644 index 49bf04041dfe938b62c2639c6f5c64ff8c596c45..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# kf5-kguiaddons - -#### 介绍 -KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -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. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/kf5-kguiaddons.spec b/kf5-kguiaddons.spec index cf4f9dd96554b542ce15791a791af17095e51479..9782679c5d8dafceb732202415fce92cd7f6a155 100644 --- a/kf5-kguiaddons.spec +++ b/kf5-kguiaddons.spec @@ -1,12 +1,13 @@ +%undefine __cmake_in_source_build %global framework kguiaddons Name: kf5-%{framework} -Version: 5.55.0 -Release: 2 +Version: 5.88.0 +Release: 1 Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui License: GPLv2+ and LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -22,6 +23,8 @@ BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: libX11-devel BuildRequires: libxcb-devel BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtbase-private-devel +BuildRequires: qt5-qtwayland-devel pkgconfig(wayland-client) BuildRequires: qt5-qtx11extras-devel Requires: kf5-filesystem >= %{majmin} @@ -59,8 +62,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc README.md -%license COPYING COPYING.LIB +%license LICENSES/*.txt +%{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5GuiAddons.so.* +%{_kf5_plugindir}/kguiaddons/ %files devel %{_kf5_includedir}/kguiaddons_version.h @@ -71,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 13 2022 pei-jiankang - 5.88.0-1 +- update to upstream version 5.88.0 + * Mon Dec 13 2021 douyan - 5.55.0-2 - remove %{?dist} diff --git a/kguiaddons-5.55.0.tar.xz b/kguiaddons-5.55.0.tar.xz deleted file mode 100644 index f8f959804e1dab717da8c81fcf19f1a992019c6b..0000000000000000000000000000000000000000 Binary files a/kguiaddons-5.55.0.tar.xz and /dev/null differ diff --git a/kguiaddons-5.88.0.tar.xz b/kguiaddons-5.88.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..42cc380ad2fad106dbd642a1e03f6c9f50befef0 Binary files /dev/null and b/kguiaddons-5.88.0.tar.xz differ