Date: Saturday, October 29, 2011 @ 22:03:37 Author: bisson Revision: 141361
fix FS#26681 Modified: p7zip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-29 19:59:46 UTC (rev 141360) +++ PKGBUILD 2011-10-30 02:03:37 UTC (rev 141361) @@ -7,11 +7,12 @@ pkgname=p7zip pkgver=9.20.1 -pkgrel=5 +pkgrel=6 pkgdesc='Command-line version of the 7zip compressed file archiver' url='http://p7zip.sourceforge.net/' license=('GPL' 'custom') arch=('i686' 'x86_64') +depends=('gcc-libs' 'bash') optdepends=('wxgtk: GUI' 'desktop-file-utils: desktop entries') makedepends=('yasm' 'nasm' 'wxgtk') @@ -47,7 +48,6 @@ /usr/share/doc/p7zip/DOCS/unRarLicense.txt # Integration with stuff... - install -D contrib/VirtualFileSystemForMidnightCommander/u7z "${pkgdir}"/usr/lib/mc/extfs.d/u7z install -D GUI/p7zip_32.png "${pkgdir}"/usr/share/icons/hicolor/32x32/apps/p7zip.png install -d "${pkgdir}"/usr/share/{applications,kde4/services/ServiceMenus} cp GUI/kde4/* "${pkgdir}"/usr/share/kde4/services/ServiceMenus/
