[arch-commits] Commit in xf86-input-jamstudio/repos (3 files)
Eric Bélanger
eric at archlinux.org
Sun Apr 26 22:46:56 UTC 2009
Date: Sunday, April 26, 2009 @ 18:46:56
Author: eric
Revision: 36675
Merged revisions 36674 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/xf86-input-jamstudio/trunk
........
r36674 | eric | 2009-04-26 18:46:39 -0400 (Sun, 26 Apr 2009) | 2 lines
upgpkg: xf86-input-jamstudio 1.2.0-3
Added license
........
Added:
xf86-input-jamstudio/repos/extra-x86_64/LICENSE
(from rev 36674, xf86-input-jamstudio/trunk/LICENSE)
Modified:
xf86-input-jamstudio/repos/extra-x86_64/ (properties)
xf86-input-jamstudio/repos/extra-x86_64/PKGBUILD
----------+
LICENSE | 22 ++++++++++++++++++++++
PKGBUILD | 9 ++++++---
2 files changed, 28 insertions(+), 3 deletions(-)
Property changes on: xf86-input-jamstudio/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /xf86-input-jamstudio/trunk:1-28570
+ /xf86-input-jamstudio/trunk:1-36674
Copied: xf86-input-jamstudio/repos/extra-x86_64/LICENSE (from rev 36674, xf86-input-jamstudio/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE (rev 0)
+++ extra-x86_64/LICENSE 2009-04-26 22:46:56 UTC (rev 36675)
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 2002 by Brian Goines (bgoines78 at comcast.net)
+
+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, and that the name of Brian Goines not be used in
+advertising or publicity pertaining to distribution of the software without
+specific, written prior permission. Brian Goines makes no
+representations about the suitability of this software for any purpose. It
+is provided "as is" without express or implied warranty.
+
+BRIAN GOINES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL FREDERIC LEPIED 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.
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-26 22:46:39 UTC (rev 36674)
+++ extra-x86_64/PKGBUILD 2009-04-26 22:46:56 UTC (rev 36675)
@@ -3,18 +3,20 @@
pkgname=xf86-input-jamstudio
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="X.Org KB-Gear JamStudio pentablet input driver"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
+license=('custom')
depends=('glibc')
makedepends=('pkgconfig' 'xorg-server>=1.6.0')
conflicts=('xorg-server<1.6.0')
options=('!libtool')
groups=('xorg-input-drivers')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- git-cbc4a590.patch)
-md5sums=('8011f90d7dd801d26e8c3dd058633978' '1f3250bf56c3e54a470a7da82eeecdb3')
+ git-cbc4a590.patch LICENSE)
+md5sums=('8011f90d7dd801d26e8c3dd058633978' '1f3250bf56c3e54a470a7da82eeecdb3'\
+ '251dae247583bd46978756ae4f41cc33')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,4 +24,5 @@
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
+ install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
More information about the arch-commits
mailing list