diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-15 10:43:12 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-18 11:00:23 +0100 |
commit | 522332dbc7186af743b36a5ed6bf8911f7975463 (patch) | |
tree | d45bc9000bab417e9c6f0e53496ab7513dce90a1 /Keywords | |
parent | e472de813a9d932ec8858a327ac69f1f78fd5020 (diff) | |
download | freebsd-ports-522332dbc7186af743b36a5ed6bf8911f7975463.zip |
devel/glib: convert gio modules and glib schemas to triggers
Use trigger to compile glib schemas, and generate gio modules cache
PR: 262567
Reviewed by: tcberner
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D34564
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/glib-schemas.ucl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Keywords/glib-schemas.ucl b/Keywords/glib-schemas.ucl deleted file mode 100644 index 192c8ed99efb..000000000000 --- a/Keywords/glib-schemas.ucl +++ /dev/null @@ -1,14 +0,0 @@ -# MAINTAINER: gnome@FreeBSD.org -# -# Rebuild the glib schema cache. -# -# Ports installing glib schemas should use the GLIB_SCHEMAS macro -# from USE_GNOME instead of calling this keyword directly. - -actions: [] -post-install: <<EOD - glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true -EOD -post-deinstall: <<EOD - glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || true -EOD |