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

45 lines
1.3 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
2012-02-06 00:56:56 +01:00
require gtk-icon-cache gnome.org [ suffix=.tar.xz ]
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."
2012-02-06 00:56:56 +01:00
HOMEPAGE="http://meldmerge.org/"
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=""
# make check doesn't run tests but some upstream QA
# make test needs X and fails because files are missing
RESTRICT="test"
2009-06-23 02:25:11 +02:00
DEPENDENCIES="
build:
sys-devel/gettext
build+run:
dev-lang/python[>=2.5]
2009-06-23 02:25:11 +02:00
run:
gnome-bindings/pygobject:2[>=2.16.0]
gnome-bindings/pygtk[>=2.14]
2010-08-09 00:15:37 +02:00
suggestion:
gnome-bindings/pygtksourceview:2[>=2.4]
2010-08-09 00:15:37 +02:00
[[ description = [ syntax highlighting, line numbers, etc. ] ]]
"
2009-06-23 02:25:11 +02:00
# scrollkeeper can probably build the documentation
# LANGUAGES="" prevents building help/ subdir, which seems to need that
2011-06-12 14:27:14 +02:00
DEFAULT_SRC_COMPILE_PARAMS=( prefix=/usr libdir=/usr/${LIBDIR} docdir_='$(docdir)'/${PNVR} LANGUAGES="" )
2009-06-23 02:25:11 +02:00
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,} \
"${IMAGE}"/usr/share/pixmaps
2009-06-23 02:25:11 +02:00
}
2009-07-29 12:55:27 +02:00