2013-07-08 01:19:20 +00:00
|
|
|
# Template file for 'compton-git'
|
|
|
|
pkgname=compton-git
|
2014-08-22 09:21:32 +00:00
|
|
|
version=20140822
|
2013-07-08 01:19:20 +00:00
|
|
|
revision=1
|
2014-02-22 22:32:06 +00:00
|
|
|
build_style="gnu-makefile"
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="pkg-config asciidoc pcre-devel git"
|
2013-07-11 08:29:10 +00:00
|
|
|
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
|
2014-08-22 09:21:32 +00:00
|
|
|
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="desktop-file-utils"
|
2014-02-22 22:32:06 +00:00
|
|
|
maintainer="Steven R <dev@styez.com>"
|
2013-07-08 01:19:20 +00:00
|
|
|
homepage="https://github.com/chjj/compton"
|
|
|
|
license="MIT"
|
2013-09-14 02:20:36 +00:00
|
|
|
short_desc="A compositor for X (fork of xcompmgr-dana)"
|
2013-07-08 01:19:20 +00:00
|
|
|
|
2014-05-09 14:25:01 +00:00
|
|
|
provides="compton-${version}_${revision}"
|
|
|
|
replaces="compton>=0"
|
2014-02-22 22:32:06 +00:00
|
|
|
|
2013-07-08 01:19:20 +00:00
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/chjj/compton.git"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|