Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#4678 - <extra/x11> wmcalclock and wmmoonclock have wrong sources

Attached to Project: Arch Linux
Opened by Varun Acharya (ganja_guru) - Monday, 22 May 2006, 06:48 GMT
Last edited by Jan de Groot (JGC) - Saturday, 30 June 2007, 20:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jason Chu (jason)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

correct PKGBUILD for wmcalclock is

# $Id: PKGBUILD,v 1.5 2004/04/19 06:24:58 dorphell Exp $
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: Jason Chu <jason@archlinux.org>

pkgname=wmcalclock
pkgver=1.25
pkgrel=1
pkgdesc="A Calendar clock [WindowMaker dockapp] with antialiased text"
arch=(i686 x86_64)
source=(http://dockapps.org/download.php/id/16/wmCalClock-$pkgver.tar.gz)
url="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"

NOEXTRACT=1

build() {
cd $startdir/src
tar -xvf wmCalClock-$pkgver.tar.gz
cd $startdir/src/wmCalClock-$pkgver/Src
./configure --prefix=/usr
mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1
make || return 1
make DESTDIR=$startdir/pkg/usr install
}


and for wmmoonclock

# $Id: PKGBUILD,v 1.5 2004/04/19 06:24:58 dorphell Exp $
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: Jason Chu <jason@archlinux.org>

pkgname=wmmoonclock
pkgver=1.27
pkgrel=1
pkgdesc="WindowMaker dockapp that shows lunar ephemeris to fairly high accuracy"
arch=(i686 x86_64)
depends=('windowmaker')
source=(http://www.dockapps.org/download.php/id/21/wmMoonClock-$pkgver.tar.gz)
url="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"

NOEXTRACT=1

build() {
cd $startdir/src
tar -xvf wmMoonClock-$pkgver.tar.gz
cd $startdir/src/wmMoonClock-$pkgver/Src
./configure --prefix=/usr
mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1
make || return 1
make DESTDIR=$startdir/pkg/usr install
}



I'll go ahead and tag the old PKGBUILD's arch=(i686 x86_64), because they compile fine on x86_64,but I wont change the sources. I'll leave it to the maintainer to make the required changes.

Thanks.
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 30 June 2007, 20:50 GMT
Reason for closing:  Won't fix
Additional comments about closing:  The packages are no longer in the repository.

Loading...