pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-panel



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 28 11:38:05 UTC 2022

Modified Files:
        pkgsrc/x11/mate-panel: Makefile PLIST
Removed Files:
        pkgsrc/x11/mate-panel: options.mk

Log Message:
mate-panel: Remove introspection option.

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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/mate-panel/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/mate-panel/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/x11/mate-panel/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/x11/mate-panel/Makefile
diff -u pkgsrc/x11/mate-panel/Makefile:1.43 pkgsrc/x11/mate-panel/Makefile:1.44
--- pkgsrc/x11/mate-panel/Makefile:1.43 Mon Apr 18 19:12:24 2022
+++ pkgsrc/x11/mate-panel/Makefile      Tue Jun 28 11:38:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/04/18 19:12:24 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/06/28 11:38:05 nia Exp $
 
 PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
@@ -13,8 +13,7 @@ TOOL_DEPENDS+=                libxml2-[0-9]*:../../tex
 PKGCONFIG_OVERRIDE+=   libmate-panel-applet/libmatepanelapplet-4.0.pc.in
 
 CONFIGURE_ARGS+=       --with-in-process-applets=all
-
-.include "options.mk"
+CONFIGURE_ARGS+=       --enable-introspection
 
 .include "../../devel/glib2/schemas.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
@@ -24,6 +23,7 @@ CONFIGURE_ARGS+=      --with-in-process-apple
 .include "../../audio/libcanberra/buildlink3.mk"
 .include "../../devel/dconf/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
 # The PLIST generated by this package varies, depending on the version
 # of libwnck3 it's built against. Newer versions of libwnck3 offer
 # window previewing functionality that mate-panel conditionally detects

Index: pkgsrc/x11/mate-panel/PLIST
diff -u pkgsrc/x11/mate-panel/PLIST:1.10 pkgsrc/x11/mate-panel/PLIST:1.11
--- pkgsrc/x11/mate-panel/PLIST:1.10    Tue May  4 00:25:35 2021
+++ pkgsrc/x11/mate-panel/PLIST Tue Jun 28 11:38:05 2022
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2021/05/04 00:25:35 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/06/28 11:38:05 nia Exp $
 bin/mate-desktop-item-edit
 bin/mate-panel
 bin/mate-panel-test-applets
 include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-enums.h
 include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-gsettings.h
 include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h
-${PLIST.introspection}lib/girepository-1.0/MatePanelApplet-4.0.typelib
+lib/girepository-1.0/MatePanelApplet-4.0.typelib
 lib/libmate-panel-applet-4.la
 lib/mate-panel/libclock-applet.la
 lib/mate-panel/libfish-applet.la
@@ -16,7 +16,7 @@ man/man1/mate-desktop-item-edit.1
 man/man1/mate-panel-test-applets.1
 man/man1/mate-panel.1
 share/applications/mate-panel.desktop
-${PLIST.introspection}share/gir-1.0/MatePanelApplet-4.0.gir
+share/gir-1.0/MatePanelApplet-4.0.gir
 share/glib-2.0/schemas/org.mate.panel.applet.clock.gschema.xml
 share/glib-2.0/schemas/org.mate.panel.applet.fish.gschema.xml
 share/glib-2.0/schemas/org.mate.panel.applet.notification-area.gschema.xml



Home | Main Index | Thread Index | Old Index