FS#54919 - [xfce4-session] makedepends pkg-config?

Attached to Project: Arch Linux
Opened by Marcos Mello (marcosfrm) - Monday, 24 July 2017, 12:59 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 24 July 2017, 13:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

/etc/xdg/xfce4/xinitrc (xfce4-session 4.12.1-7) has this:

# Modify libglade and glade environment variables so that
# it will find the files installed by Xfce
GLADE_CATALOG_PATH="$GLADE_CATALOG_PATH:"
GLADE_PIXMAP_PATH="$GLADE_PIXMAP_PATH:"
GLADE_MODULE_PATH="$GLADE_MODULE_PATH:"
export GLADE_CATALOG_PATH
export GLADE_PIXMAP_PATH
export GLADE_MODULE_PATH

Which results in:

$ export
...
declare -x GLADE_CATALOG_PATH=":"
declare -x GLADE_MODULE_PATH=":"
declare -x GLADE_PIXMAP_PATH=":"
...


I think the substitutions

https://git.xfce.org/xfce/xfce4-session/tree/configure.ac.in#n204

are not being made because missing pkg-config at compile time.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 24 July 2017, 13:14 GMT
Reason for closing:  Not a bug
Additional comments about closing:  base-devel is assumed at build time

Loading...