Magellan Linux

Contents of /trunk/core/shared-mime-info/shared-mime-info-0.23-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1828 - (show annotations) (download)
Sat Jun 6 17:10:05 2009 UTC (14 years, 11 months ago) by niro
File size: 1028 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/shared-mime-info/shared-mime-info-0.23-r2.smage2,v 1.1 2008/03/31 16:27:59 niro Exp $
2
3 PNAME="shared-mime-info"
4 PVER="0.23"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="This package contains the core database of common types and the *update-mime-database* command used to extend it."
11 HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info/"
12
13 DEPEND=">= dev-libs/glib2-2.14
14 >= dev-libs/libxml2-2.6.27"
15
16 SDEPEND=">= dev-util/pkgconfig-0.20
17 >= dev-util/intltool-0.37"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://freedesktop.org/~hadess/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${PNAME}-${PVER}-x-content.patch
28 )
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # avoid warnings with the new x-content/ stuff in GNOME 2.22
36 # see: http://webcvs.freedesktop.org/mime/shared-mime-info/update-mime-database.c?r1=1.44&r2=1.45
37 mpatch ${PNAME}-${PVER}-x-content.patch || die
38 }

Properties

Name Value
svn:keywords Id