42 lines
1.2 KiB
Bash
42 lines
1.2 KiB
Bash
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require multilib sourceforge
|
|
|
|
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."
|
|
DOWNLOADS="mirror://gnome/sources/${PN}/$(ever range 1-2)/${PNV}.tar.bz2"
|
|
|
|
LICENCES="GPL-2"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64 ~x86"
|
|
MYOPTIONS=""
|
|
|
|
REMOTE_IDS+=" freshmeat:Meld"
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
sys-devel/gettext
|
|
build+run:
|
|
dev-lang/python
|
|
run:
|
|
gnome-bindings/gnome-python[gnome][gnomevfs]
|
|
gnome-bindings/pygtk
|
|
suggestion:
|
|
gnome-bindings/pygtksourceview
|
|
[[ description = [ syntax highlighting, line numbers, etc. ] ]]
|
|
"
|
|
# 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
|
|
|
|
edo rmdir "${IMAGE}"/usr/share/gnome/{help/meld,help,}
|
|
}
|
|
|