pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/clutter-gtk0.10 clutter-gtk0.10: Remove intro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76443e58b0e0
branches:  trunk
changeset: 381099:76443e58b0e0
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 10:37:32 2022 +0000

description:
clutter-gtk0.10: Remove introspection option. Delint.

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

diffstat:

 graphics/clutter-gtk0.10/Makefile   |  13 ++++++++-----
 graphics/clutter-gtk0.10/PLIST      |   6 +++---
 graphics/clutter-gtk0.10/options.mk |  21 ---------------------
 3 files changed, 11 insertions(+), 29 deletions(-)

diffs (80 lines):

diff -r b2d325e075ff -r 76443e58b0e0 graphics/clutter-gtk0.10/Makefile
--- a/graphics/clutter-gtk0.10/Makefile Tue Jun 28 10:35:50 2022 +0000
+++ b/graphics/clutter-gtk0.10/Makefile Tue Jun 28 10:37:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/12/08 16:02:08 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/06/28 10:37:32 nia Exp $
 #
 
 DISTNAME=      clutter-gtk-0.10.8
@@ -19,17 +19,20 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+CONFIGURE_ARGS+=       --enable-introspection=yes
+
 PKGCONFIG_OVERRIDE+=   clutter-gtk.pc.in
 
-.include "options.mk"
-
+BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=0.9.3
+BUILDLINK_DEPMETHOD.gobject-introspection+=    build
+.include "../../devel/gobject-introspection/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.19.5
 .include "../../x11/gtk2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.clutter+=        clutter>=1.2.0
 .include "../../graphics/clutter/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
+.if !${PKG_BUILD_OPTIONS.clutter:Mx11}
 CONFIGURE_ARGS+=       --with-flavour=x11
 .else
-PKG_FAIL_REASON+=      Require Clutter with X11 backend
+PKG_FAIL_REASON+=      "Requires Clutter with X11 backend"
 .endif
 .include "../../mk/bsd.pkg.mk"
diff -r b2d325e075ff -r 76443e58b0e0 graphics/clutter-gtk0.10/PLIST
--- a/graphics/clutter-gtk0.10/PLIST    Tue Jun 28 10:35:50 2022 +0000
+++ b/graphics/clutter-gtk0.10/PLIST    Tue Jun 28 10:37:32 2022 +0000
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/04 13:34:16 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/06/28 10:37:32 nia Exp $
 include/clutter-1.0/clutter-gtk/clutter-gtk.h
 include/clutter-1.0/clutter-gtk/gtk-clutter-embed.h
 include/clutter-1.0/clutter-gtk/gtk-clutter-scrollable.h
 include/clutter-1.0/clutter-gtk/gtk-clutter-util.h
 include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h
 include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h
-${PLIST.introspection}lib/girepository-1.0/GtkClutter-0.10.typelib
+lib/girepository-1.0/GtkClutter-0.10.typelib
 lib/libclutter-gtk-0.10.la
 lib/pkgconfig/clutter-gtk-0.10.pc
-${PLIST.introspection}share/gir-1.0/GtkClutter-0.10.gir
+share/gir-1.0/GtkClutter-0.10.gir
 share/gtk-doc/html/clutter-gtk/GtkClutterEmbed.html
 share/gtk-doc/html/clutter-gtk/GtkClutterScrollable.html
 share/gtk-doc/html/clutter-gtk/GtkClutterViewport.html
diff -r b2d325e075ff -r 76443e58b0e0 graphics/clutter-gtk0.10/options.mk
--- a/graphics/clutter-gtk0.10/options.mk       Tue Jun 28 10:35:50 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2014/01/04 13:34:16 obache Exp $
-#
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.clutter-gtk0.10
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=   introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-USE_TOOLS+=            gmake
-PLIST.introspection=   yes
-BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=0.9.3
-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