2011-03-31 22:38:30 +02:00
|
|
|
LibFM provides file management functions built on top of Glib/GIO,
|
|
|
|
giving a convenient higher-level API.
|
2012-11-08 07:47:20 +01:00
|
|
|
|
|
|
|
vala is an optional dependency (for custom file manager actions).
|
2014-07-06 08:05:14 +02:00
|
|
|
|
2014-12-07 19:17:37 +01:00
|
|
|
you can choose between which version of gtk the library will build
|
2014-07-06 08:05:14 +02:00
|
|
|
against:
|
2014-12-07 19:17:37 +01:00
|
|
|
|
|
|
|
GTK=2 link with gtk+2 (default)
|
|
|
|
GTK=3 link with gtk+3
|
|
|
|
GTK=0 don't link against gtk at all
|
|
|
|
|
2014-07-06 08:05:14 +02:00
|
|
|
pass the script the parameter you prefer, like
|
|
|
|
|
2014-12-07 19:17:37 +01:00
|
|
|
GTK=3 ./libfm.SlackBuild
|