gimp: disable hal, add python subpkg.

--HG--
extra : convert_revision : a575a1d8a816019d08cfb2be41b29542aa760956
This commit is contained in:
Juan RP 2010-04-14 12:31:52 +02:00
parent e0f37ec8bd
commit 1ad23818eb
3 changed files with 39 additions and 8 deletions

View file

@ -0,0 +1,28 @@
# Template file for 'gimp-python'.
#
short_desc="${sourcepkg} Python bindings"
long_desc="${long_desc}
This package contains the Python bindings."
Add_dependency run glibc
Add_dependency run python
Add_dependency run glib
Add_dependency run atk
Add_dependency run pango
Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run gtk+
Add_dependency run pygtk
Add_dependency run gimp
do_install()
{
mkdir -p ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
mv ${SRCPKGDESTDIR}/usr/lib/gimp/2.0/python \
${DESTDIR}/usr/lib/gimp/2.0
mv ${SRCPKGDESTDIR}/usr/lib/gimp/2.0/plug-ins/*.py \
${DESTDIR}//usr/lib/gimp/2.0/plug-ins
}