wok view xorg/receipt @ rev 16591
slitaz-i18n: encodings are still used in translations and web pages, so add gconv modules to locale packages. Add: full set of locale-xx-extra. Up: all locale-xx, locale-xx-extra, slitaz-i18n, slitaz-i18n-extra (4.2). Up slitaz-tools, slitaz-tools-boxes (5.8.6)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 06 23:19:04 2014 +0300 (2014-05-06) |
parents | e20ef155330b |
children | 136e6be5a91e |
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg"
4 VERSION="7.4"
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="http://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-libXaw
19 xorg-libXcomposite
20 xorg-libXcursor
21 xorg-libXdamage
22 xorg-libXdmcp
23 xorg-libXext
24 xorg-libXfixes
25 xorg-libXfont
26 xorg-libXft
27 xorg-libXi
28 xorg-libXinerama
29 xorg-libxkbfile
30 xorg-libXmu
31 xorg-libXpm
32 xorg-libXrandr
33 xorg-libXrender
34 xorg-libXss
35 xorg-libXt
36 xorg-libXtst
37 xorg-libXxf86vm
38 xorg-xkbcomp
39 xorg-xkeyboard-config"
41 # Rules to gen a SliTaz package suitable for Tazpkg.
42 genpkg_rules()
43 {
44 # Have a file to avoid errors with tazpkg install.
45 mkdir -p $fs/etc/X11
46 echo "$VERSION" > $fs/etc/X11/version
47 }