[arch-commits] Commit in xsnow/trunk (PKGBUILD)
Eric BĂ©langer
eric at nymeria.archlinux.org
Thu Jul 3 23:07:49 UTC 2014
Date: Friday, July 4, 2014 @ 01:07:48
Author: eric
Revision: 216443
upgpkg: xsnow 1.42-6
Rebuild to add mtree file, Shorten description
Modified:
xsnow/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-03 21:19:59 UTC (rev 216442)
+++ PKGBUILD 2014-07-03 23:07:48 UTC (rev 216443)
@@ -3,8 +3,8 @@
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."
+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')
@@ -11,13 +11,11 @@
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}"
+ cd ${pkgname}-${pkgver}
xmkmf
make depend
make
@@ -24,8 +22,8 @@
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" MANPATH=/usr/share/man install install.man
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install install.man
chmod 644 "${pkgdir}/usr/share/man/man1/xsnow.1x"
- install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
More information about the arch-commits
mailing list