Compare commits
10 Commits
b4a3d754b7
...
220289c897
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
220289c897 | ||
|
|
ade6d3d560 | ||
|
|
a519121702 | ||
|
|
09d49b98a3 | ||
|
|
c577dfb20e | ||
|
|
d4a4c61333 | ||
|
|
cef50de52d | ||
|
|
baf9f2bf1a | ||
|
|
6b2c0c0dd1 | ||
|
|
dc9de7ef70 |
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
||||
# Thunar
|
||||
|
||||
#### Description
|
||||
Thunar File Manager
|
||||
|
||||
#### 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 @@
|
||||
# Thunar
|
||||
|
||||
#### 介绍
|
||||
Thunar File Manager
|
||||
|
||||
#### 软件架构
|
||||
软件架构说明
|
||||
|
||||
|
||||
#### 安装教程
|
||||
|
||||
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/)
|
||||
31
Thunar.spec
31
Thunar.spec
@ -1,9 +1,9 @@
|
||||
%global _hardened_build 1
|
||||
%global xfceversion 4.14
|
||||
%global xfceversion 4.18
|
||||
|
||||
Name: Thunar
|
||||
Version: 1.8.15
|
||||
Release: 2
|
||||
Version: 4.18.1
|
||||
Release: 1
|
||||
Summary: Thunar File Manager
|
||||
#Group: Development/Libraries
|
||||
License: GPLv2+
|
||||
@ -17,14 +17,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#BuildArch: noarch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.34
|
||||
BuildRequires: pkgconfig(exo-1) >= 0.12.0
|
||||
BuildRequires: exo-devel
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 145
|
||||
BuildRequires: pkgconfig(libexif) >= 0.6.0
|
||||
BuildRequires: pkgconfig(libpcre) >= 6.0
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.4
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.4.0
|
||||
BuildRequires: pkgconfig(libxfce4ui-1) >= %{xfceversion}
|
||||
BuildRequires: pkgconfig(libxfce4panel-1.0) >= %{xfceversion}
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfceversion}
|
||||
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfceversion}
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: libpng-devel >= 2:1.2.2-16
|
||||
@ -129,7 +129,7 @@ done
|
||||
|
||||
%files -f thunar.lang
|
||||
%license COPYING
|
||||
%doc README TODO ChangeLog NEWS INSTALL AUTHORS HACKING THANKS
|
||||
%doc ChangeLog NEWS INSTALL AUTHORS HACKING THANKS
|
||||
%doc docs/README.gtkrc
|
||||
# exclude docs that we have moved to the above
|
||||
%exclude %{_datadir}/doc/thunar/README.gtkrc
|
||||
@ -140,7 +140,6 @@ done
|
||||
%dir %{_libdir}/thunarx-*/
|
||||
%{_libdir}/thunarx-*/thunar*.so
|
||||
%dir %{_libdir}/Thunar/
|
||||
%{_libdir}/Thunar/ThunarBulkRename
|
||||
%{_libdir}/Thunar/thunar-sendto-email
|
||||
%dir %{_datadir}/Thunar/
|
||||
%dir %{_datadir}/Thunar/sendto/
|
||||
@ -151,7 +150,6 @@ done
|
||||
%{_datadir}/dbus-1/services/org.xfce.FileManager.service
|
||||
%{_datadir}/dbus-1/services/org.xfce.Thunar.service
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
%{_datadir}/pixmaps/Thunar/
|
||||
%{_datadir}/xfce4/panel/plugins/thunar-tpa.desktop
|
||||
%{_metainfodir}/org.xfce.thunar.appdata.xml
|
||||
%{_libdir}/xfce4/panel/plugins/libthunar-tpa.so
|
||||
@ -170,8 +168,23 @@ done
|
||||
|
||||
%files docs
|
||||
%dir %{_datadir}/gtk-doc/html/thunarx
|
||||
%dir %{_datadir}/gtk-doc/html/thunar
|
||||
%{_datadir}/gtk-doc/html/thunar/*
|
||||
%{_datadir}/gtk-doc/html/thunarx/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 04 2023 misaka00251 <liuxin@iscas.ac.cn> - 4.18.1-1
|
||||
- Update to 4.18.1
|
||||
|
||||
* Thu Jun 23 2022 Dillon Chen<dillon.chen@gmail.com> - 4.16.9-1
|
||||
- update to 4.16.9
|
||||
|
||||
* Thu Aug 05 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 1.8.17-2
|
||||
- Fix BuildRequires: pkgconfig(libxfce4ui-1) pkgconfig(libxfce4panel-1.0) pkgconfig(exo-1)
|
||||
|
||||
* Fri May 21 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 1.8.17-1
|
||||
- update to 1.8.17-1
|
||||
- fix CVE-2021-32563
|
||||
|
||||
* Thu Jul 9 2020 Dillon Chen<dillon.chen@turbolinux.com.cn> - 1.8.15-1
|
||||
- Init package
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo:
|
||||
src_repo: https://gitlab.xfce.org/xfce/thunar.git
|
||||
tag_prefix: "Thunar-"
|
||||
seperator: "."
|
||||
|
||||
Binary file not shown.
BIN
thunar-4.18.1.tar.bz2
Normal file
BIN
thunar-4.18.1.tar.bz2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user