diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-01-16 19:08:45 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-01-16 19:08:45 +0000 |
commit | 6a9a8a8ea711122ed38b43d85c706fc0ab0efe52 (patch) | |
tree | 271ba866f74aa0806131ff6b934ebde4e237a4de /x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-6a9a8a8ea711122ed38b43d85c706fc0ab0efe52.tar.gz gentoo-2-6a9a8a8ea711122ed38b43d85c706fc0ab0efe52.tar.bz2 gentoo-2-6a9a8a8ea711122ed38b43d85c706fc0ab0efe52.zip |
add patch, rev bump, mark 0.14-r1 x86
Diffstat (limited to 'x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild')
-rw-r--r-- | x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild b/x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild new file mode 100644 index 000000000000..f9e20932169a --- /dev/null +++ b/x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.14-r2.ebuild,v 1.1 2005/01/16 19:08:45 foser Exp $ + +inherit fdo-mime eutils + +DESCRIPTION="The Shared MIME-info Database specification" +HOMEPAGE="http://www.freedesktop.org/software/shared-mime-info" +SRC_URI="http://www.freedesktop.org/software/shared-mime-info/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + >=dev-libs/libxml2-2.4" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.29" + +src_unpack() { + + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}-text_plain.patch + +} + +src_compile() { + + econf --disable-update-mimedb || die + emake || die + +} + +src_install() { + + make DESTDIR=${D} install || die + + dodoc ChangeLog NEWS README + +} + +pkg_postinst() { + + fdo-mime_mime_database_update + +} + +# FIXME : +# This ebuild should probably also remove the stuff it now leaves behind +# in /usr/share/mime |