From 5faf41c31bdafbba1dd5fd0b1b03c2d793e71bb8 Mon Sep 17 00:00:00 2001 From: 4fury Date: Wed, 29 Apr 2020 07:23:42 +0300 Subject: [PATCH] version fix. --- util/archive/xarchiver/actions.py | 14 ++++++-------- util/archive/xarchiver/pspec.xml | 19 +++++++++---------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/util/archive/xarchiver/actions.py b/util/archive/xarchiver/actions.py index 140493d6cd..17a57220cf 100644 --- a/util/archive/xarchiver/actions.py +++ b/util/archive/xarchiver/actions.py @@ -2,24 +2,22 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get +t = 'PLUGINDIR=/usr/lib/xfce4/thunar-archive-plugin' + def setup(): - autotools.configure("--prefix=/usr \ - \ - --enable-gtk3 --enable-plugin \ - \ - --disable-dependency-tracking") + autotools.configure("--disable-gtk2 --enable-plugin --disable-dependency-tracking") def build(): - autotools.make("PLUGINDIR=/usr/lib/xfce4/thunar-archive-plugin") + autotools.make(t) def install(): - autotools.rawInstall("DESTDIR=%s PLUGINDIR=/usr/lib/xfce4/thunar-archive-plugin" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), t)) pisitools.dodoc("COPYING", "README") diff --git a/util/archive/xarchiver/pspec.xml b/util/archive/xarchiver/pspec.xml index 50818d5555..f43a303198 100644 --- a/util/archive/xarchiver/pspec.xml +++ b/util/archive/xarchiver/pspec.xml @@ -1,5 +1,5 @@ - + xarchiver @@ -23,30 +23,29 @@ gtk3-devel glib2-devel pango-devel + docbook-xsl libxslt-devel gdk-pixbuf-devel - + xarchiver - gtk3 - pango - libxslt - gdk-pixbuf rar + gtk3 lzip bzip2 p7zip unrar + pango libzip + libxslt xdg-utils + gdk-pixbuf libarchive @@ -64,8 +63,8 @@ - 2010-09-28 - 0.5.2 + 2020-04-28 + 0.5.4.14 First Release Pisi Linux Admins admin@pisilinux.org