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
Search Criteria
Package Details: xtract 1.1.0-3
Package Actions
| 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: | |
| Submitter: | IgnorantGuru |
| Maintainer: | IgnorantGuru |
| Last Packager: | None |
| Votes: | 8 |
| First Submitted: | 2010-05-30 17:59 |
| Last Updated: | 2012-08-03 14:01 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by not_anonymous
Comment by IgnorantGuru
Thanks I added your fix
Comment by skarphace
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"