[arch-commits] Commit in xsnow/repos/extra-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 20 22:31:12 UTC 2017


    Date: Wednesday, December 20, 2017 @ 22:31:08
  Author: arojas
Revision: 313444

archrelease: copy trunk to extra-x86_64

Added:
  xsnow/repos/extra-x86_64/LICENSE
    (from rev 313443, xsnow/trunk/LICENSE)
  xsnow/repos/extra-x86_64/PKGBUILD
    (from rev 313443, xsnow/trunk/PKGBUILD)
Deleted:
  xsnow/repos/extra-x86_64/LICENSE
  xsnow/repos/extra-x86_64/PKGBUILD

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

Deleted: LICENSE
===================================================================
--- LICENSE	2017-12-20 22:30:39 UTC (rev 313443)
+++ LICENSE	2017-12-20 22:31:08 UTC (rev 313444)
@@ -1,9 +0,0 @@
- 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.

Copied: xsnow/repos/extra-x86_64/LICENSE (from rev 313443, xsnow/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-12-20 22:31:08 UTC (rev 313444)
@@ -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.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 22:30:39 UTC (rev 313443)
+++ PKGBUILD	2017-12-20 22:31:08 UTC (rev 313444)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xsnow
-pkgver=1.42
-pkgrel=6
-pkgdesc="Display snow, Santa and his reindeers on the root window"
-arch=('i686' 'x86_64')
-url="http://dropmix.xs4all.nl/rick/Xsnow/"
-license=('custom')
-depends=('libxpm')
-makedepends=('imake')
-source=(http://dropmix.xs4all.nl/rick/Xsnow/${pkgname}-${pkgver}.tar.gz LICENSE)
-sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
-          'c93e236bed35a2d5dc23202c1c615d4e146fba49')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  xmkmf
-  make depend
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install.man
-  chmod 644 "${pkgdir}/usr/share/man/man1/xsnow.1x"
-  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: xsnow/repos/extra-x86_64/PKGBUILD (from rev 313443, xsnow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 22:31:08 UTC (rev 313444)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xsnow
+pkgver=1.42
+pkgrel=7
+pkgdesc="Display snow, Santa and his reindeers on the root window"
+arch=('x86_64')
+url="https://janswaal.home.xs4all.nl/Xsnow/"
+license=('custom')
+depends=('libxpm')
+makedepends=('imake')
+source=(https://janswaal.home.xs4all.nl/Xsnow/xsnow-$pkgver.tar.gz LICENSE)
+sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
+          'c93e236bed35a2d5dc23202c1c615d4e146fba49')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  xmkmf
+  make depend
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install.man
+  chmod 644 "${pkgdir}/usr/share/man/man1/xsnow.1x"
+  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list