Package Details: diagram 20170903-2

Git Clone URL: https://aur.archlinux.org/diagram.git (read-only, click to copy)
Package Base: diagram
Description: CLI app to convert ascii arts into hand drawn diagrams written in go.
Upstream URL: https://github.com/esimov/diagram
Licenses: MIT
Submitter: orumin
Maintainer: None
Last Packager: orumin
Votes: 0
Popularity: 0.000000
First Submitted: 2017-08-19 01:11 (UTC)
Last Updated: 2017-09-28 11:04 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

orumin commented on 2017-09-28 11:10 (UTC)

@gusdunn fixed. *CAUTION to all* You will be fail to build package, if you already installed this package its version is 20170819. please remove this package before update it.

gusdunn commented on 2017-08-20 16:16 (UTC)

I am getting that it can not find the font it needs. I think it might need to be places somewhere manually in the `package` step maybe? ``` $ diagram panic: open ./font/gloriahallelujah.ttf: no such file or directory goroutine 1 [running]: github.com/esimov/diagram/canvas.NewCanvas(0xc42001eb40, 0x5b1648, 0x1b, 0x4008000000000000, 0x1) /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/canvas/canvas.go:25 +0x125 github.com/esimov/diagram/canvas.DrawDiagram(0xc42009d600, 0x2a9, 0xc42016eb70, 0x27, 0xa, 0xc42016eb70) /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/canvas/generator.go:336 +0x238 github.com/esimov/diagram/ui.(*UI).drawDiagram(0xc420016480, 0x5ad0aa, 0x7, 0xc42003fe74, 0x2) /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/ui/panels.go:458 +0x2f4 github.com/esimov/diagram/ui.onDrawDiagram.func1(0xc4200d8000, 0xc4200ea2d0, 0xc42003fcc8, 0x4d35b7) /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/ui/handlers.go:62 +0x3f github.com/jroimartin/gocui.(*Gui).execKeybindings(0xc4200d8000, 0xc4200ea2d0, 0xc42003fd78, 0xc42003fd30, 0x44ee00, 0xc42003fe10) /home/gus/.cache/pacaur/diagram/src/src/github.com/jroimartin/gocui/gui.go:629 +0xe6 github.com/jroimartin/gocui.(*Gui).onKey(0xc4200d8000, 0xc42003fd78, 0x4dcdc7, 0x18) /home/gus/.cache/pacaur/diagram/src/src/github.com/jroimartin/gocui/gui.go:593 +0x1d4 github.com/jroimartin/gocui.(*Gui).handleEvent(0xc4200d8000, 0xc42003fd78, 0xc42003fd70, 0x1) /home/gus/.cache/pacaur/diagram/src/src/github.com/jroimartin/gocui/gui.go:413 +0x40 github.com/jroimartin/gocui.(*Gui).MainLoop(0xc4200d8000, 0xc42003fed0, 0x54e283) /home/gus/.cache/pacaur/diagram/src/src/github.com/jroimartin/gocui/gui.go:373 +0x1ac github.com/esimov/diagram/ui.(*UI).Loop(0xc420016480) /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/ui/ui.go:66 +0x32 github.com/esimov/diagram/ui.InitApp() /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/ui/app.go:10 +0x68 main.main() /home/gus/.cache/pacaur/diagram/src/src/github.com/esimov/diagram/main.go:31 +0x18a ```