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)
This commit is contained in:
parent
a31cd20709
commit
4876791226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491248
@ -493,6 +493,7 @@
|
||||
SUBDIR += xsetmode
|
||||
SUBDIR += xsetpointer
|
||||
SUBDIR += xsetroot
|
||||
SUBDIR += xsettingsd
|
||||
SUBDIR += xskyroot
|
||||
SUBDIR += xsm
|
||||
SUBDIR += xsnow
|
||||
|
31
x11/xsettingsd/Makefile
Normal file
31
x11/xsettingsd/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xsettingsd
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.0-2
|
||||
DISTVERSIONSUFFIX= -g1b2bcca
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= aou@eecs.berkeley.edu
|
||||
COMMENT= Daemon that implements the XSETTINGS specification
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lang pkgconfig scons
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= derat
|
||||
USE_XORG= x11
|
||||
|
||||
PLIST_FILES= bin/dump_xsettings \
|
||||
bin/xsettingsd \
|
||||
man/man1/dump_xsettings.1.gz \
|
||||
man/man1/xsettingsd.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dump_xsettings ${WRKSRC}/xsettingsd \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/dump_xsettings.1 ${WRKSRC}/xsettingsd.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/xsettingsd/distinfo
Normal file
3
x11/xsettingsd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
9
x11/xsettingsd/pkg-descr
Normal file
9
x11/xsettingsd/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user