Magellan Linux

Contents of /trunk/extras/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2_git20111117-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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