summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-07-25 22:15:09 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-07-25 22:15:09 -0300
commit1bd072836ea6b87ea922e4a7d9db36cc8592d890 (patch)
tree2dbbc2e02b206254764a5293b5773e34cbc3b4e3 /libre-testing
parent05252aac0bc2527999c83d69e71fb327ddb00099 (diff)
xorg-server-libre (libre-testing): fix provides, conflicts and replaces
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/xorg-server-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre-testing/xorg-server-libre/PKGBUILD b/libre-testing/xorg-server-libre/PKGBUILD
index 0b2dd9b3c..398888c8b 100644
--- a/libre-testing/xorg-server-libre/PKGBUILD
+++ b/libre-testing/xorg-server-libre/PKGBUILD
@@ -108,10 +108,10 @@ package_xorg-server-libre() {
backup=('etc/X11/xorg.conf.d/10-evdev.conf' 'etc/X11/xorg.conf.d/10-quirks.conf')
# see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
# and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
- provides=('X-ABI-VIDEODRV_VERSION=18' 'X-ABI-XINPUT_VERSION=21' 'X-ABI-EXTENSION_VERSION=8.0' 'x-server' 'xorg-server')
+ provides=('X-ABI-VIDEODRV_VERSION=18' 'X-ABI-XINPUT_VERSION=21' 'X-ABI-EXTENSION_VERSION=8.0' 'x-server' "$pkgbase=$pkgver")
groups=('xorg')
- conflicts=('nvidia-utils' 'glamor-egl' 'xorg-server')
- replaces=('nvidia-utils' 'glamor-egl' 'xorg-server')
+ conflicts=('nvidia-utils' 'glamor-egl' "$pkgbase")
+ replaces=('nvidia-utils' 'glamor-egl' "$pkgbase")
install=xorg-server.install
cd "${pkgbase}-${pkgver}"