wok view xorg/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 136e6be5a91e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg"
4 VERSION="7.7"
5 CATEGORY="meta"
6 SHORT_DESC="Xorg server meta-package to install all Xorg modules."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/"
10 DEPENDS="
11 xorg-xauth
12 xorg-base-fonts
13 xorg-libICE
14 xorg-libpciaccess
15 xorg-libSM
16 xorg-libX11
17 xorg-libXau
18 xorg-libXcomposite
19 xorg-libXcursor
20 xorg-libXdamage
21 xorg-libXdmcp
22 xorg-libXext
23 xorg-libXfixes
24 xorg-libXfont
25 xorg-libXft
26 xorg-libXi
27 xorg-libXinerama
28 xorg-libxkbfile
29 xorg-libXmu
30 xorg-libXpm
31 xorg-libXrandr
32 xorg-libXrender
33 xorg-libXss
34 xorg-libXt
35 xorg-libXtst
36 xorg-libXxf86vm
37 xorg-xkbcomp
38 xorg-xkeyboard-config"
40 # Rules to gen a SliTaz package suitable for Tazpkg.
41 genpkg_rules()
42 {
43 # Have a file to avoid errors with tazpkg install.
44 mkdir -p $fs/etc/X11
45 echo "$VERSION" > $fs/etc/X11/version
46 }