comparison x11/xcompmgr/xcompmgr.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 25cecc6dca48
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
19 PKGVERSION=1.1.8 19 PKGVERSION=1.1.8
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="CUSTOM" 21 PKGLICENSE="CUSTOM"
22 PKGSUMMARY="X.Org composite window-effects manager" 22 PKGSUMMARY="X.Org composite window-effects manager"
23 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="x11/libxcomposite 24 PKGDEPENDS="libxcomposite
25 x11/libxdamage 25 libxdamage
26 x11/libxext 26 libxext
27 x11/libxfixes 27 libxfixes
28 x11/libxrender 28 libxrender
29 x11/util-macros:build 29 util-macros:build
30 x11/xorgproto:build" 30 xorgproto:build"
31 31
32 : ${CHOST:=$(uname -m)-linux-musl} 32 : ${CHOST:=$(uname -m)-linux-musl}
33 : ${CBUILD:=$(uname -m)-linux-musl} 33 : ${CBUILD:=$(uname -m)-linux-musl}
34 : ${CC:=clang} 34 : ${CC:=clang}
35 : ${CFLAGS:=-O2} 35 : ${CFLAGS:=-O2}