From e6b522d0b34095bad998114571e09938b3c6891c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Jul 2013 10:29:10 +0200 Subject: [PATCH] compton-git: misc fixes. --- srcpkgs/compton-git/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/compton-git/template b/srcpkgs/compton-git/template index 007a8943298..1ee38a7bf9a 100644 --- a/srcpkgs/compton-git/template +++ b/srcpkgs/compton-git/template @@ -3,16 +3,18 @@ pkgname=compton-git version=$(date +%Y%m%d) revision=1 build_style=gnu-makefile -hostmakedepends="git" -makedepends="libGL pkg-config dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel libconfig-devel libdrm-devel MesaLib-devel asciidoc" -nofetch=yes -noextract=yes -only_for_archs="i686 x86_64" +hostmakedepends="pkg-config asciidoc" +makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel + libconfig-devel libdrm-devel MesaLib-devel desktop-file-utils" maintainer="Steven R " homepage="https://github.com/chjj/compton" license="MIT" short_desc="Compton is a compositor for X, and a fork of xcompmgr-dana." +nofetch=yes +noextract=yes +only_for_archs="i686 x86_64" + do_fetch() { local url="git://github.com/chjj/compton.git" msg_normal "Fetching source from $url ...\n" @@ -20,7 +22,7 @@ do_fetch() { } compton-git_package() { - depends="libGL dbus libXcomposite libXdamage libXrandr pcre libconfig MesaLib" + depends="desktop-file-utils" pkg_install() { vmove all }