[arch-commits] Commit in xcursor-themes/repos/extra-any (LICENSE PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Aug 29 13:41:38 UTC 2011


    Date: Monday, August 29, 2011 @ 09:41:38
  Author: jgc
Revision: 136445

archrelease: copy trunk to extra-any

Added:
  xcursor-themes/repos/extra-any/PKGBUILD
    (from rev 136444, xcursor-themes/trunk/PKGBUILD)
Deleted:
  xcursor-themes/repos/extra-any/LICENSE
  xcursor-themes/repos/extra-any/PKGBUILD

----------+
 LICENSE  |   24 ------------------------
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 2 files changed, 26 insertions(+), 49 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2011-08-29 13:41:22 UTC (rev 136444)
+++ LICENSE	2011-08-29 13:41:38 UTC (rev 136445)
@@ -1,24 +0,0 @@
-Copyright 1996-2002 Software in the Public Interest, Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-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
-SOFTWARE IN THE PUBLIC INTEREST, INC. 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 Software in the Public
-Interest, Inc. shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization from Software in the Public Interest, Inc.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-29 13:41:22 UTC (rev 136444)
+++ PKGBUILD	2011-08-29 13:41:38 UTC (rev 136445)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xcursor-themes
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="X.org Cursor themes"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('MIT')
-makedepends=('pkgconfig' 'xorg-apps')
-source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2 LICENSE)
-md5sums=('ba21aad0b353f1881f5069e423a44587'
-         '31eccf56949504b5ce33110068948cf2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: xcursor-themes/repos/extra-any/PKGBUILD (from rev 136444, xcursor-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-08-29 13:41:38 UTC (rev 136445)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcursor-themes
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="X.org Cursor themes"
+arch=(any)
+url="http://xorg.freedesktop.org/"
+license=('MIT')
+makedepends=('pkgconfig' 'xorg-xcursorgen' 'xorg-util-macros')
+source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ba21aad0b353f1881f5069e423a44587')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list