GARNAME = gnome-session
GARVERSION = 2.12.0
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 $(SPLASH_IMAGE)
PATCHFILES = default-splash.diff

MASTER_SITES = ftp://cipherfunk.org/pub/tarballs/garnome/splash/

SPLASH_IMAGE = garnome-0.17.0.png

LIBDEPS = platform/libgnomeui platform/esound desktop/libwnck

DESCRIPTION = gnome-session
define BLURB
 #FIXME: blurb goes here
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --with-reboot-command=reboot --with-halt-command=halt --with-rsh-command=ssh

include ../category.mk

post-install:
	@echo -n " ==> Copying GARNOME splash screen... "
	@cp -f $(DOWNLOADDIR)/$(SPLASH_IMAGE) $(sharedstatedir)/pixmaps/splash/garnome-splash.png
	@echo "done."
