ac70cd728c
All code that was at xfce4-14 has been moved to xfce/*. Old expressions that aren't rewritten might be abandoned or broken. Additonally I've ported the xfce4-14 thunar expression to support thunarPlugins. We can now support this interface in the Xfce module again, although I'm not sure if we have any plugins packaged that support latest thunar.
13 lines
216 B
Bash
13 lines
216 B
Bash
xdtEnvHook() {
|
|
addToSearchPath ACLOCAL_PATH $1/share/xfce4/dev-tools/m4macros
|
|
}
|
|
|
|
envHooks+=(xdtEnvHook)
|
|
|
|
xdtAutogenPhase() {
|
|
mkdir -p m4
|
|
NOCONFIGURE=1 xdt-autogen
|
|
}
|
|
|
|
preConfigurePhases+=(xdtAutogenPhase)
|