Update to 0.5.0
This commit is contained in:
parent
70989fc4af
commit
0db1ad7313
@ -1,25 +0,0 @@
|
||||
From: =?utf-8?q?Mateusz_=C5=81ukasik?= <mati75@linuxmint.pl>
|
||||
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) \
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
36
README.en.md
36
README.en.md
@ -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/)
|
||||
37
README.md
37
README.md
@ -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/)
|
||||
Binary file not shown.
BIN
thunar-archive-plugin-0.5.0.tar.bz2
Normal file
BIN
thunar-archive-plugin-0.5.0.tar.bz2
Normal file
Binary file not shown.
@ -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 <liuxin@iscas.ac.cn> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Tue Jul 28 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.4.0-1
|
||||
- Init package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user