thunar-archive-plugin
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user