Search Criteria
Package Details: fsv2 1:0.9.1-3
Package Actions
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: | LGPL |
Submitter: | Anntoin |
Maintainer: | prg |
Last Packager: | prg |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2013-01-21 18:12 (UTC) |
Last Updated: | 2021-11-02 01:45 (UTC) |
Dependencies (8)
- ftgl
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- gtkglareaAUR
- gtkmm
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gtkglextAUR (make)
- libtool (libtool-gitAUR) (make)
Latest Comments
xiota commented on 2024-07-04 11:08 (UTC)
Clean chroot. Fails to build. Needs compiler flags, like
-Wno-incompatible-pointer-types
.fbrennan commented on 2023-07-17 08:45 (UTC)
Gtk3 port is at https://aur.archlinux.org/packages/fsv3
ConnorBehan commented on 2021-10-22 19:44 (UTC)
Has anyone tried going into camera.c and changing adj->value = foo to gtk_adjustment_set_value(adj, foo) and foo = adj->value to foo = gtk_adjustment_get_value(adj)? This supposedly trivial change makes the program crash for me. And using the proper setters and getters will be required if we want to port this to gtk3.
prg commented on 2020-07-21 15:09 (UTC) (edited on 2020-07-21 15:12 (UTC) by prg)
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 (UTC) (edited on 2020-01-31 16:01 (UTC) by berocs)
Doesn't finish packaging for me, it throws
when running
makepkg -sicC
.Morn commented on 2016-01-30 19:29 (UTC)
ConnorBehan commented on 2016-01-30 03:28 (UTC)
GI_Jack commented on 2014-08-07 22:08 (UTC)
shtrom commented on 2014-07-16 03:20 (UTC)
Morn commented on 2013-01-30 10:17 (UTC)