[arch-commits] Commit in libxkbui/repos/extra-i686 (LICENSE LICENSE PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue Jan 17 20:51:08 UTC 2017


    Date: Tuesday, January 17, 2017 @ 20:51:07
  Author: andyrtr
Revision: 286841

archrelease: copy trunk to extra-i686

Added:
  libxkbui/repos/extra-i686/LICENSE
    (from rev 286840, libxkbui/trunk/LICENSE)
  libxkbui/repos/extra-i686/PKGBUILD
    (from rev 286840, libxkbui/trunk/PKGBUILD)
Deleted:
  libxkbui/repos/extra-i686/LICENSE
  libxkbui/repos/extra-i686/PKGBUILD

----------+
 LICENSE  |   50 +++++++++++++++++++++++++-------------------------
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2017-01-17 20:50:59 UTC (rev 286840)
+++ LICENSE	2017-01-17 20:51:07 UTC (rev 286841)
@@ -1,25 +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.
-
- ********************************************************/

Copied: libxkbui/repos/extra-i686/LICENSE (from rev 286840, libxkbui/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-01-17 20:51:07 UTC (rev 286841)
@@ -0,0 +1,25 @@
+/************************************************************
+ 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.
+
+ ********************************************************/

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 20:50:59 UTC (rev 286840)
+++ PKGBUILD	2017-01-17 20:51:07 UTC (rev 286841)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libxkbui
-pkgver=1.0.2
-pkgrel=5
-pkgdesc="X11 keyboard UI presentation library"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxt' 'libxkbfile')
-makedepends=('pkgconfig')
-source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2"
-        'LICENSE')
-md5sums=('1143e456f7429e18e88f2eadb2f2b6b1'
-         'd1efaa1271fc028cd5bec33f836ee9ef')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libxkbui/repos/extra-i686/PKGBUILD (from rev 286840, libxkbui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 20:51:07 UTC (rev 286841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxkbui
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="X11 keyboard UI presentation library"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxt' 'libxkbfile')
+makedepends=('pkgconfig')
+source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2"
+        'LICENSE')
+md5sums=('1143e456f7429e18e88f2eadb2f2b6b1'
+         'd1efaa1271fc028cd5bec33f836ee9ef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list