mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 12:57:44 +08:00
forget to commit xkeyboard-config
This commit is contained in:
parent
5d4a57159d
commit
d2a55fb8ba
@ -2,22 +2,23 @@
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
|
||||
|
||||
pkgname=xkeyboard-config
|
||||
pkgver=2.12
|
||||
pkgver=2.20
|
||||
pkgrel=1
|
||||
pkgdesc="X keyboard configuration files"
|
||||
arch=(any)
|
||||
license=('custom')
|
||||
url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
|
||||
makedepends=('intltool' 'xorg-xkbcomp')
|
||||
url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
|
||||
makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
|
||||
provides=('xkbdata')
|
||||
replaces=('xkbdata')
|
||||
conflicts=('xkbdata')
|
||||
source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('65b62b95b77b609cb6c0439e0148c48c3ab7dcb5c90eb8d34cf1cb8f360cca44')
|
||||
source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||
validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
|
||||
sha256sums=('d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr \
|
||||
--with-xkb-base=/usr/share/X11/xkb \
|
||||
--with-xkb-rules-symlink=xorg \
|
||||
@ -26,7 +27,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
|
||||
|
Loading…
Reference in New Issue
Block a user