Date: Tue, 13 Dec 2022 12:23:49 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a354ca4b7b3d - main - x11/gdm: remove call to gconftool-2 Message-ID: <202212131223.2BDCNnZY046723@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a354ca4b7b3d2eb3b4a092f18bdbd6c0cde428c6 commit a354ca4b7b3d2eb3b4a092f18bdbd6c0cde428c6 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-12-13 12:22:15 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-12-13 12:23:43 +0000 x11/gdm: remove call to gconftool-2 since gdm3 gconf is not needed --- x11/gdm/Makefile | 2 +- x11/gdm/pkg-install | 4 ---- x11/gdm/pkg-plist | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index a4b8ebbeef1b..63b27b0b09f7 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdm PORTVERSION= 42.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome diff --git a/x11/gdm/pkg-install b/x11/gdm/pkg-install index 9c3cae51803c..87acd5ef6e32 100644 --- a/x11/gdm/pkg-install +++ b/x11/gdm/pkg-install @@ -22,10 +22,6 @@ POST-INSTALL) ${CHOWN} root:${GROUP} /var/cache/gdm ${CHOWN} root:wheel ${PKG_PREFIX}/share/gdm ${CHMOD} 0755 ${PKG_PREFIX}/share/gdm - gconftool-2 --direct --config-source=xml:merged:${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory --recursive-unset / - ${CHOWN} -R ${USER}:${GROUP} ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory - ${CHMOD} 1750 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory - ${CHMOD} 1640 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory/*.xml ${MKDIR} -p ${PKG_PREFIX}/etc/gdm/Sessions ${MKDIR} -p ${PKG_PREFIX}/etc/dm/Sessions diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist index b08b7f532e11..f7a21c2cc988 100644 --- a/x11/gdm/pkg-plist +++ b/x11/gdm/pkg-plist @@ -203,7 +203,6 @@ share/locale/zu/LC_MESSAGES/gdm.mo @mode 1775 @dir etc/gdm/home @mode -@postunexec rm -rf %D/etc/gdm/home/.gconf* @dir %%ETCDIR%%/Sessions @dir etc/dm @dir etc/dm/Sessions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212131223.2BDCNnZY046723>