comparison graphics/gtk2/gtk2.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 45782f6e6eb4
comparison
equal deleted inserted replaced
1093:0502aa76ec98 1094:3dece1f7570b
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv20" 21 PKGLICENSE="LGPLv20"
22 PKGSUMMARY="multiplatform toolkit" 22 PKGSUMMARY="multiplatform toolkit"
23 PKGDOWNLOAD="https://download.gnome.org/sources/gtk+/2.24/gtk+-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="https://download.gnome.org/sources/gtk+/2.24/gtk+-$PKGVERSION.tar.xz"
24 PKGDEPENDS="atk 24 PKGDEPENDS="atk
25 cairo
25 fontconfig 26 fontconfig
27 freetype
26 gdk-pixbuf 28 gdk-pixbuf
27 pango
28 glib 29 glib
29 libx11 30 libx11
30 libxcomposite 31 libxcomposite
31 libxcursor 32 libxcursor
32 libxdamage 33 libxdamage
33 libxext 34 libxext
34 libxfixes 35 libxfixes
35 libxi 36 libxi
36 libxinerama 37 libxinerama
37 libxrandr" 38 libxrandr
39 libxrender
40 pango"
38 PKGOPTIONS="CUPS NLS" 41 PKGOPTIONS="CUPS NLS"
39 42
40 : ${CC:=clang} 43 : ${CC:=clang}
41 : ${CFLAGS:=-O2} 44 : ${CFLAGS:=-O2}
42 : ${CXX:=clanclang++} 45 : ${CXX:=clanclang++}