@@ -2,24 +2,22 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
t = 'PLUGINDIR=/usr/lib/xfce4/thunar-archive-plugin'
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure("--prefix=/usr \
|
autotools.configure("--disable-gtk2 --enable-plugin --disable-dependency-tracking")
|
||||||
\
|
|
||||||
--enable-gtk3 --enable-plugin \
|
|
||||||
\
|
|
||||||
--disable-dependency-tracking")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make("PLUGINDIR=/usr/lib/xfce4/thunar-archive-plugin")
|
autotools.make(t)
|
||||||
|
|
||||||
def install():
|
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")
|
pisitools.dodoc("COPYING", "README")
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>xarchiver</Name>
|
<Name>xarchiver</Name>
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPLv2</License>
|
<License>GPLv2</License>
|
||||||
<Icon>xarchiver</Icon>
|
<PartOf>util.archive</PartOf>
|
||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>
|
<Summary>
|
||||||
A lightweight GTK+3 archiving/compression tool(continuation of the Xfce master branch).
|
A lightweight GTK+3 archiving/compression tool(continuation of the Xfce master branch).
|
||||||
@@ -23,30 +23,29 @@
|
|||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>pango-devel</Dependency>
|
<Dependency>pango-devel</Dependency>
|
||||||
|
<Dependency>docbook-xsl</Dependency>
|
||||||
<Dependency>libxslt-devel</Dependency>
|
<Dependency>libxslt-devel</Dependency>
|
||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<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>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>xarchiver</Name>
|
<Name>xarchiver</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gtk3</Dependency>
|
|
||||||
<Dependency>pango</Dependency>
|
|
||||||
<Dependency>libxslt</Dependency>
|
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
|
||||||
<Dependency>rar</Dependency>
|
<Dependency>rar</Dependency>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>lzip</Dependency>
|
<Dependency>lzip</Dependency>
|
||||||
<Dependency>bzip2</Dependency>
|
<Dependency>bzip2</Dependency>
|
||||||
<Dependency>p7zip</Dependency>
|
<Dependency>p7zip</Dependency>
|
||||||
<Dependency>unrar</Dependency>
|
<Dependency>unrar</Dependency>
|
||||||
|
<Dependency>pango</Dependency>
|
||||||
<Dependency>libzip</Dependency>
|
<Dependency>libzip</Dependency>
|
||||||
|
<Dependency>libxslt</Dependency>
|
||||||
<Dependency>xdg-utils</Dependency>
|
<Dependency>xdg-utils</Dependency>
|
||||||
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
<Dependency>libarchive</Dependency>
|
<Dependency>libarchive</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -64,8 +63,8 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2010-09-28</Date>
|
<Date>2020-04-28</Date>
|
||||||
<Version>0.5.2</Version>
|
<Version>0.5.4.14</Version>
|
||||||
<Comment>First Release</Comment>
|
<Comment>First Release</Comment>
|
||||||
<Name>Pisi Linux Admins</Name>
|
<Name>Pisi Linux Admins</Name>
|
||||||
<Email>admin@pisilinux.org</Email>
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
|||||||
Reference in New Issue
Block a user