Package Details: meh-git 0.3.56.ga8da4f8-1

Git Clone URL: https://aur.archlinux.org/meh-git.git (read-only, click to copy)
Package Base: meh-git
Description: A minimal image viewer using raw XLib.
Upstream URL: http://www.johnhawthorn.com/meh/
Licenses: custom:MIT
Conflicts: meh
Submitter: andreas_baumann
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 17
Popularity: 0.000000
First Submitted: 2013-08-02 15:10 (UTC)
Last Updated: 2024-01-01 10:52 (UTC)

Latest Comments

andreas_baumann commented on 2024-01-02 09:11 (UTC)

"should pull from HEAD", yes. If the original author is still reacting to pull request and emails, that would be an option. Currently he doesn't. :-)

haawda commented on 2024-01-02 08:55 (UTC)

-git packages should pull from HEAD. Why not uploading ths as "meh"-package?

andreas_baumann commented on 2023-12-30 10:56 (UTC) (edited on 2024-01-02 16:27 (UTC) by andreas_baumann)

I created a new integration branch, currently containing:

The patch for giflib >= 5.0 is upstream, so it's no longer needed as local patch.

Tried to reach the author about merging all patches, but so far no answer.

Not integrated patches:

  • https://github.com/GeorgeTG/meh: directory interation support, violates a little bit the Unix philosophy, can be easily achieved with: meh -list <(find a_directory -type f)

shuall commented on 2015-10-10 19:54 (UTC)

was missing the (less than useful) manpage. Here's a fixed package, in case meh ever get's changed, it could be better to use their install directive. package() { cd $srcdir/$_gitname make PREFIX=/usr DESTDIR=$pkgdir install # install -D -m 755 meh $pkgdir/usr/bin/meh install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE }

haawda commented on 2014-06-17 21:42 (UTC)

giflib 5.1 introduces a new API, so this PKGBUILD needed an adjustment.