Magellan Linux

Diff 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 | View Patch Patch

revision 9294 by niro, Thu Nov 17 16:07:35 2011 UTC revision 9295 by niro, Fri Nov 25 13:50:12 2011 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  PNAME="thunar-media-tags-plugin"  PNAME="thunar-vcs-plugin"
4  PVER="0.1.2_git20111117"  PVER="0.1.4"
5  PBUILD="r1"  PBUILD="r1"
6    
7  DESCRIPTION="Automatic management for removeable devices in thunar."  PCATEGORIE="xfce-extra"
8  HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin/"  
9    DESCRIPTION="Plugin that adds Subversion and GIT actions to the context menu of thunar."
10    HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin/"
11    
12  DEPEND=">= xfce-base/thunar-1.2.3  DEPEND=">= xfce-base/thunar-1.2.3
13   >= media-libs/taglib-1.7"   >= dev-util/git-1.7
14     >= dev-util/subversion-1.7"
15    
16  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 19  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19  sminclude xfce  sminclude xfce
20    
21  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  mautoreconf || die  
 }  

Legend:
Removed from v.9294  
changed lines
  Added in v.9295