mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7887c684ad
are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
bin/dconf
|
|
etc/bash_completion.d/dconf-bash-completion.sh
|
|
include/dconf/dconf-client.h
|
|
include/dconf-dbus-1/dconf-dbus-1.h
|
|
include/dconf/dconf-engine.h
|
|
include/dconf/dconf-paths.h
|
|
include/dconf/dconf.h
|
|
lib/gio/modules/libdconfsettings.so
|
|
lib/libdconf.so
|
|
lib/libdconf.so.0
|
|
lib/libdconf-dbus-1.so
|
|
lib/libdconf-dbus-1.so.0
|
|
libdata/pkgconfig/dconf.pc
|
|
libdata/pkgconfig/dconf-dbus-1.pc
|
|
libexec/dconf-service
|
|
share/dbus-1/services/ca.desrt.dconf.service
|
|
share/gtk-doc/html/dconf/DConfClient.html
|
|
share/gtk-doc/html/dconf/dconf-DConf-Paths.html
|
|
share/gtk-doc/html/dconf/annotation-glossary.html
|
|
share/gtk-doc/html/dconf/api-index-full.html
|
|
share/gtk-doc/html/dconf/ch01.html
|
|
share/gtk-doc/html/dconf/dconf.devhelp2
|
|
share/gtk-doc/html/dconf/home.png
|
|
share/gtk-doc/html/dconf/index.html
|
|
share/gtk-doc/html/dconf/index.sgml
|
|
share/gtk-doc/html/dconf/left.png
|
|
share/gtk-doc/html/dconf/object-tree.html
|
|
share/gtk-doc/html/dconf/right.png
|
|
share/gtk-doc/html/dconf/style.css
|
|
share/gtk-doc/html/dconf/up.png
|
|
share/vala/vapi/dconf.deps
|
|
share/vala/vapi/dconf.vapi
|
|
@dirrm share/gtk-doc/html/dconf
|
|
@dirrmtry share/gtk-doc/html
|
|
@dirrmtry share/gtk-doc
|
|
@dirrm include/dconf-dbus-1
|
|
@dirrm include/dconf
|
|
@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
|
|
@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
|
|
@dirrmtry etc/bash_completion.d
|