compton-git: misc fixes.

This commit is contained in:
Juan RP 2013-07-11 10:29:10 +02:00
parent ba9206e73c
commit e6b522d0b3

View file

@ -3,16 +3,18 @@ pkgname=compton-git
version=$(date +%Y%m%d) version=$(date +%Y%m%d)
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="git" hostmakedepends="pkg-config asciidoc"
makedepends="libGL pkg-config dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel libconfig-devel libdrm-devel MesaLib-devel asciidoc" makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
nofetch=yes libconfig-devel libdrm-devel MesaLib-devel desktop-file-utils"
noextract=yes
only_for_archs="i686 x86_64"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/chjj/compton" homepage="https://github.com/chjj/compton"
license="MIT" license="MIT"
short_desc="Compton is a compositor for X, and a fork of xcompmgr-dana." 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() { do_fetch() {
local url="git://github.com/chjj/compton.git" local url="git://github.com/chjj/compton.git"
msg_normal "Fetching source from $url ...\n" msg_normal "Fetching source from $url ...\n"
@ -20,7 +22,7 @@ do_fetch() {
} }
compton-git_package() { compton-git_package() {
depends="libGL dbus libXcomposite libXdamage libXrandr pcre libconfig MesaLib" depends="desktop-file-utils"
pkg_install() { pkg_install() {
vmove all vmove all
} }