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)
Search Criteria
Package Details: photini-git 15.01.1.r12.g4614fd0f-1
Package Actions
| 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: | |
| 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)
- libgexiv2
- pyqt
- python2-appdirs
- python2-gobject2
- git (make)
- python2 (make)
- gdata-python-client (optional) – Upload to Picasa
- gphoto (optional) – access to camera
- python2-flickrapi (optional) – Upload to Flickr
Required by (0)
Sources
Latest Comments
Comment by MightyPork
Comment by dracorp
Thx Thah
Comment by Thah
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.