openbsd-ports/x11/libdesktop-agnostic/patches/patch-data_wscript
landry 8aee2c9be6 Import libdesktop-agnostic 0.3.92, dependency of newer awn.
This library provides an extensible configuration API, a unified
virtual file system API, and a desktop item editor (all with
pluggable backends) for GLib-based projects. It is not tied to any one
desktop environment, although there are desktop-specific modules.

ok jasper@
2011-09-22 13:17:11 +00:00

13 lines
541 B
Plaintext

$OpenBSD: patch-data_wscript,v 1.1.1.1 2011/09/22 13:17:11 landry Exp $
--- data/wscript.orig Tue Sep 20 22:35:03 2011
+++ data/wscript Tue Sep 20 22:35:34 2011
@@ -46,7 +46,7 @@ def build(bld):
'DESKTOP_ENTRY_BACKEND': bld.env['BACKENDS_DE'][0],
}
ini.fun = misc.subst_func
- ini.install_path = '${SYSCONFDIR}/xdg/libdesktop-agnostic'
+ ini.install_path = '${PREFIX}/share/examples/libdesktop-agnostic'
if bld.env['GLADE_SUPPORT']:
bld.install_files('${GLADEUI_CATALOGDIR}', 'desktop-agnostic.xml')