Port details |
- xsettingsd Daemon that implements the XSETTINGS specification
- 1.0.0.2_2 x11 =5 1.0.0.2_2Version of this port present on the latest quarterly branch.
- Maintainer: aou@eecs.berkeley.edu
- Port Added: 2019-01-26 08:49:42
- Last Update: 2024-01-10 16:27:53
- Commit Hash: 72fa019
- People watching this port, also watch:: libevent, sndio, xcb-util-image, libXdamage, libexif
- License: BSD3CLAUSE
- WWW:
- https://github.com/derat/xsettingsd
- Description:
- xsettingsd is a daemon that implements the XSETTINGS specification.
It is intended to be small, fast, and minimally dependent on other
libraries. It can serve as an alternative to gnome-settings-daemon
for users who are not using the GNOME desktop environment but who
still run GTK+ applications and want to configure things such as
themes, font antialiasing/hinting, and UI sound effects.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xsettingsd>0:x11/xsettingsd
- To install the port:
- cd /usr/ports/x11/xsettingsd/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xsettingsd
- pkg install xsettingsd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xsettingsd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1548461504
SHA256 (derat-xsettingsd-v1.0.0-2-g1b2bcca_GH0.tar.gz) = 49b63f4c278794c5818cfce1dc24d42ce60d114e1fc84a1cc5f256d2c390d437
SIZE (derat-xsettingsd-v1.0.0-2-g1b2bcca_GH0.tar.gz) = 23639
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- scons-3.9 : devel/scons@py39
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- This port is required by:
- for Build
-
- x11-wm/nscde
- for Run
-
- x11-themes/plasma5-kde-gtk-config
- x11-themes/wpgtk
- x11-wm/nscde
Configuration Options:
- No options to configure
- Options name:
- x11_xsettingsd
- USES:
- compiler:c++11-lang pkgconfig scons xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0.2_2 10 Jan 2024 16:27:53 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0.2_1 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.0.0.2_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.0.2 25 Jul 2019 02:33:13 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".
In some cases we only need to specifically test for "are we on the ancient
base gcc", e.g, the usage of 'pragma'.
While here, in some cases turn off SSE functions more specifically based
on ARCH, and turn off -mtune=generic everywhere. These are part of a
larger work in progress; these commits are for ports that would have
been touched by the the powerpc-on-clang test regardless.
Approved by: portmgr (tier-2 blanket) |
1.0.0.2 07 Apr 2019 00:49:32 |
linimon |
Adjust compiler flags on GCC-based architectures to fix:
cc1plus: error: unrecognized command line option "-Wno-narrowing"
Approved by: portmgr (tier-2 blanket) |
1.0.0.2 26 Jan 2019 08:03:06 |
tobik |
New port: x11/xsettingsd
xsettingsd is a daemon that implements the XSETTINGS specification.
It is intended to be small, fast, and minimally dependent on other
libraries. It can serve as an alternative to gnome-settings-daemon
for users who are not using the GNOME desktop environment but who
still run GTK+ applications and want to configure things such as
themes, font antialiasing/hinting, and UI sound effects.
WWW: https://github.com/derat/xsettingsd
PR: 230247
Submitted by: Albert Ou <aou@eecs.berkeley.edu> (based on) |