20562d27ff
pkgsrc-specific change: remove a patch now that it has been resolved differently upstream (bug #14789). This update was successfully built in a sandboxed build environment without $DISPLAY set. Change log: 4.14.3 ====== - Always provide files for vala bindings 4.14.2 ====== - Use 'gsettings' as a common channel name for the GSetting backend - Bug #14789 Fix GSettings backend assertion error, when probed but not used. - Bug #15960: Add some missing xfconf_shutdown() in xfconf-query - Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning - Translation updates: gl, hr, zh_CN, sl, sq, be, da, el, es hu, zh_TW, he.
30 lines
888 B
Makefile
30 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/05/15 00:14:56 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
VERSION= 4.14.3
|
|
DISTNAME= xfconf-${VERSION}
|
|
PKGNAME= xfce4-conf-${VERSION}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://archive.xfce.org/src/xfce/xfconf/${VERSION:R}/
|
|
|
|
HOMEPAGE= https://docs.xfce.org/xfce/xfconf/start
|
|
COMMENT= Xfce client-server configuration storage and query system
|
|
|
|
PKGCONFIG_OVERRIDE= xfconf/libxfconf-0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-perl-bindings
|
|
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4
|
|
|
|
CHECK_PORTABILITY_SKIP= test-driver
|
|
|
|
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0.0
|
|
BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.72
|
|
|
|
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
|
|
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|