version fix.

This commit is contained in:
4fury
2020-04-29 07:23:42 +03:00
parent 4124c83f92
commit 5faf41c31b
2 changed files with 15 additions and 18 deletions
+6 -8
View File
@@ -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")
+9 -10
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xarchiver</Name>
@@ -23,30 +23,29 @@
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
<Patches>
<!--
<Patch level="1">xarchiver-0.5.3-add-mime-types.patch</Patch>
-->
<!-- <Patch level="1">xarchiver-0.5.3-add-mime-types.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>xarchiver</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>rar</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>lzip</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>p7zip</Dependency>
<Dependency>unrar</Dependency>
<Dependency>pango</Dependency>
<Dependency>libzip</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libarchive</Dependency>
</RuntimeDependencies>
<Files>
@@ -64,8 +63,8 @@
<History>
<Update release="1">
<Date>2010-09-28</Date>
<Version>0.5.2</Version>
<Date>2020-04-28</Date>
<Version>0.5.4.14</Version>
<Comment>First Release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>