slackbuilds/libraries/gnome-autoar
Ozan Türkyılmaz da271b93cb
libraries/gnome-autoar: Make introspection and vapi yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-07-17 19:08:46 +07:00
..
README libraries/gnome-autoar: Make introspection and vapi yes by default 2022-07-17 19:08:46 +07:00
gnome-autoar.SlackBuild libraries/gnome-autoar: Make introspection and vapi yes by default 2022-07-17 19:08:46 +07:00
gnome-autoar.info
slack-desc

README

gnome-autoar provides functions and widgets for GNOME applications
which want to use archives as a method to transfer directories over
the Internet.

Creating and extracting archives is easy, safe, and automatic.
One module is created (gnome-autoar) and three modules are modified
(Epiphany, Evolution, Empathy). The two major steps of this project
are:
  * An wrapper for libarchive, GIO, and GTK+, provides GObject-based
    C API for archives and a few common widgets.
  * Integrate archives into applications. I try to use existing
    widgets in applications to show archive works and user
    preferences settings. 

Below variables can be used to configure the build:
    INTROSPECTION=no       : Don't build introspection support
    GTKDOC=yes             : Build GTK Doc reference
    TESTS=yes              : Build tests
    VAPI=no                : Don't build vala bindings