[arch-commits] Commit in xsnow/trunk (ChangeLog PKGBUILD)
Eric Bélanger
eric at archlinux.org
Fri May 6 04:34:00 UTC 2011
Date: Friday, May 6, 2011 @ 00:34:00
Author: eric
Revision: 122681
upgpkg: xsnow 1.42-5
Rebuilt with latest toolchain
Modified:
xsnow/trunk/PKGBUILD
Deleted:
xsnow/trunk/ChangeLog
-----------+
ChangeLog | 6 ------
PKGBUILD | 30 ++++++++++++++----------------
2 files changed, 14 insertions(+), 22 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2011-05-06 03:55:00 UTC (rev 122680)
+++ ChangeLog 2011-05-06 04:34:00 UTC (rev 122681)
@@ -1,6 +0,0 @@
-2008-03-31 Eric Belanger <eric at archlinux.org>
-
- * xsnow 1.42-4
- * FSH man pages
- * Added ChangeLog
-
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-05-06 03:55:00 UTC (rev 122680)
+++ PKGBUILD 2011-05-06 04:34:00 UTC (rev 122681)
@@ -1,33 +1,31 @@
# $Id$
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=xsnow
pkgver=1.42
-pkgrel=4
-pkgdesc="xsnow will let it snow on the root window and on windows. Santa and his reindeer will complete your festive-season feeling."
+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=('glibc' 'libxpm')
+depends=('libxpm')
makedepends=('imake')
source=(http://dropmix.xs4all.nl/rick/Xsnow/${pkgname}-${pkgver}.tar.gz LICENSE)
-md5sums=('451d8fc0a2b5393b428faa496a556036' '60d377d8f9c0e99297160a464d4a0a9e')
+md5sums=('451d8fc0a2b5393b428faa496a556036'
+ '60d377d8f9c0e99297160a464d4a0a9e')
sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
'c93e236bed35a2d5dc23202c1c615d4e146fba49')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- xmkmf
- make depend
- make || return 1
+ 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 -Dm644 ${srcdir}/LICENSE \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ 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"
}
More information about the arch-commits
mailing list