Package Details: xtract 1.1.0-3

Package Base: xtract
Description: Decompresses and extracts archives - designed for file manager integration
Upstream URL: http://igurublog.wordpress.com/downloads/script-xtract/
Category: system
Licenses: GPL3
Submitter: IgnorantGuru
Maintainer: IgnorantGuru
Last Packager: None
Votes: 8
First Submitted: 2010-05-30 17:59
Last Updated: 2012-08-03 14:01

Latest Comments

Comment by not_anonymous

2015-01-09 16:11

Adding the two lines outlined below to the PKGBUILD makes the build tools happy". (I know you are on "hiatus", so this is a note for the end-users.)

$ cat diff.PKGBUILD
--- PKGBUILD 2012-08-03 07:57:52.000000000 -0600
+++ PKGBUILD 2014-10-14 04:21:42.667580353 -0600
@@ -6,0 +7 @@
+depends=(desktop-file-utils)
@@ -8,0 +10 @@
+install=$pkgname.install

Comment by IgnorantGuru

2012-08-03 14:03

Thanks I added your fix

Comment by skarphace

2012-07-30 01:19

Build fails because it looks like it forgets to create a symlink for the xtract.desktop in the src directory. An easy out is editing the PKGBUILD to swap lines with this:

install -Dm644 "$srcdir/../$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"