aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-03-15 09:43:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-03-18 10:00:23 +0000
commit522332dbc7186af743b36a5ed6bf8911f7975463 (patch)
treed45bc9000bab417e9c6f0e53496ab7513dce90a1 /Keywords
parente472de813a9d932ec8858a327ac69f1f78fd5020 (diff)
downloadports-522332dbc7186af743b36a5ed6bf8911f7975463.tar.gz
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.ucl14
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