Search Criteria
Package Details: geeqie-git 20200406-1
Git Clone URL: | https://aur.archlinux.org/geeqie-git.git (read-only, click to copy) |
---|---|
Package Base: | geeqie-git |
Description: | Lightweight image viewer |
Upstream URL: | http://www.geeqie.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Zuf |
Maintainer: | ipha |
Last Packager: | ipha |
Votes: | 43 |
Popularity: | 0.004191 |
First Submitted: | 2012-01-06 16:19 |
Last Updated: | 2020-04-09 20:13 |
Dependencies (8)
- exiv2
- ffmpegthumbnailer
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- git (git-git) (make)
- intltool (make)
- python (python-dbg) (make)
- fbida (optional) – for jpeg rotation
- librsvg (librsvg-git, librsvg-minimal-git) (optional) – SVG rendering
Required by (1)
- peyote (requires geeqie) (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
haawda commented on 2017-05-21 12:19
Does not build for me. Can someone confirm this?
I opened an upstream issue for this.
https://github.com/BestImageViewer/geeqie/issues/486
Alad commented on 2015-07-14 06:44
The official package does have it though, and freedesktop associations won't work if this isn't included.
stevenhoneyman commented on 2015-07-13 16:50
Updated source URL, thanks.
Those namcap 'errors' aren't errors. There's no reason to assume someone has/needs 'desktop-file-utils' and wants their mime types messing with.
Alad commented on 2015-07-13 07:20
Also, namcap output:
geeqie-git E: Mime type handler found. Add "update-desktop-database -q" to the install file
geeqie-git E: Dependency desktop-file-utils detected and not included (needed for update-desktop-database)
geeqie-git W: Dependency lcms2 included but already satisfied
Alad commented on 2015-07-13 07:15
New URL: http://www.geeqie.org/git/geeqie.git/
Alad commented on 2015-07-13 07:14
==> Retrieving sources...
-> Cloning geeqie git repo...
Cloning into bare repository '/home/think/makepkg/sources/geeqie'...
fatal: unable to connect to gitorious.org:
gitorious.org[0: 109.107.38.78]: errno=No route to host
gitorious.org[1: 2a02:c0:1014::1]: errno=Network is unreachable
Alister.Hood commented on 2014-12-15 22:47
Users can still build a GTK2 version by passing --disable-gtk3 to configure.
stevenhoneyman commented on 2014-06-28 18:49
Adopted + Updated. Please let me know in the comments if the documentation bug still occurs (that was from 2 years ago so I hope it's fixed!)
stevenhoneyman commented on 2014-06-18 18:36
Please can you update this PKGBUILD to use the inbuilt VCS sources system?
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#VCS_sources
If you don't want to/don't use this software anymore - I'm willing to maintain this package, just let me know :)
Thanks,
Steven
pezcurrel commented on 2012-08-14 16:44
Now the fix for...
/usr/bin/install: cannot create regular file ‘/tmp/yaourt-tmp-myuser/aur-geeqie-git/pkg/usr/share/doc/geeqie-1.0/html/AdvancedFeatures.html’: No such file or directory
...is to add...
install -d -m755 "$pkgdir"/usr/share/doc/geeqie-1.1/html
...just befere the "make install" line ("1.1" instead of "1.0").
Also, I think it would be good to enable lirc support by adding "--enable-lirc" at the end of "./autogen.sh" and "./configure" lines, and changing the "optdepends" line to something like...
optdepends=('librsvg: SVG rendering' 'lirc-utils: install lirc-utils and reinstall geeqie-git to enable linux infrared remote control support')
This way if it finds lirc installed it enables it, otherwise it silently ignores it.