meld: remove unnnecessary bdeps; use pycompile_module.
This commit is contained in:
parent
00e65a700d
commit
c97ff6ecfc
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'meld'
|
||||
pkgname=meld
|
||||
version=3.12.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style="python-module"
|
||||
python_versions="2.7"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool"
|
||||
makedepends="pygtk-devel pygtksourceview desktop-file-utils hicolor-icon-theme"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
|
||||
depends="pygtk pygtksourceview desktop-file-utils hicolor-icon-theme"
|
||||
pycompile_dirs="usr/lib/meld/meld/"
|
||||
pycompile_module="meld"
|
||||
short_desc="Visual diff and merge tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://meldmerge.org/"
|
||||
|
|
Loading…
Reference in New Issue