Skip to content

Commit

Permalink
archlinux: bump xorg server version to 1.20.0 and add missing dependi…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
Olivier MEDOC committed May 19, 2018
1 parent 4427218 commit 316237c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license=('GPL')
groups=()
makedepends=(pkg-config make gcc patch git automake autoconf libtool
pulseaudio
xorg-server-devel xorg-util-macros xf86dgaproto libxcomposite
qubes-vm-gui-common qubes-libvchan-xen qubes-db-vm libxt
xorg-server-devel xorg-util-macros xf86dgaproto libxcomposite libxt pixman
qubes-vm-gui-common qubes-libvchan-xen qubes-db-vm
)
checkdepends=()
optdepends=()
Expand Down Expand Up @@ -59,7 +59,7 @@ make appvm
package_qubes-vm-gui() {

depends=('xorg-xinit' 'libxcomposite' 'zenity' 'qubes-libvchan-xen' 'python2-xcffib'
'xorg-server>=1.19.0' 'xorg-server<1.20.0'

This comment has been minimized.

Copy link
@nathanielhourt

nathanielhourt Aug 28, 2018

So how important is this xorg-server<1.20.1 restriction? I had to knock it off as it was preventing me from building the archlinux template... It seems to work OK, but IDK what to look for.

'xorg-server>=1.20.0' 'xorg-server<1.20.1'
'qubes-vm-core>=3.0.14'
)
install=PKGBUILD.install
Expand Down

0 comments on commit 316237c

Please sign in to comment.