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 9304 - (show annotations) (download)
Fri Nov 25 14:44:05 2011 UTC (12 years, 5 months ago) by niro
File size: 585 byte(s)
-disabled broken package
1 # $Id$
2
3 PNAME="thunar-vcs-plugin"
4 PVER="0.1.4_git20111125"
5 PBUILD="r1"
6
7 PCATEGORIE="xfce-extra"
8 STATE="disabled"
9
10 DESCRIPTION="Plugin that adds Subversion and GIT actions to the context menu of thunar."
11 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin/"
12
13 DEPEND=">= xfce-base/thunar-1.2.3
14 >= dev-util/git-1.7
15 >= dev-util/subversion-1.7"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude xfce
21
22 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
23
24 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 cd ${SRCDIR}
28
29 ./autogen.sh || die
30 }