Magellan Linux

Contents of /branches/magellan-next/extras/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4_git20111125-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9300 - (show annotations) (download)
Fri Nov 25 14:12:47 2011 UTC (12 years, 5 months ago) by niro
File size: 568 byte(s)
auto added: ver bump to 0.1.4_git20111125-r1
1 # $Id$
2
3 PNAME="thunar-vcs-plugin"
4 PVER="0.1.4_git20111125"
5 PBUILD="r1"
6
7 PCATEGORIE="xfce-extra"
8
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
13 >= dev-util/git-1.7
14 >= dev-util/subversion-1.7"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude xfce
20
21 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
22
23 src_prepare()
24 {
25 munpack ${SRCFILE} || die
26 cd ${SRCDIR}
27
28 ./autogen.sh || die
29 }