Package Details: litemdview 0.0.32-2

Git Clone URL: https://aur.archlinux.org/litemdview.git (read-only, click to copy)
Package Base: litemdview
Description: Suckless markdown viewer
Upstream URL: https://codeberg.org/g0tsu/litemdview
Licenses: GPL2
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 1
Popularity: 0.000002
First Submitted: 2022-01-07 12:45 (UTC)
Last Updated: 2023-04-19 16:51 (UTC)

Latest Comments

lmat commented on 2024-10-18 14:54 (UTC)

Does not build:

make[2]: Entering directory '/home/lmat/builds/aur/litemdview/src/litemdview/discount'
  CC       libmarkdown_la-amalloc.lo
  CC       libmarkdown_la-basename.lo
  CC       libmarkdown_la-Csio.lo
  CC       libmarkdown_la-css.lo
  CC       libmarkdown_la-docheader.lo
  CC       libmarkdown_la-dumptree.lo
  CC       libmarkdown_la-emmatch.lo
  CC       libmarkdown_la-flagprocs.lo
  CC       libmarkdown_la-flags.lo
  CC       libmarkdown_la-generate.lo
  CC       libmarkdown_la-gethopt.lo
gethopt.c: In function 'hopterr':
gethopt.c:48:1: error: type of 'val' defaults to 'int' [-Wimplicit-int]
   48 | hopterr(ctx,val)
      | ^~~~~~~
make[2]: *** [Makefile:576: libmarkdown_la-gethopt.lo] Error 1
make[2]: Leaving directory '/home/lmat/builds/aur/litemdview/src/litemdview/discount'
make[1]: *** [Makefile:442: all-recursive] Error 1
make[1]: Leaving directory '/home/lmat/builds/aur/litemdview/src/litemdview'
make: *** [Makefile:374: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

kanehekili commented on 2024-01-20 19:52 (UTC)

As of today does not build

litemdview-0.0.32.tar.gz ... FAILED
litemdview.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

haawda commented on 2022-01-14 14:40 (UTC)

Added. But I also opend an issue at https://notabug.org/g0tsu/litemdview/issues/1 about it upstream. Please join.

solsticedhiver commented on 2022-01-07 22:16 (UTC) (edited on 2022-01-07 22:57 (UTC) by solsticedhiver)

May be add a .desktop file with mimetype handled like text/markdown ?

Something like:

[Desktop Entry]
Version=1.0
Name=litemdview
GenericName=Markdown Viewer
Comment=Suckless Markdown viewer
Exec=litemdview %u
Icon=litemdview
Terminal=false
X-MultipleArgs=false
Type=Application
MimeType=text/markdown;text/x-markdown
StartupNotify=true
StartupWMClass=litemdview