Skip to content

Commit

Permalink
Archlinux: more permissive with xorg-server update
Browse files Browse the repository at this point in the history
  • Loading branch information
neowutran committed Apr 1, 2020
1 parent 59a3e33 commit ddedb60
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Maintainer: Olivier Medoc <[email protected]>
pkgname=(qubes-vm-gui qubes-vm-pulseaudio)
pkgver=`cat version`
pkgrel=9
pkgrel=10
epoch=
pkgdesc="The Qubes GUI Agent for AppVMs"
arch=("x86_64")
Expand Down Expand Up @@ -51,10 +50,7 @@ make appvm

package_qubes-vm-gui() {

depends=('xorg-xinit' 'libxcomposite' 'zenity' 'qubes-libvchan-xen' 'python-xcffib'
'xorg-server>=1.20.4' 'xorg-server<1.20.8'
'qubes-vm-core>=3.0.14'
)
depends=('xorg-xinit' 'libxcomposite' 'zenity' 'qubes-libvchan-xen' 'python-xcffib' 'xorg-server>=1.20' 'xorg-server<1.21')
install=PKGBUILD.install

make install-rh-agent DESTDIR=$pkgdir LIBDIR=/usr/lib USRLIBDIR=/usr/lib SYSLIBDIR=/usr/lib
Expand All @@ -70,9 +66,7 @@ install -D $srcdir/PKGBUILD-z-qubes-session.sh $pkgdir/etc/X11/xinit/xinitrc.d/z
package_qubes-vm-pulseaudio() {

pkgdesc="Pulseaudio support for Qubes VM"
depends=( 'alsa-lib' 'alsa-utils' 'pulseaudio-alsa'
'pulseaudio>=13.0' 'pulseaudio<14.0'
)
depends=( 'alsa-lib' 'alsa-utils' 'pulseaudio-alsa' 'pulseaudio<14.0')
install=PKGBUILD-pulseaudio.install
pa_ver=`(pkg-config --modversion libpulse 2>/dev/null || echo 0.0) | cut -f 1 -d "-"`

Expand All @@ -81,4 +75,3 @@ make install-pulseaudio DESTDIR=$pkgdir PA_VER=$pa_ver LIBDIR=/usr/lib USRLIBDIR
}

# vim:set ts=2 sw=2 et:

0 comments on commit ddedb60

Please sign in to comment.