summaryrefslogtreecommitdiff
path: root/recipes/python/python-numpy_1.1.1.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-16 10:59:34 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-16 11:01:06 +0200
commit0 files changed, 0 insertions, 0 deletions
engine-clearlooks" CFLAGS_prepend = "-DHAVE_ANIMATION " inherit gnome python populate_packages_prepend() { import os.path engines_root = os.path.join(bb.data.getVar('libdir', d, 1), "gtk-2.0/2.10.0/engines") themes_root = os.path.join(bb.data.getVar('datadir', d, 1), "themes") do_split_packages(d, engines_root, '^lib(.*)\.so$', 'gtk-engine-%s', 'GTK %s theme engine', extra_depends='') do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') # TODO: mark theme packages as arch all }