FS#13823 - xfce4-sensors-plugin makedepends on wrong pkg

Attached to Project: Arch Linux
Opened by Steffen Weber (boenki) - Monday, 16 March 2009, 21:30 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 17 March 2009, 12:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

xfce4-sensors-plugin makedepends on 'netcat'.
Actually 'gnu-netcat' is installed and the pkg builds fine.

But makepkg -sr (the r option) fails to remove netcat after the build.

Additional info:
* package version(s):
pkgname=xfce4-sensors-plugin
pkgver=0.10.99.6
pkgrel=2

Steps to reproduce:
compile xfce4-sensors-plugin with 'makepkg -sr'

How to fix:
change in PKGBUILD
makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'netcat')
to
makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat')
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Tuesday, 17 March 2009, 12:56 GMT
Reason for closing:  Fixed
Comment by Andreas Radke (AndyRTR) - Tuesday, 17 March 2009, 12:56 GMT
gnu-netcat provides netcat. so it's not a big deal. anyway changed it in trunk for the next build.

Loading...