From 8095f170b10769c0879511eb4c076b256e403c96 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Sat, 20 Nov 2010 00:04:25 +0000 Subject: xorg-xkb-utils: recompile --- abs/core/xorg-xkb-utils/LICENSE.setxkbmap | 22 ++++++++++++++++ abs/core/xorg-xkb-utils/LICENSE.xkbevd | 22 ++++++++++++++++ abs/core/xorg-xkb-utils/LICENSE.xkbutils | 22 ++++++++++++++++ abs/core/xorg-xkb-utils/PKGBUILD | 42 +++++++++++++++++++------------ 4 files changed, 92 insertions(+), 16 deletions(-) create mode 100644 abs/core/xorg-xkb-utils/LICENSE.setxkbmap create mode 100644 abs/core/xorg-xkb-utils/LICENSE.xkbevd create mode 100644 abs/core/xorg-xkb-utils/LICENSE.xkbutils diff --git a/abs/core/xorg-xkb-utils/LICENSE.setxkbmap b/abs/core/xorg-xkb-utils/LICENSE.setxkbmap new file mode 100644 index 0000000..78f516a --- /dev/null +++ b/abs/core/xorg-xkb-utils/LICENSE.setxkbmap @@ -0,0 +1,22 @@ + 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/abs/core/xorg-xkb-utils/LICENSE.xkbevd b/abs/core/xorg-xkb-utils/LICENSE.xkbevd new file mode 100644 index 0000000..a43337e --- /dev/null +++ b/abs/core/xorg-xkb-utils/LICENSE.xkbevd @@ -0,0 +1,22 @@ + 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/abs/core/xorg-xkb-utils/LICENSE.xkbutils b/abs/core/xorg-xkb-utils/LICENSE.xkbutils new file mode 100644 index 0000000..a43337e --- /dev/null +++ b/abs/core/xorg-xkb-utils/LICENSE.xkbutils @@ -0,0 +1,22 @@ + 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/abs/core/xorg-xkb-utils/PKGBUILD b/abs/core/xorg-xkb-utils/PKGBUILD index 15ab306..ad15056 100644 --- a/abs/core/xorg-xkb-utils/PKGBUILD +++ b/abs/core/xorg-xkb-utils/PKGBUILD @@ -1,32 +1,42 @@ -# $Id: PKGBUILD 18690 2008-11-08 17:01:43Z jgc $ -# Maintainer: Alexander Baldeck -# Contributor: Jan de Groot +# $Id: PKGBUILD 61601 2009-12-19 21:31:47Z jgc $ +# Maintainer: Jan de Groot + pkgname=xorg-xkb-utils -pkgver=7.4 -pkgrel=1 +pkgver=7.5 +pkgrel=2 pkgdesc="X.org keyboard utilities" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" +license=('custom') depends=('libxaw>=1.0.5' 'libxkbfile') -makedepends=(pkgconfig) -source=(${url}/releases/individual/app/xkbutils-1.0.1.tar.bz2 - ${url}/releases/individual/app/xkbcomp-1.0.5.tar.bz2 - ${url}/releases/individual/app/xkbevd-1.0.2.tar.bz2 - ${url}/releases/individual/app/setxkbmap-1.0.4.tar.bz2) -md5sums=('84396a3dd75337caaae29d8fa5616fb1' - '6cc96c3e4ed5d9802fe717beac008f19' - '68f2a143716c23b566f8509d9498f516' - '6fab3bb176be9e510c5613d054ef1ca4') +makedepends=(pkgconfig inputproto) +source=(${url}/releases/individual/app/xkbutils-1.0.2.tar.bz2 + ${url}/releases/individual/app/xkbcomp-1.1.1.tar.bz2 + ${url}/releases/individual/app/xkbevd-1.1.0.tar.bz2 + ${url}/releases/individual/app/setxkbmap-1.1.0.tar.bz2 + ${url}/releases/individual/app/xkbprint-1.0.2.tar.bz2 + LICENSE.setxkbmap LICENSE.xkbevd LICENSE.xkbutils) +md5sums=('369a21641b7ca983d6641298e51d97f8' + '38c387bacdc01038c8ac280588792bcf' + '8d3c1485c2dd62ea7395a37377958a39' + '2f902e0a89aaf2b19e06e7f26c6efb3a' + '3d3eb10466442354d6b73b503b9829db' + '7c20baa6a26c32a04b1b1d6cbaa626a7' + '7b1fc39455375a25afe6f9594ff979ac' + '7b1fc39455375a25afe6f9594ff979ac') build() { cd "${srcdir}" for i in *; do if [ -d "${i}" ]; then pushd "${i}" - ./configure --prefix=/usr || return 1 + ./configure --prefix=/usr --mandir=/usr/share/man || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 + install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.${i%-*} || return 1 popd fi done +# Replacing stub license files + install -D -m644 "${srcdir}"/LICENSE.* "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1 } -- cgit v0.12