pkgsrc/devel/xfce4-conf/buildlink3.mk
youri d4418ce61e Update:
4.13.4
======
- Fix segfault in xfconf_cache_set_property_reply_handler when
  multiple calls are made (bug #13825)
- Allow to store empty arrays (bug #13791)
- Fix a path in xfconf_cache_set where the mutex isn't locked (bug #13790)

4.13.3
======
- Flush gdbus connection on xfconf_shutdown
- Correctly use xfconf_shutdown in xfconf-query
- Check for invalid GPtrArrays in the conversion
  from GValue to GVariant.
- Fix some build issues in AM subdir-objects
- Fix some autogen.sh warnings
- Better documentation processing.

4.13.2
======
- Fix cache corruption due to a wrong g_value_unset call.
- Update API gtk documentation

4.13.1
======
- Revert the bump of libxfconf version from 0 to 1,
  to avoid massive changes in all xfce's components.

4.13.0
======
- Port xfconf to gdbus
- Bump libxfconf version from 0 to 1.
2018-05-15 22:41:36 +00:00

17 lines
532 B
Makefile

# $NetBSD: buildlink3.mk,v 1.8 2018/05/15 22:41:36 youri Exp $
BUILDLINK_TREE+= xfce4-conf
.if !defined(XFCE4_CONF_BUILDLINK3_MK)
XFCE4_CONF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-conf+= xfce4-conf>=4.13.4
BUILDLINK_ABI_DEPENDS.xfce4-conf?= xfce4-conf>=4.13.4
BUILDLINK_PKGSRCDIR.xfce4-conf?= ../../devel/xfce4-conf
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/libxfce4util/buildlink3.mk"
.endif # XFCE4_CONF_BUILDLINK3_MK
BUILDLINK_TREE+= -xfce4-conf