[arch-commits] Commit in xsnow/repos (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Thu Jul 3 23:10:16 UTC 2014


    Date: Friday, July 4, 2014 @ 01:10:16
  Author: eric
Revision: 216444

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /LICENSE              |   18 ++++++++++++++
 /PKGBUILD             |   58 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/LICENSE    |    9 -------
 extra-i686/PKGBUILD   |   31 -------------------------
 extra-x86_64/LICENSE  |    9 -------
 extra-x86_64/PKGBUILD |   31 -------------------------
 6 files changed, 76 insertions(+), 80 deletions(-)

Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE	2014-07-03 23:07:48 UTC (rev 216443)
+++ extra-i686/LICENSE	2014-07-03 23:10:16 UTC (rev 216444)
@@ -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-i686/LICENSE (from rev 216443, xsnow/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2014-07-03 23:10:16 UTC (rev 216444)
@@ -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: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-07-03 23:07:48 UTC (rev 216443)
+++ extra-i686/PKGBUILD	2014-07-03 23:10:16 UTC (rev 216444)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xsnow
-pkgver=1.42
-pkgrel=5
-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')
-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)
-md5sums=('451d8fc0a2b5393b428faa496a556036'
-         '60d377d8f9c0e99297160a464d4a0a9e')
-sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
-          'c93e236bed35a2d5dc23202c1c615d4e146fba49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  xmkmf
-  make depend
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" MANPATH=/usr/share/man install install.man
-  chmod 644 "${pkgdir}/usr/share/man/man1/xsnow.1x"
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: xsnow/repos/extra-i686/PKGBUILD (from rev 216443, xsnow/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-03 23:10:16 UTC (rev 216444)
@@ -0,0 +1,29 @@
+# $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"
+}

Deleted: extra-x86_64/LICENSE
===================================================================
--- extra-x86_64/LICENSE	2014-07-03 23:07:48 UTC (rev 216443)
+++ extra-x86_64/LICENSE	2014-07-03 23:10:16 UTC (rev 216444)
@@ -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 216443, xsnow/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2014-07-03 23:10:16 UTC (rev 216444)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-07-03 23:07:48 UTC (rev 216443)
+++ extra-x86_64/PKGBUILD	2014-07-03 23:10:16 UTC (rev 216444)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xsnow
-pkgver=1.42
-pkgrel=5
-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')
-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)
-md5sums=('451d8fc0a2b5393b428faa496a556036'
-         '60d377d8f9c0e99297160a464d4a0a9e')
-sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
-          'c93e236bed35a2d5dc23202c1c615d4e146fba49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  xmkmf
-  make depend
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" MANPATH=/usr/share/man install install.man
-  chmod 644 "${pkgdir}/usr/share/man/man1/xsnow.1x"
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: xsnow/repos/extra-x86_64/PKGBUILD (from rev 216443, xsnow/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-03 23:10:16 UTC (rev 216444)
@@ -0,0 +1,29 @@
+# $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"
+}




More information about the arch-commits mailing list