pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/libskk libskk: Remove introspection option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/986887bd75f2
branches:  trunk
changeset: 381095:986887bd75f2
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 10:11:55 2022 +0000

description:
libskk: Remove introspection option.

https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2

diffstat:

 inputmethod/libskk/Makefile   |   8 +++++---
 inputmethod/libskk/PLIST      |   6 +++---
 inputmethod/libskk/options.mk |  20 --------------------
 3 files changed, 8 insertions(+), 26 deletions(-)

diffs (68 lines):

diff -r 818614416426 -r 986887bd75f2 inputmethod/libskk/Makefile
--- a/inputmethod/libskk/Makefile       Tue Jun 28 10:08:20 2022 +0000
+++ b/inputmethod/libskk/Makefile       Tue Jun 28 10:11:55 2022 +0000
@@ -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 @@
 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"
diff -r 818614416426 -r 986887bd75f2 inputmethod/libskk/PLIST
--- a/inputmethod/libskk/PLIST  Tue Jun 28 10:08:20 2022 +0000
+++ b/inputmethod/libskk/PLIST  Tue Jun 28 10:11:55 2022 +0000
@@ -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
diff -r 818614416426 -r 986887bd75f2 inputmethod/libskk/options.mk
--- a/inputmethod/libskk/options.mk     Tue Jun 28 10:08:20 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2014/09/10 09:34:45 obache Exp $
-#
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.libskk
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=   introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-PLIST.introspection=           yes
-BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=0.9.0
-BUILDLINK_DEPMETHOD.gobject-introspection+=    build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-introspection=yes
-.else
-CONFIGURE_ARGS+=       --enable-introspection=no
-.endif



Home | Main Index | Thread Index | Old Index