Search Criteria
Package Details: gtksheet 4.3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtksheet.git (read-only, click to copy) |
---|---|
Package Base: | gtksheet |
Description: | A spreadsheet widget for gtk3 |
Upstream URL: | http://fpaquet.github.io/gtksheet/ |
Licenses: | GPL2 |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-17 14:17 (UTC) |
Last Updated: | 2020-11-01 19:16 (UTC) |
Dependencies (7)
- atk (atk-git, at-spi2-core)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- glade (glade-git)
- gobject-introspection (gobject-introspection-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- pango (pango-minimal-git, pango-git, gtk4-git)
- autoconf (autoconf-git) (make)
Latest Comments
mahlzahn commented on 2021-07-08 10:32 (UTC) (edited on 2021-07-08 10:33 (UTC) by mahlzahn)
For me the build is failing on 5.10.42-1-MANJARO with autoconf (GNU Autoconf) 2.71:
Could you please check? Thanks!
ivanbakel commented on 2020-03-12 13:52 (UTC)
Could you please
--enable-introspection
for the./configure ...
step in the PKGBUILD? This would generate GObject introspection files, which are useful for generating code bindings.--enable-glade
would also be useful, for generating the glade catalog files and pixmaps - but these can't currently be packaged without changes to upstream's Makefiles.