From 356abed1eac7b80dc6abad189d0ea93225ceca26 Mon Sep 17 00:00:00 2001 From: Drake Justice Date: Sat, 28 Jun 2014 15:24:05 -0400 Subject: [PATCH] xorg-xkb-utils -> transition to xorg-xkbutils, xorg-xkbcomp, xorg-xkbevd, xorg-setxkbmap --- xorg-setxkbmap/PKGBUILD | 27 +++++++++++++++++ xorg-xkb-utils/LICENSE.setxkbmap | 22 -------------- xorg-xkb-utils/LICENSE.xkbevd | 22 -------------- xorg-xkb-utils/LICENSE.xkbutils | 22 -------------- xorg-xkb-utils/PKGBUILD | 50 +++----------------------------- xorg-xkbcomp/PKGBUILD | 27 +++++++++++++++++ xorg-xkbevd/PKGBUILD | 28 ++++++++++++++++++ xorg-xkbutils/PKGBUILD | 27 +++++++++++++++++ 8 files changed, 113 insertions(+), 112 deletions(-) create mode 100644 xorg-setxkbmap/PKGBUILD delete mode 100644 xorg-xkb-utils/LICENSE.setxkbmap delete mode 100644 xorg-xkb-utils/LICENSE.xkbevd delete mode 100644 xorg-xkb-utils/LICENSE.xkbutils create mode 100644 xorg-xkbcomp/PKGBUILD create mode 100644 xorg-xkbevd/PKGBUILD create mode 100644 xorg-xkbutils/PKGBUILD diff --git a/xorg-setxkbmap/PKGBUILD b/xorg-setxkbmap/PKGBUILD new file mode 100644 index 000000000..ecf028283 --- /dev/null +++ b/xorg-setxkbmap/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Drake Justice + +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" +} diff --git a/xorg-xkb-utils/LICENSE.setxkbmap b/xorg-xkb-utils/LICENSE.setxkbmap deleted file mode 100644 index 78f516a5a..000000000 --- a/xorg-xkb-utils/LICENSE.setxkbmap +++ /dev/null @@ -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. diff --git a/xorg-xkb-utils/LICENSE.xkbevd b/xorg-xkb-utils/LICENSE.xkbevd deleted file mode 100644 index a43337ecb..000000000 --- a/xorg-xkb-utils/LICENSE.xkbevd +++ /dev/null @@ -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. diff --git a/xorg-xkb-utils/LICENSE.xkbutils b/xorg-xkb-utils/LICENSE.xkbutils deleted file mode 100644 index a43337ecb..000000000 --- a/xorg-xkb-utils/LICENSE.xkbutils +++ /dev/null @@ -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. diff --git a/xorg-xkb-utils/PKGBUILD b/xorg-xkb-utils/PKGBUILD index b41f329f8..6f300c1ba 100644 --- a/xorg-xkb-utils/PKGBUILD +++ b/xorg-xkb-utils/PKGBUILD @@ -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') diff --git a/xorg-xkbcomp/PKGBUILD b/xorg-xkbcomp/PKGBUILD new file mode 100644 index 000000000..eb4b76fb4 --- /dev/null +++ b/xorg-xkbcomp/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Drake Justice + +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}/" +} diff --git a/xorg-xkbevd/PKGBUILD b/xorg-xkbevd/PKGBUILD new file mode 100644 index 000000000..6dbcb429c --- /dev/null +++ b/xorg-xkbevd/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Drake Justice + +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}/" +} + diff --git a/xorg-xkbutils/PKGBUILD b/xorg-xkbutils/PKGBUILD new file mode 100644 index 000000000..cc2b0cf1b --- /dev/null +++ b/xorg-xkbutils/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Drake Justice