pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/libskk
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 28 10:11:55 UTC 2022
Modified Files:
pkgsrc/inputmethod/libskk: Makefile PLIST
Removed Files:
pkgsrc/inputmethod/libskk: options.mk
Log Message:
libskk: Remove introspection option.
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/libskk/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/libskk/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/inputmethod/libskk/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/libskk/Makefile
diff -u pkgsrc/inputmethod/libskk/Makefile:1.17 pkgsrc/inputmethod/libskk/Makefile:1.18
--- pkgsrc/inputmethod/libskk/Makefile:1.17 Wed Dec 8 16:02:14 2021
+++ pkgsrc/inputmethod/libskk/Makefile Tue Jun 28 10:11:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/12/08 16:02:14 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/06/28 10:11:55 nia Exp $
#
DISTNAME= libskk-1.0.5
@@ -22,12 +22,14 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= libskk/libskk.pc.in
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
-
-.include "options.mk"
+CONFIGURE_ARGS+= --enable-introspection=yes
TEST_TARGET= check
.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.0
+BUILDLINK_DEPMETHOD.gobject-introspection+= build
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/libgee/buildlink3.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
Index: pkgsrc/inputmethod/libskk/PLIST
diff -u pkgsrc/inputmethod/libskk/PLIST:1.4 pkgsrc/inputmethod/libskk/PLIST:1.5
--- pkgsrc/inputmethod/libskk/PLIST:1.4 Mon Dec 18 05:54:18 2017
+++ pkgsrc/inputmethod/libskk/PLIST Tue Jun 28 10:11:55 2022
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2017/12/18 05:54:18 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/06/28 10:11:55 nia Exp $
bin/skk
include/libskk/libskk.h
-${PLIST.introspection}lib/girepository-1.0/Skk-1.0.typelib
+lib/girepository-1.0/Skk-1.0.typelib
lib/libskk.la
lib/pkgconfig/libskk.pc
man/man1/skk.1
-${PLIST.introspection}share/gir-1.0/Skk-1.0.gir
+share/gir-1.0/Skk-1.0.gir
share/libskk/rules/README.rules
share/libskk/rules/act/keymap/default.json
share/libskk/rules/act/keymap/hankaku-katakana.json
Home |
Main Index |
Thread Index |
Old Index