Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compile on archlinux #29

Merged
merged 1 commit into from
Dec 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Olivier Medoc <[email protected]>
pkgname=(qubes-vm-gui qubes-vm-pulseaudio)
pkgver=`cat version`
Expand All @@ -16,7 +11,7 @@ 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
qubes-vm-gui-common qubes-libvchan-xen qubes-db-vm libxt
)
checkdepends=()
optdepends=()
Expand Down