[arch-commits] CVS update of arch/build/x11/xscreensaver (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Aug 3 00:35:07 UTC 2007


    Date: Thursday, August 2, 2007 @ 20:35:07
  Author: eric
    Path: /home/cvs-arch/arch/build/x11/xscreensaver

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.46 -> 1.47)

upgpkg: xscreensaver 5.03-1
added license


----------+
 LICENSE  |    9 +++++++++
 PKGBUILD |   25 +++++++++++++++----------
 2 files changed, 24 insertions(+), 10 deletions(-)


Index: arch/build/x11/xscreensaver/LICENSE
diff -u /dev/null arch/build/x11/xscreensaver/LICENSE:1.1
--- /dev/null	Thu Aug  2 20:35:06 2007
+++ arch/build/x11/xscreensaver/LICENSE	Thu Aug  2 20:35:06 2007
@@ -0,0 +1,9 @@
+/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski <jwz at jwz.org>
+ * 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.
+ */
Index: arch/build/x11/xscreensaver/PKGBUILD
diff -u arch/build/x11/xscreensaver/PKGBUILD:1.46 arch/build/x11/xscreensaver/PKGBUILD:1.47
--- arch/build/x11/xscreensaver/PKGBUILD:1.46	Fri May 11 12:40:34 2007
+++ arch/build/x11/xscreensaver/PKGBUILD	Thu Aug  2 20:35:06 2007
@@ -1,20 +1,24 @@
-# $Id: PKGBUILD,v 1.46 2007/05/11 16:40:34 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.47 2007/08/03 00:35:06 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Sean Middleditch <elanthis at awesomeplay.com>
+
 pkgname=xscreensaver
-pkgver=5.02
+pkgver=5.03
 pkgrel=1
 pkgdesc="Screen saver and locker for the X Window System"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.jwz.org/xscreensaver/"
 license=('BSD')
-backup=(etc/pam.d/xscreensaver)
+backup=('etc/pam.d/xscreensaver')
 depends=('libxmu' 'libxxf86misc' 'libglade' 'libxpm' 'mesa' 'pam')
 makedepends=('bc')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-	xscreensaver.pam)
-url="http://www.jwz.org/xscreensaver/"
-md5sums=('83937791b30f55f52011d4fee0f5dff3'
-         '367a3538f54db71f108b34cfa31088ac')
+source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
+	xscreensaver.pam LICENSE)
+md5sums=('367b0397132102faf43e71e27bbdc181' '367a3538f54db71f108b34cfa31088ac'\
+         '5e7f3f2a63d20a484742f5b4cb5d572c')
+sha1sums=('e283a52faf6148273a82a9e5c9ed70c5722cdcb8'\
+          '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'\
+          '4209ea586b204fd1d81c382a0522c654f9fd9134')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -28,6 +32,7 @@
        --with-fortune="/bin/cat /etc/arch-release" --mandir="/usr/man" || return 1
   make || return 1
   make install_prefix=${startdir}/pkg install || return 1
+  install -D -m644 ../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
 
   mkdir -p ${startdir}/pkg/etc/pam.d
   install -m644 ${startdir}/src/xscreensaver.pam ${startdir}/pkg/etc/pam.d/xscreensaver




More information about the arch-commits mailing list