Date: Sun, 16 Oct 2022 02:28:29 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f6a62a9b08f0 - main - x11/swaysettings: convert to GLIB_SCHEMAS Message-ID: <202210160228.29G2STml023030@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6a62a9b08f01fb2416d8706f0fe4261a66d215b commit f6a62a9b08f01fb2416d8706f0fe4261a66d215b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-16 02:15:55 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-16 02:22:01 +0000 x11/swaysettings: convert to GLIB_SCHEMAS Since 522332dbc718 this only has cosmetic (conistency) effect. --- x11/swaysettings/Makefile | 1 + x11/swaysettings/pkg-plist | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/swaysettings/Makefile b/x11/swaysettings/Makefile index e174d2fb9a1c..d14f7ca5c944 100644 --- a/x11/swaysettings/Makefile +++ b/x11/swaysettings/Makefile @@ -24,6 +24,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 GH_ACCOUNT= ErikReider GH_PROJECT= SwaySettings SHEBANG_FILES= build-aux/meson/postinstall.py +GLIB_SCHEMAS= org.erikreider.swaysettings.gschema.xml post-patch: # Respect PREFIX for images and XKB layouts diff --git a/x11/swaysettings/pkg-plist b/x11/swaysettings/pkg-plist index cb285dcf0ac5..a3beaa7f8881 100644 --- a/x11/swaysettings/pkg-plist +++ b/x11/swaysettings/pkg-plist @@ -3,6 +3,5 @@ bin/sway-wallpaper bin/swaysettings share/appdata/org.erikreider.swaysettings.appdata.xml share/applications/org.erikreider.swaysettings.desktop -share/glib-2.0/schemas/org.erikreider.swaysettings.gschema.xml share/icons/hicolor/scalable/apps/org.erikreider.swaysettings.svg share/icons/hicolor/symbolic/apps/org.erikreider.swaysettings-symbolic.svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210160228.29G2STml023030>