diff --git a/01_add-support-for-engrampa.patch b/01_add-support-for-engrampa.patch deleted file mode 100644 index 5c939b0..0000000 --- a/01_add-support-for-engrampa.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: =?utf-8?q?Mateusz_=C5=81ukasik?= -Date: Mon, 22 Oct 2018 10:28:07 +0200 -Subject: Add support for archive manager for MATE - -Bug-Debian: https://bugs.debian.org/783611 ---- - scripts/Makefile.am | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/scripts/Makefile.am b/scripts/Makefile.am -index e320358..6d0dc4f 100644 ---- a/scripts/Makefile.am -+++ b/scripts/Makefile.am -@@ -15,6 +15,11 @@ install-exec-hook: - -( cd $(DESTDIR)$(wrapperdir) ; \ - test -f org.gnome.FileRoller.tap \ - || ln -sf file-roller.tap org.gnome.FileRoller.tap ) -+# Install symlink to 'mate-engrampa.tap' -+ $(mkinstalldirs) $(DESTDIR)$(wrapperdir) -+ -( cd $(DESTDIR)$(wrapperdir) ; \ -+ test -f mate-engrampa.tap \ -+ || ln -sf engrampa.tap mate-engrampa.tap ) - - EXTRA_DIST = \ - $(wrapper_SCRIPTS) \ diff --git a/02_support-non-multiarch-wrappers.patch b/02_support-non-multiarch-wrappers.patch index b1f916b..8b52d41 100644 --- a/02_support-non-multiarch-wrappers.patch +++ b/02_support-non-multiarch-wrappers.patch @@ -14,7 +14,7 @@ diff --git a/thunar-archive-plugin/tap-backend.c b/thunar-archive-plugin/tap-bac index 7941d9d..75dfbc6 100644 --- a/thunar-archive-plugin/tap-backend.c +++ b/thunar-archive-plugin/tap-backend.c -@@ -373,6 +373,17 @@ tap_backend_mime_wrapper (GAppInfo *mime_application) +@@ -370,6 +370,17 @@ filename = NULL; } diff --git a/README.en.md b/README.en.md deleted file mode 100644 index ea8c81f..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# thunar-archive-plugin - -#### Description -Archive plugin for the 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/) diff --git a/README.md b/README.md deleted file mode 100644 index 0529297..0000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# thunar-archive-plugin - -#### 介绍 -Archive plugin for the 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/) diff --git a/thunar-archive-plugin-0.4.0.tar.bz2 b/thunar-archive-plugin-0.4.0.tar.bz2 deleted file mode 100644 index 59747a6..0000000 Binary files a/thunar-archive-plugin-0.4.0.tar.bz2 and /dev/null differ diff --git a/thunar-archive-plugin-0.5.0.tar.bz2 b/thunar-archive-plugin-0.5.0.tar.bz2 new file mode 100644 index 0000000..4d3f5c2 Binary files /dev/null and b/thunar-archive-plugin-0.5.0.tar.bz2 differ diff --git a/thunar-archive-plugin.spec b/thunar-archive-plugin.spec index 78fed79..acfb577 100644 --- a/thunar-archive-plugin.spec +++ b/thunar-archive-plugin.spec @@ -1,14 +1,13 @@ -%global xfceversion 4.14 +%global xfceversion 4.18 Name: thunar-archive-plugin -Version: 0.4.0 +Version: 0.5.0 Release: 1 Summary: Archive plugin for the Thunar file manager License: LGPLv2+ #Group: Development/Libraries URL: http://goodies.xfce.org/projects/thunar-plugins/%{name} Source0: http://archive.xfce.org/src/thunar-plugins/%{name}/0.4/%{name}-%{version}.tar.bz2 -Patch0: 01_add-support-for-engrampa.patch Patch1: 02_support-non-multiarch-wrappers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildArch: noarch @@ -26,7 +25,6 @@ This plugin allows one to extract and create archive from inside the Thunar file %prep %setup -q -%patch0 -p1 %patch1 -p1 %build @@ -44,12 +42,15 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %files -f %{name}.lang %license COPYING -%doc AUTHORS ChangeLog README THANKS NEWS +%doc AUTHORS ChangeLog THANKS NEWS %doc scripts/template.tap %{_libdir}/thunarx-*/thunar-archive-plugin.so %{_libexecdir}/thunar-archive-plugin/ %{_datadir}/icons/hicolor/*/*/* %changelog +* Wed Jan 04 2023 misaka00251 - 0.5.0-1 +- Update to 0.5.0 + * Tue Jul 28 2020 Dillon Chen - 0.4.0-1 - Init package