2013-07-08 03:19:20 +02:00
|
|
|
# Template file for 'compton-git'
|
|
|
|
pkgname=compton-git
|
2014-01-24 19:43:28 +01:00
|
|
|
version=20140124
|
2013-07-08 03:19:20 +02:00
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
only_for_archs="i686 x86_64"
|
2013-07-08 03:19:20 +02:00
|
|
|
build_style=gnu-makefile
|
2013-07-11 10:29:10 +02:00
|
|
|
hostmakedepends="pkg-config asciidoc"
|
|
|
|
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
|
2013-09-14 04:20:36 +02:00
|
|
|
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel desktop-file-utils"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="desktop-file-utils"
|
2013-07-08 03:19:20 +02:00
|
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
|
|
homepage="https://github.com/chjj/compton"
|
|
|
|
license="MIT"
|
2013-09-14 04:20:36 +02:00
|
|
|
short_desc="A compositor for X (fork of xcompmgr-dana)"
|
2013-07-08 03:19:20 +02:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/chjj/compton.git"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|