Magellan Linux

Contents 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 9302 - (show annotations) (download)
Fri Nov 25 14:32:19 2011 UTC (12 years, 5 months ago) by niro
File size: 821 byte(s)
-re-diffed tooltip patch
1 # $Id$
2
3 PNAME="thunar-media-tags-plugin"
4 PVER="0.1.2_git20111117"
5 PBUILD="r1"
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 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude xfce
19
20 SRC_URI=( ${SRC_URI[*]}
21 mirror://${PNAME}/${PNAME}-0.1.2_git20111117-newtooltip-api.patch
22 mirror://${PNAME}/${PNAME}-0.1.2git-implicit-dso-linking.patch
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 mpatch ${PNAME}-0.1.2_git20111117-newtooltip-api.patch || die
33 mpatch ${PNAME}-0.1.2git-implicit-dso-linking.patch || die
34
35 ./autogen.sh || die
36 }