Compare commits
No commits in common. "220289c897b924649bb65692154edd0795fc0b54" and "b4a3d754b72d43accb7919258e1a8b0c405ea596" have entirely different histories.
220289c897
...
b4a3d754b7
36
README.en.md
Normal file
36
README.en.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# 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
Normal file
37
README.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# 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 _hardened_build 1
|
||||||
%global xfceversion 4.18
|
%global xfceversion 4.14
|
||||||
|
|
||||||
Name: Thunar
|
Name: Thunar
|
||||||
Version: 4.18.1
|
Version: 1.8.15
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Thunar File Manager
|
Summary: Thunar File Manager
|
||||||
#Group: Development/Libraries
|
#Group: Development/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -17,14 +17,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
#BuildArch: noarch
|
#BuildArch: noarch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.34
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.34
|
||||||
BuildRequires: exo-devel
|
BuildRequires: pkgconfig(exo-1) >= 0.12.0
|
||||||
BuildRequires: pkgconfig(gudev-1.0) >= 145
|
BuildRequires: pkgconfig(gudev-1.0) >= 145
|
||||||
BuildRequires: pkgconfig(libexif) >= 0.6.0
|
BuildRequires: pkgconfig(libexif) >= 0.6.0
|
||||||
BuildRequires: pkgconfig(libpcre) >= 6.0
|
BuildRequires: pkgconfig(libpcre) >= 6.0
|
||||||
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.4
|
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.4
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.4.0
|
BuildRequires: pkgconfig(libnotify) >= 0.4.0
|
||||||
BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfceversion}
|
BuildRequires: pkgconfig(libxfce4ui-1) >= %{xfceversion}
|
||||||
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfceversion}
|
BuildRequires: pkgconfig(libxfce4panel-1.0) >= %{xfceversion}
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: libpng-devel >= 2:1.2.2-16
|
BuildRequires: libpng-devel >= 2:1.2.2-16
|
||||||
@ -129,7 +129,7 @@ done
|
|||||||
|
|
||||||
%files -f thunar.lang
|
%files -f thunar.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog NEWS INSTALL AUTHORS HACKING THANKS
|
%doc README TODO ChangeLog NEWS INSTALL AUTHORS HACKING THANKS
|
||||||
%doc docs/README.gtkrc
|
%doc docs/README.gtkrc
|
||||||
# exclude docs that we have moved to the above
|
# exclude docs that we have moved to the above
|
||||||
%exclude %{_datadir}/doc/thunar/README.gtkrc
|
%exclude %{_datadir}/doc/thunar/README.gtkrc
|
||||||
@ -140,6 +140,7 @@ done
|
|||||||
%dir %{_libdir}/thunarx-*/
|
%dir %{_libdir}/thunarx-*/
|
||||||
%{_libdir}/thunarx-*/thunar*.so
|
%{_libdir}/thunarx-*/thunar*.so
|
||||||
%dir %{_libdir}/Thunar/
|
%dir %{_libdir}/Thunar/
|
||||||
|
%{_libdir}/Thunar/ThunarBulkRename
|
||||||
%{_libdir}/Thunar/thunar-sendto-email
|
%{_libdir}/Thunar/thunar-sendto-email
|
||||||
%dir %{_datadir}/Thunar/
|
%dir %{_datadir}/Thunar/
|
||||||
%dir %{_datadir}/Thunar/sendto/
|
%dir %{_datadir}/Thunar/sendto/
|
||||||
@ -150,6 +151,7 @@ done
|
|||||||
%{_datadir}/dbus-1/services/org.xfce.FileManager.service
|
%{_datadir}/dbus-1/services/org.xfce.FileManager.service
|
||||||
%{_datadir}/dbus-1/services/org.xfce.Thunar.service
|
%{_datadir}/dbus-1/services/org.xfce.Thunar.service
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
%{_datadir}/icons/hicolor/*/*/*
|
||||||
|
%{_datadir}/pixmaps/Thunar/
|
||||||
%{_datadir}/xfce4/panel/plugins/thunar-tpa.desktop
|
%{_datadir}/xfce4/panel/plugins/thunar-tpa.desktop
|
||||||
%{_metainfodir}/org.xfce.thunar.appdata.xml
|
%{_metainfodir}/org.xfce.thunar.appdata.xml
|
||||||
%{_libdir}/xfce4/panel/plugins/libthunar-tpa.so
|
%{_libdir}/xfce4/panel/plugins/libthunar-tpa.so
|
||||||
@ -168,23 +170,8 @@ done
|
|||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%dir %{_datadir}/gtk-doc/html/thunarx
|
%dir %{_datadir}/gtk-doc/html/thunarx
|
||||||
%dir %{_datadir}/gtk-doc/html/thunar
|
|
||||||
%{_datadir}/gtk-doc/html/thunar/*
|
|
||||||
%{_datadir}/gtk-doc/html/thunarx/*
|
%{_datadir}/gtk-doc/html/thunarx/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 9 2020 Dillon Chen<dillon.chen@turbolinux.com.cn> - 1.8.15-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://gitlab.xfce.org/xfce/thunar.git
|
src_repo:
|
||||||
tag_prefix: "Thunar-"
|
tag_prefix: "Thunar-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
BIN
thunar-1.8.15.tar.bz2
Normal file
BIN
thunar-1.8.15.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user