Source
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup active_variants 1.1
name gnome-settings-daemon
version 3.26.2
revision 2
license GPL-2 LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Gnome 3 settings daemon.
long_description ${description}
maintainers {devans @dbevans} openmaintainer
categories gnome
platforms darwin
homepage https://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
use_xz yes
checksums rmd160 013f9ff67a09cfb88804b56291e0a97469f9f3d3 \
sha256 5a3d156b35e03fa3c28fddd0321f6726082a711973dee2af686370faae2e75e4
depends_build port:pkgconfig \
port:intltool \
port:autoconf \
port:automake \
port:libtool \
port:docbook-xsl-nons \
port:docbook-xml
depends_lib port:gtk3 \
port:gsettings-desktop-schemas \
port:gnome-desktop \
port:lcms2 \
port:libnotify \
port:fontconfig \
port:geocode-glib \
port:geoclue2 \
port:libcanberra \
port:libgweather \
port:policykit \
port:pulseaudio \
port:upower \
port:xorg-xorgproto \
port:xorg-libXi \
port:xorg-libXtst \
port:xorg-libXfixes \
port:xorg-libXrandr \
port:xorg-libxkbfile
# uses x11 specific gdk api so gtk3 +x11 is required
# Without libcanberra +x11 gnome-settings-daemon will fail to find the libcanberra-gtk3 package, aborting configure
require_active_variants port:gtk3 x11
require_active_variants port:libcanberra x11
#
# the following plugins are disabled by patch
#
# color (requires colord)
# power (requires X server support for Xtst extension and segfaults when it doesn't find it)
# sharing
# xrandr (works but tries to take over control of display causing problems with Mac OS X)