pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/clutter-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 28 10:32:34 UTC 2022

Modified Files:
        pkgsrc/graphics/clutter-gtk: Makefile PLIST
Removed Files:
        pkgsrc/graphics/clutter-gtk: options.mk

Log Message:
clutter-gtk: Remove introspection option.

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


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/clutter-gtk/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/clutter-gtk/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/graphics/clutter-gtk/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/graphics/clutter-gtk/Makefile
diff -u pkgsrc/graphics/clutter-gtk/Makefile:1.50 pkgsrc/graphics/clutter-gtk/Makefile:1.51
--- pkgsrc/graphics/clutter-gtk/Makefile:1.50   Wed Dec  8 16:02:07 2021
+++ pkgsrc/graphics/clutter-gtk/Makefile        Tue Jun 28 10:32:34 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.50 2021/12/08 16:02:07 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/06/28 10:32:34 nia Exp $
 
 DISTNAME=      clutter-gtk-1.8.4
 PKGREVISION=   4
 CATEGORIES=    graphics gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/clutter-gtk/${PKGVERSION:R}/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/clutter-gtk/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,21 +14,23 @@ LICENSE=    gnu-lgpl-v2.1
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config gmake
 USE_TOOLS+=    msgfmt msgmerge xgettext
 
+CONFIGURE_ARGS+=       --enable-introspection=yes
+
 USE_PKGLOCALEDIR=      yes
 
 PKGCONFIG_OVERRIDE+=   clutter-gtk.pc.in
 
-.include "options.mk"
-
+BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=0.9.12
+BUILDLINK_DEPMETHOD.gobject-introspection+=    build
+.include "../../devel/gobject-introspection/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.6.0
 .include "../../x11/gtk3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.clutter+=        clutter>=1.18.0
 .include "../../graphics/clutter/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
-.else
+.if !${PKG_BUILD_OPTIONS.clutter:Mx11}
 PKG_FAIL_REASON+=      Require Clutter with X11 backend
 .endif
 .include "../../devel/gettext-lib/buildlink3.mk"

Index: pkgsrc/graphics/clutter-gtk/PLIST
diff -u pkgsrc/graphics/clutter-gtk/PLIST:1.7 pkgsrc/graphics/clutter-gtk/PLIST:1.8
--- pkgsrc/graphics/clutter-gtk/PLIST:1.7       Fri Oct 18 15:14:49 2019
+++ pkgsrc/graphics/clutter-gtk/PLIST   Tue Jun 28 10:32:34 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/10/18 15:14:49 nia Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/06/28 10:32:34 nia Exp $
 include/clutter-gtk-1.0/clutter-gtk/clutter-gtk.h
 include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-actor.h
 include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-embed.h
@@ -6,10 +6,10 @@ include/clutter-gtk-1.0/clutter-gtk/gtk-
 include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-util.h
 include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h
 include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h
-${PLIST.introspection}lib/girepository-1.0/GtkClutter-1.0.typelib
+lib/girepository-1.0/GtkClutter-1.0.typelib
 lib/libclutter-gtk-1.0.la
 lib/pkgconfig/clutter-gtk-1.0.pc
-${PLIST.introspection}share/gir-1.0/GtkClutter-1.0.gir
+share/gir-1.0/GtkClutter-1.0.gir
 share/gtk-doc/html/clutter-gtk-1.0/GtkClutterActor.html
 share/gtk-doc/html/clutter-gtk-1.0/GtkClutterEmbed.html
 share/gtk-doc/html/clutter-gtk-1.0/GtkClutterWindow.html



Home | Main Index | Thread Index | Old Index