exherbo-impulze/packages/dev-util/meld/meld-1.3.1.exheres-0

40 lines
1.1 KiB
Bash
Raw Normal View History

2009-06-23 02:25:11 +02:00
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
2010-02-25 23:58:18 +01:00
require multilib sourceforge
2009-06-23 02:25:11 +02:00
SUMMARY="A visual diff and merge tool."
DESCRIPTION="Rich featured diff and merge tool that integrates with most
version control systems. It's also possible to do 3-way diffs."
2010-02-25 23:58:18 +01:00
DOWNLOADS="mirror://gnome/sources/${PN}/$(ever range 1-2)/${PNV}.tar.bz2"
2009-06-23 02:25:11 +02:00
LICENCES="GPL-2"
SLOT="0"
2010-01-02 05:41:35 +01:00
PLATFORMS="~amd64 ~x86"
2009-06-23 02:25:11 +02:00
MYOPTIONS=""
2010-02-25 23:58:18 +01:00
REMOTE_IDS+=" freshmeat:Meld"
2009-06-23 02:25:11 +02:00
DEPENDENCIES="
build:
sys-devel/gettext
build+run:
dev-lang/python
run:
gnome-bindings/gnome-python[gnome][gnomevfs]
gnome-bindings/pygtk"
# gnome-python-extras should provide pygtksourceview (optional support)
# scrollkeeper can probably build the documentation
# LANGUAGES="" prevents building help/ subdir, which seems to need that
DEFAULT_SRC_COMPILE_PARAMS=( prefix=/usr libdir=/usr/$(get_libdir) docdir_='$(docdir)'/${PNV} LANGUAGES="" )
DEFAULT_SRC_INSTALL_PARAMS=( ${DEFAULT_SRC_COMPILE_PARAMS[@]} )
src_install() {
default
2010-01-02 05:52:48 +01:00
edo rmdir "${IMAGE}"/usr/share/gnome/{help/meld,help,}
2009-06-23 02:25:11 +02:00
}
2009-07-29 12:55:27 +02:00