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