compton-git: update to 20150922.
This commit is contained in:
parent
30c089c156
commit
40bf72b2d2
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'compton-git'
|
# Template file for 'compton-git'
|
||||||
pkgname=compton-git
|
pkgname=compton-git
|
||||||
version=20150515
|
version=20150922
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
hostmakedepends="pkg-config asciidoc pcre-devel git"
|
hostmakedepends="pkg-config asciidoc pcre-devel git"
|
||||||
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
|
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
|
||||||
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
|
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/chjj/compton"
|
homepage="https://github.com/chjj/compton"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
short_desc="A compositor for X (fork of xcompmgr-dana)"
|
short_desc="A compositor for X (fork of xcompmgr-dana)"
|
||||||
|
@ -18,5 +18,7 @@ replaces="compton>=0"
|
||||||
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"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${wrksrc}
|
||||||
|
cd ${wrksrc}
|
||||||
|
git reset --hard 2343e4bbd298b35ea5c190c52abd2b0cb9f79a18
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue