thunar-archive-plugin

This commit is contained in:
Rmys
2020-12-06 23:55:16 +03:00
committed by GitHub
parent ef8885d07c
commit ad3dc981f4
3 changed files with 26 additions and 1 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-gtk3 --disable-static")
autotools.configure("--libexecdir=/usr/lib/xfce4 --enable-gtk3 --disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
@@ -0,0 +1,22 @@
diff -ur thunar-archive-plugin-0.3.1.old/scripts/ark.tap thunar-archive-plugin-0.3.1/scripts/ark.tap
--- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 13:48:30.000000000 +0400
+++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 +0400
@@ -30,15 +30,15 @@
# check the action
case $action in
create)
- exec ark --add "$@"
+ exec ark --dialog --add "$@"
;;
extract-here)
- exec ark --extract-to "$folder" "$@"
+ exec ark --batch --destination "$folder" "$@"
;;
extract-to)
- exec ark --extract "$@"
+ exec ark --batch --dialog --autodestination "$@"
;;
*)
@@ -23,6 +23,9 @@
<Dependency>glib2-devel</Dependency>
<Dependency>thunar-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0.3.1-fix-kde-ark.patch</Patch>
</Patches>
</Source>
<Package>