From 527845ef89bc78d49cbe927aeab3012f546c0a79 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Dec 2009 01:01:40 +0100 Subject: [PATCH] Added fusion-icon build template. --HG-- extra : convert_revision : bfd48951c6b2196178f149b5806a3967b8dcf831 --- srcpkgs/fusion-icon/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/fusion-icon/template diff --git a/srcpkgs/fusion-icon/template b/srcpkgs/fusion-icon/template new file mode 100644 index 00000000000..b85c40924ee --- /dev/null +++ b/srcpkgs/fusion-icon/template @@ -0,0 +1,27 @@ +# 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 " +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 full compiz +Add_dependency full compizconfig-python +Add_dependency full pygtk +Add_dependency full hicolor-icon-theme +Add_dependency build git + +do_fetch() +{ + msg_normal "Fetching source from master GIT repository..." + git clone git://anongit.opencompositing.org/users/crdlb/fusion-icon \ + ${pkgname}-${version} || return 1 +}