void-packages/srcpkgs/fusion-icon/template
Juan RP 2f058880f6 fusion-icon: also needs glx-utils.
--HG--
extra : convert_revision : 152fb10d7ef3f17f0e22114626f8d7fe212960b4
2009-12-24 01:52:49 +01:00

27 lines
664 B
Plaintext

# Template file for 'fusion-icon'
pkgname=fusion-icon
version="$(date +%Y%m%d)"
build_style=gnu_makefile
short_desc="Simple tray icon for compiz"
maintainer="Juan RP <xtraeme@gmail.com>"
long_desc="
This package provides a simple tray icon with PyGTK for starting
and managing compiz."
noarch=yes
nofetch=yes
noextract=yes
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency build git
Add_dependency build MesaLib
Add_dependency run glx-utils
Add_dependency full ccsm
do_fetch()
{
msg_normal "Fetching source from master GIT repository..."
git clone git://anongit.opencompositing.org/users/crdlb/fusion-icon \
${pkgname}-${version} || return 1
}