Magellan Linux

Annotation of /trunk/extras/xarchiver/xarchiver-0.5.4.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31296 - (hide annotations) (download)
Thu Jun 21 12:04:10 2018 UTC (5 years, 10 months ago) by niro
File size: 1004 byte(s)
-added missing docbook deps to generate docs
1 niro 31295 # $Id$
2    
3     PNAME="xarchiver"
4     PVER="0.5.4.13"
5     PBUILD="r1"
6    
7     PCAT="app-arch"
8     DESCRIPTION="Advanced archive manager that can be used with Thunar."
9    
10     DEPEND=">= dev-libs/glib2-2.56
11     >= x11-libs/gtk2+-2.24"
12    
13 niro 31296 SDEPEND=">= app-text/xmlto-0.0.25
14     >= app-text/docbook-xsl-stylesheets-1.78"
15    
16 niro 31295 SRCFILE="${PVER}.tar.gz"
17    
18     sminclude xfce
19    
20     SRC_URI=(
21     https://github.com/ib/${PNAME}/archive/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2SEPERATOR="\/"
26     UP2DATE="updatecmd https://github.com/ib/${PNAME}/releases | highesttarball gz"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # install the xarchive.tap to the right place
33     xfce_configure --libexecdir=/usr/$(mlibdir)/thunar-archive-plugin || die
34     mmake || die
35     }
36    
37     postinstall()
38     {
39     xfce_postinstall
40    
41     echo "You need external programs for some formats, including"
42     #fixme:
43     #echo "7zip - app-arch/p7zip"
44     #echo "arj - app-arch/unarj app-arch/arj"
45     #echo "lha - app-arch/lha"
46     #echo "lzop - app-arch/lzop"
47     echo "rar - app-arch/unrar app-arch/rar"
48     echo "zip - app-arch/unzip app-arch/zip"
49     }