GARNAME = gnome-python-desktop
GARVERSION = 2.20.0
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = bindings/gnome-python desktop/gtksourceview desktop/libgtop desktop/nautilus-cd-burner desktop/gnome-media desktop/totem

DESCRIPTION = gnome-python-desktop
define BLURB
This package contains a few python modules that used to live in gnome-python-extras:

  - gnomeapplet
  - gnomeprint, gnomeprint.ui
  - gtksourceview
  - wnck
  - totem.plparser
  - gtop
  - nautilusburn
  - mediaprofiles
  - metacity

endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --enable-metacity

include ../category.mk

check:
	@ cd $(WORKSRC) && make check
