mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
audio/pulseaudio: Fix gsettings schema installation
Schema should be installed with GLIB_SCHEMAS, otherwise glib-compile-schemas does not get called and the installed schema is non-functional. PR: 235926 Submitted by: romain Approved by: gnome (maintainer timeout, a month)
This commit is contained in:
parent
a463aadaab
commit
655dc2998a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498392
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= pulseaudio
|
||||
PORTVERSION= 12.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
|
||||
|
||||
@ -66,6 +66,7 @@ GCONF_CONFIGURE_ENABLE= gconf
|
||||
GCONF_USE= GNOME=gconf2
|
||||
GSETTINGS_DESC= GSettings configuration backend support
|
||||
GSETTINGS_CONFIGURE_ENABLE= gsettings
|
||||
GSETTINGS_VARS= GLIB_SCHEMAS=org.freedesktop.pulseaudio.gschema.xml
|
||||
SIMD_CONFIGURE_ENABLE= orc
|
||||
SIMD_LIB_DEPENDS= liborc-0.4.so:devel/orc
|
||||
|
||||
|
@ -188,7 +188,6 @@ man/man5/pulse-cli-syntax.5.gz
|
||||
man/man5/pulse-client.conf.5.gz
|
||||
man/man5/pulse-daemon.conf.5.gz
|
||||
%%GSETTINGS%%share/GConf/gsettings/pulseaudio.convert
|
||||
%%GSETTINGS%%share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
|
||||
%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf
|
||||
%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf
|
||||
%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf
|
||||
|
Loading…
Reference in New Issue
Block a user