Merge pull request #8464 from 4fury/master

xarchiver.
This commit is contained in:
Rmys
2020-04-29 11:05:29 +03:00
committed by GitHub
2 changed files with 16 additions and 19 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")
+10 -11
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>
@@ -9,7 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>xarchiver</Icon>
<PartOf>util.archive</PartOf>
<IsA>app:gui</IsA>
<Summary>
A lightweight GTK+3 archiving/compression tool(continuation of the Xfce master branch).
@@ -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>