pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Wed Sep  3 12:37:52 UTC 2025

Modified Files:
        pkgsrc/inputmethod/ibus: Makefile

Log Message:
ibus: also use an official target to regenerate files by gdbus-codegen.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/inputmethod/ibus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus/Makefile
diff -u pkgsrc/inputmethod/ibus/Makefile:1.116 pkgsrc/inputmethod/ibus/Makefile:1.117
--- pkgsrc/inputmethod/ibus/Makefile:1.116      Tue Sep  2 11:38:04 2025
+++ pkgsrc/inputmethod/ibus/Makefile    Wed Sep  3 12:37:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2025/09/02 11:38:04 tsutsui Exp $
+# $NetBSD: Makefile,v 1.117 2025/09/03 12:37:52 tsutsui Exp $
 
 DISTNAME=      ibus-1.5.32
 PKGNAME=       ${DISTNAME:S/-rc/rc/:S/-beta/beta/}
@@ -95,7 +95,7 @@ CONFIGURE_ARGS+=      --disable-wayland
 # sync with system glib2 version.
 pre-build:
        (cd ${WRKSRC} && ${MAKE_PROGRAM} -C ui/gtk3 maintainer-clean-generic)
-       ${TOUCH} ${WRKSRC}/portal/org.freedesktop.IBus.Portal.xml
+       (cd ${WRKSRC} && ${MAKE_PROGRAM} -C portal maintainer-clean-generic)
 
 .include "../../devel/glib2/schemas.mk"
 .include "../../devel/dconf/database.mk"



Home | Main Index | Thread Index | Old Index