Package Details: spread-sheet-widget 0.10-1

Git Clone URL: https://aur.archlinux.org/spread-sheet-widget.git (read-only, click to copy)
Package Base: spread-sheet-widget
Description: Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data
Upstream URL: https://www.gnu.org/software/ssw/
Licenses: GPL3
Submitter: migrev
Maintainer: migrev
Last Packager: migrev
Votes: 8
Popularity: 0.011111
First Submitted: 2018-11-07 11:44 (UTC)
Last Updated: 2024-01-05 08:45 (UTC)

Latest Comments

rafaelff commented on 2018-11-08 12:57 (UTC) (edited on 2018-11-08 12:58 (UTC) by rafaelff)

Please consider changing the PKGBUILD to the following:

license=("GPL3")
depends=(gtk3)
makedepends=(python)

GTK+3 is explicitly set as dependency in the configure.ac file, Python 3 is currently needed for 'glib-genmarshal' (Python is optdepends in glib2, but will fail for this package if not installed), and "GPL3" or "GPL" is recognized by namcap as a common license while "GPL-3 is not a common license" (quoting namcap).

namcap also reports the follwing but I don't know what that means:

spread-sheet-widget W: ELF file ('usr/lib/libspread-sheet-widget.so.0.0.0') lacks FULL RELRO, check LDFLAGS.