diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-25 22:15:09 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-25 22:15:09 -0300 |
commit | 1bd072836ea6b87ea922e4a7d9db36cc8592d890 (patch) | |
tree | 2dbbc2e02b206254764a5293b5773e34cbc3b4e3 /libre-testing | |
parent | 05252aac0bc2527999c83d69e71fb327ddb00099 (diff) | |
download | abslibre-1bd072836ea6b87ea922e4a7d9db36cc8592d890.tar.gz abslibre-1bd072836ea6b87ea922e4a7d9db36cc8592d890.tar.bz2 abslibre-1bd072836ea6b87ea922e4a7d9db36cc8592d890.zip |
xorg-server-libre (libre-testing): fix provides, conflicts and replaces
Diffstat (limited to 'libre-testing')
-rw-r--r-- | libre-testing/xorg-server-libre/PKGBUILD | 6 |
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}" |