FS#34664 - [pacman] should include lzop, lrzip and compress (whatever this is) as optdeps

Attached to Project: Arch Linux
Opened by (Det) - Sunday, 07 April 2013, 20:14 GMT
Last edited by Allan McRae (Allan) - Sunday, 07 April 2013, 22:05 GMT
Task Type Bug Report
Category Packages: Core
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 2
Private No

Details

Description:

Now that we have these in makepkg:

*tar.gz) ${COMPRESSGZ[@]:-gzip -c -f -n} ;;
*tar.bz2) ${COMPRESSBZ2[@]:-bzip2 -c -f} ;;
*tar.xz) ${COMPRESSXZ[@]:-xz -c -z -} ;;
*tar.lrz) ${COMPRESSLRZ[@]:-lrzip -q} ;;
*tar.lzo) ${COMPRESSLZO[@]:-lzop -q} ;;
*tar.Z) ${COMPRESSZ[@]:-compress -c -f} ;;

..the ones outside of [core] (or maybe even them?) should be included in the optional dependencies (which currently lists only fakeroot).

The names of these things are:

.tar.gz = gzip [core]
.tar.gz2 = bzip2 [core]
.tar.xz = xz [core]
.tar.lrz = lrzip [community]
.tar.lzo = lzop [extra]
.tar.Z = compress (?) (I dunno, I couldn't find it anywhere - not even with `pkgfile`)

Additional info:
* pacman 4.1.0-2
This task depends upon

Closed by  Allan McRae (Allan)
Sunday, 07 April 2013, 22:05 GMT
Reason for closing:  Won't implement
Comment by John (graysky) - Sunday, 07 April 2013, 21:51 GMT

Loading...