Search Criteria
Package Details: fsv2 1:0.9.1-2
Git Clone URL: | https://aur.archlinux.org/fsv2.git (read-only, click to copy) |
---|---|
Package Base: | fsv2 |
Description: | GTK2 port of fsv, the filesystem visualizer |
Upstream URL: | https://github.com/mcuelenaere/fsv |
Keywords: | filesystem utilities |
Licenses: | |
Submitter: | Anntoin |
Maintainer: | punkrockguy318 |
Last Packager: | punkrockguy318 |
Votes: | 16 |
Popularity: | 0.000005 |
First Submitted: | 2013-01-21 18:12 |
Last Updated: | 2020-07-21 15:11 |
Latest Comments
punkrockguy318 commented on 2020-07-21 15:09
Adding "sed -i 's/@DATADIRNAME@/share/' po/Makefile.in.in" before ./autogen.sh in build() will allow this package to build.
Here is a version of the PKGBUILD with this change: https://xannode.com/PKGBUILD.fsv2
@Anntoin could you modify the PKGBUILD to include this? I'd be happy to adopt if need-be
Edit: I've gone ahead and adopted the package and pushed my changes. @berocs - this should build successfully now
berocs commented on 2020-01-31 16:01
Doesn't finish packaging for me, it throws
when running
makepkg -sicC
.Morn commented on 2016-01-30 19:29
This is a different fork than before and uses different version numbering. It still works far better than the old 1.1.0 though, which was extremely crash-prone.
ConnorBehan commented on 2016-01-30 03:28
Why no version 1.1.0?
GI_Jack commented on 2014-08-07 22:08
I am adding -lGLU to the make step with the same error.
shtrom commented on 2014-07-16 03:20
I had to add -lGLU to the make step to avoid the following error.
/usr/bin/ld: ogl.o: undefined reference to symbol 'gluPickMatrix'
/usr/lib/libGLU.so.1: error adding symbols: DSO missing from command line
This can probably be done more cleanly as a patch.
Morn commented on 2013-01-30 10:17
Mouse.html fails to point out that you can use CTRL+LMB to rotate the camera around the selected object.