Package Details: photini-git 15.01.1.r12.g4614fd0f-1

Package Base: photini-git
Description: An easy to use digital photograph metadata (EXIF, IPTC, XMP) editing application
Upstream URL: https://github.com/jim-easterbrook/Photini
Category: multimedia
Licenses: GPL
Submitter: dracorp
Maintainer: dracorp
Last Packager: dracorp
Votes: 0
First Submitted: 2014-07-26 19:15
Last Updated: 2015-04-18 11:31

Dependencies (9)

Required by (0)

Sources

Latest Comments

Comment by MightyPork

2015-04-18 08:37

this pkgbuild doesn't work.
adding this in PKGBUILD partially fixes it:

sed '140 s/#/ /' -i setup.py
sed '142 s/^ /#/' -i setup.py

but the app is still broken it seems (also missing python2-six as a dependency)

Comment by dracorp

2014-09-22 17:32

Thx Thah

Comment by Thah

2014-09-22 11:02

Two problems:

1. version mismatch:

$ makepkg
==> Making package: photini-git Windows.14.09.r4.gad637d1-1

while PKGBUILD and .AURINFO announce version 14.07.0.r2.gf5f5327-1

2. (probably upstream) installing bug but potentially fixable in PKGBUILD

[DIR]/photini-git/pkg/photini-git/usr/lib/python2.7/site-packages/photini/photini.desktop": Failed to create file '/usr/share/applications/photini.desktop.JAPGMX': Permission denied
error: command 'desktop-file-install' failed with exit status 1
==> ERROR: A failure occurred in package().
Aborting...

Workaround:
Remove/comment out line 140 ("self.spawn(['desktop-file-install', '--delete-original', temp_file])" in src/Photini/setup.py and repackage with makepkg -R.

A PKGBUILD fix could use sed or a patch on setup.py and install photini.desktop through the package() function.