xorg-xkb-utils -> transition to xorg-xkbutils, xorg-xkbcomp, xorg-xkbevd, xorg-setxkbmap

This commit is contained in:
Drake Justice 2014-06-28 15:24:05 -04:00
parent ddeb46bd2c
commit 356abed1ea
8 changed files with 113 additions and 112 deletions

27
xorg-setxkbmap/PKGBUILD Normal file
View File

@ -0,0 +1,27 @@
# Maintainer: Drake Justice <djustice@chakraos.org>
pkgname=xorg-setxkbmap
pkgver=1.3.0
pkgrel=1
pkgdesc='Set the keyboard using the X Keyboard Extension'
url='http://xorg.freedesktop.org/'
license=('custom')
arch=('x86_64')
depends=('libxkbfile')
makedepends=('xorg-util-macros')
source=("${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2")
sha1sums=('d10885d6215b06789961c67557df46406f99c2b7')
groups=('xorg-apps' 'xorg')
build() {
cd "${srcdir}/setxkbmap-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/setxkbmap-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}

View File

@ -1,22 +0,0 @@
Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

View File

@ -1,22 +0,0 @@
Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

View File

@ -1,22 +0,0 @@
Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

View File

@ -3,51 +3,9 @@
pkgname=xorg-xkb-utils
pkgver=7.6
pkgrel=4
pkgdesc="X.org keyboard utilities"
arch=(x86_64)
pkgrel=2
pkgdesc="Transition package depending on various X keyboard utilities"
arch=('any')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxaw' 'libxkbfile')
makedepends=(pkgconfig inputproto)
source=(${url}/releases/individual/app/xkbutils-1.0.4.tar.bz2
${url}/releases/individual/app/xkbcomp-1.2.4.tar.bz2
${url}/releases/individual/app/xkbevd-1.1.3.tar.bz2
${url}/releases/individual/app/setxkbmap-1.3.0.tar.bz2
${url}/releases/individual/app/xkbprint-1.0.3.tar.bz2
LICENSE.setxkbmap LICENSE.xkbevd LICENSE.xkbutils)
md5sums=('502b14843f610af977dffc6cbf2102d5'
'a0fc1ac3fc4fe479ade09674347c5aa0'
'37ed71525c63a9acd42e7cde211dcc5b'
'1001771344608e120e943a396317c33a'
'526b5ba87cccd05aa700fa628bcfda3e'
'7c20baa6a26c32a04b1b1d6cbaa626a7'
'7b1fc39455375a25afe6f9594ff979ac'
'7b1fc39455375a25afe6f9594ff979ac')
build() {
cd "${srcdir}"
for i in *; do
if [ -d "${i}" ]; then
pushd "${i}"
./configure --prefix=/usr --mandir=/usr/share/man
make
popd
fi
done
}
package() {
cd "${srcdir}"
for i in *; do
if [ -d "${i}" ]; then
pushd "${i}"
make DESTDIR="${pkgdir}" install
install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.${i%-*}
popd
fi
done
# Replacing stub license files
install -D -m644 "${srcdir}"/LICENSE.* "${pkgdir}/usr/share/licenses/${pkgname}/"
}
depends=('xorg-xkbutils' 'xorg-xkbcomp' 'xorg-xkbevd' 'xorg-setxkbmap')

27
xorg-xkbcomp/PKGBUILD Normal file
View File

@ -0,0 +1,27 @@
# Maintainer: Drake Justice <djustice@chakraos.org>
pkgname=xorg-xkbcomp
pkgver=1.2.4
pkgrel=1
pkgdesc="X Keyboard description compiler"
arch=(x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxkbfile')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2)
sha1sums=('695d2f2824884d9e54aa1419282ae167fdea163b')
build() {
cd "${srcdir}/xkbcomp-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/xkbcomp-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}

28
xorg-xkbevd/PKGBUILD Normal file
View File

@ -0,0 +1,28 @@
# Maintainer: Drake Justice <djustice@chakraos.org>
pkgname=xorg-xkbevd
pkgver=1.1.3
pkgrel=1
pkgdesc="XKB event daemon"
arch=('x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxkbfile')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=("${url}/releases/individual/app/xkbevd-${pkgver}.tar.bz2")
sha1sums=('543963ba22b019b4e059e8605eb418f8a712b76e')
build() {
cd "${srcdir}/xkbevd-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/xkbevd-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}

27
xorg-xkbutils/PKGBUILD Normal file
View File

@ -0,0 +1,27 @@
# Maintainer: Drake Justice <djustice@chakraos.org
pkgname=xorg-xkbutils
pkgver=1.0.4
pkgrel=1
pkgdesc="XKB utility demos"
arch=('x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxaw' 'libxt' 'libx11')
makedepends=('xorg-util-macros' 'xproto' 'inputproto')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2)
sha256sums=('d2a18ab90275e8bca028773c44264d2266dab70853db4321bdbc18da75148130')
build() {
cd "${srcdir}/xkbutils-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/xkbutils-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}