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#6475 - k3b missing dependencies (growisofs)

Attached to Project: Arch Linux
Opened by chaykin (chaykin) - Thursday, 22 February 2007, 16:47 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello.
I just wanted to let you know that k3b requires growisofs from dvd+rw-tools (http://www.archlinux.org/packages/search/?q=dvd%2Brw-tools) so I guess it should be added as k3b's dependencies. Thanks.
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Saturday, 03 March 2007, 18:34 GMT
Reason for closing:  Not a bug
Comment by Jan de Groot (JGC) - Thursday, 22 February 2007, 16:49 GMT
This is described in the post_install/upgrade script:

post_install() {
echo "k3b: If you have a DVD-Burner, you should install 'dvd+rw-tools' "
echo "k3b: For 'k3bsetup' to work, you need 'kdesu'. kdesu part of 'kdebase' "
}

# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
echo "k3b: If you have a DVD-Burner, you should install 'dvd+rw-tools' "
echo "k3b: For 'k3bsetup' to work, you need 'kdesu'. kdesu is part of 'kdebase' "
}

Though the script is wrong: k3bsetup is no longer shipped :P

Loading...