[arch-commits] CVS update of extra/x11/xsnow (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Dec 9 21:39:42 UTC 2007


    Date: Sunday, December 9, 2007 @ 16:39:42
  Author: eric
    Path: /home/cvs-extra/extra/x11/xsnow

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: xsnow 1.42-3
added man page and license, updated url


----------+
 LICENSE  |    9 +++++++++
 PKGBUILD |   29 ++++++++++++++++++-----------
 2 files changed, 27 insertions(+), 11 deletions(-)


Index: extra/x11/xsnow/LICENSE
diff -u /dev/null extra/x11/xsnow/LICENSE:1.1
--- /dev/null	Sun Dec  9 16:39:42 2007
+++ extra/x11/xsnow/LICENSE	Sun Dec  9 16:39:42 2007
@@ -0,0 +1,9 @@
+ Copyright
+ ---------
+ Xsnow is available freely and you may give it to other people as is, 
+ but I retain all rights. Therefore it does not classify as 'Public 
+ Domain' software. It *is* allowed to package Xsnow for Unix/Linux
+ distributions, CD-Roms etc, and to make the necessary changes to
+ makefiles etc. to facilitate this. 
+
+©Copyright 1984, 1988, 1990, 1993-1995, 2000-2001 by Rick Jansen, all rights reserved.
Index: extra/x11/xsnow/PKGBUILD
diff -u extra/x11/xsnow/PKGBUILD:1.8 extra/x11/xsnow/PKGBUILD:1.9
--- extra/x11/xsnow/PKGBUILD:1.8	Sun May 21 14:25:07 2006
+++ extra/x11/xsnow/PKGBUILD	Sun Dec  9 16:39:42 2007
@@ -1,20 +1,27 @@
-# $Id: PKGBUILD,v 1.8 2006/05/21 18:25:07 uid1014 Exp $
+# $Id: PKGBUILD,v 1.9 2007/12/09 21:39:42 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
-# Maintainer: simo <simo at archlinux.org>
+
 pkgname=xsnow
 pkgver=1.42
-pkgrel=2
+pkgrel=3
 pkgdesc="xsnow will let it snow on the root window and on windows. Santa and his reindeer will complete your festive-season feeling."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://dropmix.xs4all.nl/rick/Xsnow/"
+license=('custom')
 depends=('glibc' 'libxpm')
 makedepends=('imake')
-source=(http://www.euronet.nl/~rja/Xsnow/$pkgname-$pkgver.tar.gz)
-url="http://www.euronet.nl/~rja/Xsnow/"
+source=(http://dropmix.xs4all.nl/rick/Xsnow/$pkgname-$pkgver.tar.gz LICENSE)
+md5sums=('451d8fc0a2b5393b428faa496a556036' '60d377d8f9c0e99297160a464d4a0a9e')
+sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
+          'c93e236bed35a2d5dc23202c1c615d4e146fba49')
 
 build() {
-	cd $startdir/src/$pkgname-$pkgver
-	xmkmf
-	make depend
-	make || return 1
-	make DESTDIR=$startdir/pkg install
+  cd $startdir/src/$pkgname-$pkgver
+  xmkmf
+  make depend
+  make || return 1
+  make DESTDIR=$startdir/pkg install install.man
+  chmod 644 $startdir/pkg/usr/man/man1/xsnow.1x
+  install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list