Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31295 - (hide annotations) (download)
Thu Jun 21 11:57:08 2018 UTC (6 years ago) by niro
File size: 926 byte(s)
auto added: ver bump to 0.5.4.13-r1
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     SRCFILE="${PVER}.tar.gz"
14    
15     sminclude xfce
16    
17     SRC_URI=(
18     https://github.com/ib/${PNAME}/archive/${SRCFILE}
19     mirror://${PNAME}/${SRCFILE}
20     )
21    
22     UP2SEPERATOR="\/"
23     UP2DATE="updatecmd https://github.com/ib/${PNAME}/releases | highesttarball gz"
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     # install the xarchive.tap to the right place
30     xfce_configure --libexecdir=/usr/$(mlibdir)/thunar-archive-plugin || die
31     mmake || die
32     }
33    
34     postinstall()
35     {
36     xfce_postinstall
37    
38     echo "You need external programs for some formats, including"
39     #fixme:
40     #echo "7zip - app-arch/p7zip"
41     #echo "arj - app-arch/unarj app-arch/arj"
42     #echo "lha - app-arch/lha"
43     #echo "lzop - app-arch/lzop"
44     echo "rar - app-arch/unrar app-arch/rar"
45     echo "zip - app-arch/unzip app-arch/zip"
46     }