compton-git: misc fixes.

This commit is contained in:
Juan RP 2013-07-11 10:29:10 +02:00
parent ba9206e73c
commit e6b522d0b3
1 changed files with 8 additions and 6 deletions

View File

@ -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 <strob AT styez DOT com>"
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
}