Update all meta-pkgs for depends as bdeps.
This commit is contained in:
parent
25c0bbaa2c
commit
da6d5f8c1a
|
@ -4,14 +4,13 @@ version=7.6
|
|||
revision=4
|
||||
build_style=meta
|
||||
# xinit is not in xorg-7.5 app directory?!!
|
||||
makedepends="iceauth>=1.0.4 sessreg>=1.0.6 setxkbmap>=1.2.0 smproxy>=1.0.4
|
||||
depends="iceauth>=1.0.4 sessreg>=1.0.6 setxkbmap>=1.2.0 smproxy>=1.0.4
|
||||
x11perf>=1.5.2 xauth>=1.0.5 xbacklight>=1.1.2 xcmsdb>=1.0.3 xcursorgen>=1.0.4
|
||||
xdpyinfo>=1.2.0 xev>=1.1.0 xgamma>=1.0.4 xhost>=1.0.4
|
||||
xinput>=1.5.3 xkbcomp>=1.2.0 xkbevd>=1.1.2 xkbutils>=1.0.3 xkill>=1.0.3
|
||||
xlsatoms>=1.1.0 xlsclients>=1.1.1 xmodmap>=1.0.5 xpr>=1.0.3 xprop>=1.2.0
|
||||
xrandr>=1.3.4 xrdb>=1.0.7 xrefresh>=1.0.4 xset>=1.2.1 xsetroot>=1.1.0
|
||||
xvinfo>=1.1.1 xwd>=1.0.4 xwininfo>=1.1.1 xwud>=1.0.3 xinit>=1.1.1"
|
||||
depends="${makedepends}"
|
||||
short_desc="X.org applications"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=xorg-fonts
|
|||
version=7.6
|
||||
revision=3
|
||||
build_style=meta
|
||||
makedepends="encodings>=1.0.4 font-adobe-100dpi>=1.0.3 font-adobe-75dpi>=1.0.3
|
||||
depends="encodings>=1.0.4 font-adobe-100dpi>=1.0.3 font-adobe-75dpi>=1.0.3
|
||||
font-adobe-utopia-100dpi>=1.0.4 font-adobe-utopia-75dpi>=1.0.4
|
||||
font-adobe-utopia-type1>=1.0.4 font-bh-100dpi>=1.0.3 font-bh-75dpi>=1.0.3
|
||||
font-bh-lucidatypewriter-100dpi>=1.0.3 font-bh-lucidatypewriter-75dpi>=1.0.3
|
||||
|
@ -12,7 +12,6 @@ makedepends="encodings>=1.0.4 font-adobe-100dpi>=1.0.3 font-adobe-75dpi>=1.0.3
|
|||
font-daewoo-misc>=1.0.3 font-dec-misc>=1.0.3 font-ibm-type1>=1.0.3
|
||||
font-isas-misc>=1.0.3 font-jis-misc>=1.0.3 font-misc-misc>=1.1.2
|
||||
font-mutt-misc>=1.0.3 dejavu-fonts-ttf"
|
||||
depends="${makedepends}"
|
||||
short_desc="Modular Xorg Fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
|
|
|
@ -3,8 +3,7 @@ pkgname=xorg-input-drivers
|
|||
version=7.6
|
||||
revision=3
|
||||
build_style=meta
|
||||
makedepends="xf86-input-evdev>=2.5.0 xf86-input-synaptics>=1.3.0 xf86-input-vmmouse>=12.6.10 xf86-input-wacom>=0.14.0"
|
||||
depends="${makedepends}"
|
||||
depends="xf86-input-evdev>=2.5.0 xf86-input-synaptics>=1.3.0 xf86-input-vmmouse>=12.6.10 xf86-input-wacom>=0.14.0"
|
||||
short_desc="X.org input drivers meta-package"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
|
|
|
@ -3,8 +3,7 @@ pkgname=xorg-minimal
|
|||
version=1.0
|
||||
revision=2
|
||||
build_style=meta
|
||||
makedepends="xorg-server xauth xinit xf86-input-evdev"
|
||||
depends="${makedepends}"
|
||||
depends="xorg-server xauth xinit xf86-input-evdev"
|
||||
short_desc="Xorg meta-package including xorg-xserver and needed tools"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
|
|
|
@ -3,13 +3,12 @@ pkgname=xorg-video-drivers
|
|||
version=7.6
|
||||
revision=11
|
||||
build_style=meta
|
||||
makedepends="
|
||||
depends="
|
||||
xf86-video-ati>=7.0
|
||||
xf86-video-intel>=2.20.13
|
||||
xf86-video-vesa>=1:2.3.2
|
||||
xf86-video-nouveau>=1.0.4
|
||||
xf86-video-modesetting>=0.6.0"
|
||||
depends="${makedepends}"
|
||||
short_desc="X.org video drivers meta-package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
|
|
@ -3,8 +3,7 @@ pkgname=xorg
|
|||
version=7.6
|
||||
revision=3
|
||||
build_style=meta
|
||||
makedepends="xorg-fonts>=7.6 xorg-server>=1.9.3 xorg-apps>=7.6 xorg-input-drivers>=7.6 xorg-video-drivers>=7.6"
|
||||
depends="${makedepends}"
|
||||
depends="xorg-fonts>=7.6 xorg-server>=1.9.3 xorg-apps>=7.6 xorg-input-drivers>=7.6 xorg-video-drivers>=7.6"
|
||||
short_desc="X.org meta-package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
|
|
Loading…
Reference in New Issue