[arch-commits] Commit in xbitmaps/repos (3 files)

Eric Bélanger eric at archlinux.org
Tue Apr 21 02:20:23 UTC 2009


    Date: Monday, April 20, 2009 @ 22:20:23
  Author: eric
Revision: 36340

Merged revisions 356,4671,36335 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xbitmaps/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r4671 | jgc | 2008-07-08 13:36:37 -0400 (Tue, 08 Jul 2008) | 2 lines
  
  Cleanup PKGBUILD. No rebuilds: resulting package is the same and no license included still
........
  r36335 | eric | 2009-04-20 22:05:40 -0400 (Mon, 20 Apr 2009) | 2 lines
  
  upgpkg: xbitmaps 1.0.1-2
      Added license
........

Added:
  xbitmaps/repos/extra-i686/LICENSE
    (from rev 36335, xbitmaps/trunk/LICENSE)
Modified:
  xbitmaps/repos/extra-i686/	(properties)
  xbitmaps/repos/extra-i686/PKGBUILD

----------+
 LICENSE  |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD |   18 +++++++++---------
 2 files changed, 58 insertions(+), 9 deletions(-)


Property changes on: xbitmaps/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xbitmaps/trunk:1
   + /xbitmaps/trunk:1-36339

Copied: xbitmaps/repos/extra-i686/LICENSE (from rev 36335, xbitmaps/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2009-04-21 02:20:23 UTC (rev 36340)
@@ -0,0 +1,49 @@
+Copyright 1988, 1998  The Open Group
+
+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.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+
+
+/*****************************************************************************/
+/**       Copyright 1988 by Evans & Sutherland Computer Corporation,        **/
+/**                          Salt Lake City, Utah                           **/
+/**                                                                         **/
+/**                           All Rights Reserved                           **/
+/**                                                                         **/
+/**    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  permis-    **/
+/**    sion  notice appear in supporting  documentation,  and  that  the    **/
+/**    name  of Evans & Sutherland  not be used in advertising or publi-    **/
+/**    city pertaining to distribution  of the software without  specif-    **/
+/**    ic, written prior permission.                                        **/
+/**                                                                         **/
+/**    EVANS  & SUTHERLAND  DISCLAIMS  ALL  WARRANTIES  WITH  REGARD  TO    **/
+/**    THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI-    **/
+/**    TY AND FITNESS, IN NO EVENT SHALL EVANS &  SUTHERLAND  BE  LIABLE    **/
+/**    FOR  ANY  SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY  DAM-    **/
+/**    AGES  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 PER-    **/
+/**    FORMANCE OF THIS SOFTWARE.                                           **/
+/*****************************************************************************/

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-21 02:17:26 UTC (rev 36339)
+++ extra-i686/PKGBUILD	2009-04-21 02:20:23 UTC (rev 36340)
@@ -3,19 +3,19 @@
 
 pkgname=xbitmaps
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Bitmap files"
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
+license=('custom')
 makedepends=('pkgconfig')
-_xorg=X11R7.0
-_relname=xbitmaps
-source=(${url}/releases/${_xorg}/src/everything/${_relname}-${_xorg}-${pkgver}.tar.bz2)
-md5sums=('22c6f4a17220cd6b41d9799905f8e357')
+source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+md5sums=('b28a9840cde3c38d7c09716372fea257' '546bd110a7759da7ca26c07a6e29b642')
 
 build() {
-  cd ${startdir}/src/${_relname}-${_xorg}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-




More information about the arch-commits mailing list