Magellan Linux

Annotation of /branches/magellan-next/extras/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2_git20111117-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9303 - (hide annotations) (download)
Fri Nov 25 14:38:57 2011 UTC (12 years, 5 months ago) by niro
File size: 825 byte(s)
-fixed thunar patch
1 niro 9246 # $Id$
2    
3 niro 9297 PNAME="thunar-media-tags-plugin"
4 niro 9296 PVER="0.1.2_git20111117"
5 niro 9246 PBUILD="r1"
6    
7 niro 9295 PCATEGORIE="xfce-extra"
8 niro 9246
9 niro 9297 DESCRIPTION="Automatic management for removeable devices in thunar."
10     HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin/"
11 niro 9295
12 niro 9246 DEPEND=">= xfce-base/thunar-1.2.3
13 niro 9297 >= media-libs/taglib-1.7"
14 niro 9246
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude xfce
19    
20 niro 9299 SRC_URI=( ${SRC_URI[*]}
21 niro 9303 mirror://${PNAME}/${PNAME}-0.1.2_git20111117-newtooltip-api-2.patch
22 niro 9299 mirror://${PNAME}/${PNAME}-0.1.2git-implicit-dso-linking.patch
23     )
24    
25 niro 9246 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26 niro 9298
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32 niro 9303 mpatch ${PNAME}-0.1.2_git20111117-newtooltip-api-2.patch || die
33 niro 9299 mpatch ${PNAME}-0.1.2git-implicit-dso-linking.patch || die
34    
35     ./autogen.sh || die
36 niro 9298 }