gnome-menus: update to 2.91.6.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-03-01 01:43:03 +01:00
parent 0616cb1306
commit f93fb6d567
5 changed files with 29 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
# Template file for 'gnome-menus-python'.
#
short_desc="${short_desc} - python bindings"
long_desc="${long_desc}
This package contains the Python language bindings."
Add_dependency run glibc
Add_dependency run glib
Add_dependency run python
Add_dependency run pygtk
Add_dependency run gnome-menus
Add_dependency run desktop-file-utils
do_install()
{
mkdir -p ${DESTDIR}/usr/{bin,lib,share}
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/applications ${DESTDIR}/usr/share
}