Add a new tag: ibus-write-cache

This runs "ibus write-cache --system" which is needed by ports installing things
under LOCALBASE/share/ibus/component/
This commit is contained in:
ajacoutot 2021-11-18 10:10:54 +00:00
parent 9eb5856d99
commit d1ee8c0661
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2021/11/02 00:01:17 sthen Exp $
# $OpenBSD: Makefile,v 1.73 2021/11/18 10:10:54 ajacoutot Exp $
# when gtk+4 support is added, split into multi packages (gtk+{2,3,4})
@ -13,9 +13,10 @@ GH_TAGNAME = 1.5.25
PKGNAME-main = ibus-${GH_TAGNAME}
PKGNAME-gtk2 = ibus-gtk2-${GH_TAGNAME}
PKGNAME-gtk4 = ibus-gtk4-${GH_TAGNAME}
REVISION-main = 2
REVISION-gtk2 = 1
REVISION-gtk4 = 1
REVISION-main = 1
SHARED_LIBS += ibus-1.0 4.3 # 5.525

View File

@ -1,5 +1,8 @@
@comment $OpenBSD: PLIST-main,v 1.2 2021/08/30 19:27:24 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.3 2021/11/18 10:10:55 ajacoutot Exp $
@pkgpath inputmethods/ibus
@define-tag ibus-write-cache at-end %D/bin/ibus write-cache --system
@tag ibus-write-cache
@unexec-delete rm -f /var/cache/ibus/*
@bin bin/ibus
@bin bin/ibus-daemon
bin/ibus-setup