summaryrefslogtreecommitdiff
path: root/community/xkeycaps
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/xkeycaps
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/xkeycaps')
-rw-r--r--community/xkeycaps/PKGBUILD28
-rw-r--r--community/xkeycaps/license.txt54
2 files changed, 82 insertions, 0 deletions
diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD
new file mode 100644
index 000000000..8c9a1c9f5
--- /dev/null
+++ b/community/xkeycaps/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 20050 2010-07-02 09:22:39Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
+
+pkgname=xkeycaps
+pkgver=2.46
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="XKeyCaps is a graphical front-end to xmodmap."
+url="http://www.jwz.org/xkeycaps/"
+license=('custom')
+depends=('libxaw')
+makedepends=('imake')
+source=(http://www.jwz.org/$pkgname/$pkgname-$pkgver.tar.Z
+ license.txt)
+md5sums=('6792f828db6538f44f7696a8783b44ac'
+ '6d44b50641d2e7898aebcc668d204751')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ xmkmf || return 1
+ make MANPATH=/usr/share/man || return 1
+ make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=$pkgdir MANPATH=/usr/share/man install.man || return 1
+ install -Dm644 ../license.txt \
+ $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
diff --git a/community/xkeycaps/license.txt b/community/xkeycaps/license.txt
new file mode 100644
index 000000000..09b3b3ff2
--- /dev/null
+++ b/community/xkeycaps/license.txt
@@ -0,0 +1,54 @@
+COPYRIGHT Copyright © 1991-1999 by Jamie Zawinski. Permission to use,
+ copy, modify, distribute, and sell this software and its
+ documentation for any purpose is hereby granted without fee,
+ provided that the above copyright notice appear in all copies and
+ that both that copyright notice and this permission notice appear
+ in supporting documentation. No representations are made about the
+ suitability of this software for any purpose. It is provided "as
+ is" without express or implied warranty.
+
+AUTHOR
+ Jamie Zawinski <jwz@jwz.org>, 10-nov-91.
+
+ XKeyCaps is no longer maintained. See http://www.jwz.org/xkeycaps/
+ for details.
+
+ Thanks to everyone who contributed keyboard definitions over the years:
+
+ Jonathan Abbey, Alon Albert, Vladimir Alexiev, David Arnold, David
+ Axmark, Ruediger Back, Pedro Bayon, Corne Beerse, Eric Benson,
+ Christoph Berg, Markus Berndt, Roger Binns, Stefan Bj|rnelund,
+ black@westford.ccur.com, Mark Borges, Volker Bosch, Dave Brooks,
+ Lorenzo M. Catucci, Michel Catudal, Francois Regis Colin, John
+ Coppens, Cesar Crusius, Bart Van Cutsem, Matthew Davey,
+ Christopher Davis, Albrecht Dress, Kristian Ejvind, Michael Elbel,
+ Joe English, Eric Fischer, Morgan Fletcher, Olivier Galibert,
+ Carson Gaspar, Andre Gerhard, Daniel Glastonbury, Christian
+ F. Goetze, Dan R. Greening, Edgar Greuter, John Gotts, Berthold
+ Gunreben, Jens Hafsteinsson, Adam Hamilton, Magnus Hammerin,
+ Kenneth Harker, Ben Harris, Mikael Hedin, Tom Ivar Helbekkmo, Mick
+ Hellstrom, Neil Hendin, Andre Heynatz, Mike Hicks, Alan Ho, Hide
+ Horiuchi, Dirk Jablonowski, Alan Jaffray, Anders Wegge Jakobsen,
+ Chris Jones, Jorgen Jonsson, Peter Kaiser, Heikki Kantola, Tufan
+ Karadere, Benedikt Kessler, Philippe Kipfer, Edwin Klement, John
+ Knox, Haavard Kvaalen, Frederic Leguern, Simon Leinen, Michael
+ Lemke, Tor Lillqvist, Torbj|rn Lindgren, Tony Lindstrom, Richard
+ Lloyd, Ulric Longyear, Ulf Magnusson, Cliff Marcellus, John
+ A. Martin, Tom McConnell, Grant McDorman, Hein Meling, Jason
+ Merrill, Aleksandar Milivojevic, Manuel Moreno, Ken Nakata, Pekka
+ Nikander, Todd Nix, Leif Nixon, Christian Nybo, Antoni Pamies
+ Olive, Edgar Bonet Orozco, Steven W. Orr, Martin Ouwehand, Daniel
+ Packman, John Palmieri, Chris Paulson-Ellis, Eduardo Perez,
+ Michael Piotrowski, Andrej Presern, Jeremy Prior, Dominique
+ Quatravaux, Matthias Rabe, Garst R. Reese, Peter Remmers, Todd
+ Richmond, Ken Rose, Pavel Rosendorf, Gael Roualland, Lucien
+ Saviot, Johannes Schmidt-Fischer, Andreas Schuch, Larry Schwimmer,
+ Joe Siegrist, Jarrod Smith, Tom Spindler, Robin Stephenson, Joerg
+ Stippa, D. Stolte, A. A. Stoorvogel, Juergen Stuber, Markus
+ Stumpf, Jeffrey Templon, Jay Thorne, Anthony Thyssen, Christoph
+ Tietz, tkil@scrye.com, Juha Vainikka, Poonlap Veeratanabutr, Ivo
+ Vollrath, Gord Vreugdenhil, Ronan Waide, Jan Wedekind, Bj|rn
+ Wennberg, Mats Wichmann, Stephen Williams, Barry Warsaw, Steven
+ Winikoff, Carl Witty, Stephen Wray, Endre Witzoe, Kazutaka Yokota,
+ Yair Zadik, and Robert Zwickenpflug.
+