Merge pull request #6756 from cr6git/compton-git
compton-git: update to 20170430
This commit is contained in:
commit
3d32ceb7e9
1 changed files with 11 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'compton-git'
|
# Template file for 'compton-git'
|
||||||
pkgname=compton-git
|
pkgname=compton-git
|
||||||
version=20160504
|
version=20170430
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
hostmakedepends="pkg-config asciidoc pcre-devel git"
|
hostmakedepends="pkg-config asciidoc git"
|
||||||
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
|
makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel
|
||||||
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
|
libconfig-devel MesaLib-devel libXinerama-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/garnetius/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)"
|
||||||
|
|
||||||
|
@ -16,9 +16,13 @@ provides="compton-${version}_${revision}"
|
||||||
replaces="compton>=0"
|
replaces="compton>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/garnetius/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} ${wrksrc}
|
git clone ${url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
git reset --hard e5074a5129a5e45b1839c3025f3358ac6903d611
|
git reset --hard 316eac0613bf342ff91cc645a6c3c80e6b9083fb
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue