pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-thunar xfce4-thunar: Remove introspecti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bd730257d8f
branches:  trunk
changeset: 381110:7bd730257d8f
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 11:43:52 2022 +0000

description:
xfce4-thunar: Remove introspection option.

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

diffstat:

 sysutils/xfce4-thunar/Makefile   |   3 ++-
 sysutils/xfce4-thunar/PLIST      |   6 +++---
 sysutils/xfce4-thunar/options.mk |  14 +++-----------
 3 files changed, 8 insertions(+), 15 deletions(-)

diffs (71 lines):

diff -r 2feb078d5b36 -r 7bd730257d8f sysutils/xfce4-thunar/Makefile
--- a/sysutils/xfce4-thunar/Makefile    Tue Jun 28 11:40:47 2022 +0000
+++ b/sysutils/xfce4-thunar/Makefile    Tue Jun 28 11:43:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2022/04/10 02:28:39 gutteridge Exp $
+# $NetBSD: Makefile,v 1.81 2022/06/28 11:43:52 nia Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -23,6 +23,7 @@
 
 .include "options.mk"
 
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/buildlink3.mk"
diff -r 2feb078d5b36 -r 7bd730257d8f sysutils/xfce4-thunar/PLIST
--- a/sysutils/xfce4-thunar/PLIST       Tue Jun 28 11:40:47 2022 +0000
+++ b/sysutils/xfce4-thunar/PLIST       Tue Jun 28 11:43:52 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2021/11/30 14:46:14 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/06/28 11:43:52 nia Exp $
 bin/thunar
 bin/thunar-settings
 include/thunarx-3/thunarx/thunarx-config.h
@@ -16,7 +16,7 @@
 include/thunarx-3/thunarx/thunarx-renamer.h
 include/thunarx-3/thunarx/thunarx.h
 lib/Thunar/thunar-sendto-email
-${PLIST.introspection}lib/girepository-1.0/Thunarx-3.0.typelib
+lib/girepository-1.0/Thunarx-3.0.typelib
 lib/libthunarx-3.la
 lib/pkgconfig/thunarx-3.pc
 lib/systemd/user/thunar.service
@@ -35,7 +35,7 @@
 share/dbus-1/services/org.xfce.Thunar.service
 share/doc/thunar/README.gtkrc
 share/examples/xfce4/Thunar/uca.xml
-${PLIST.introspection}share/gir-1.0/Thunarx-3.0.gir
+share/gir-1.0/Thunarx-3.0.gir
 share/gtk-doc/html/thunarx/ThunarxFileInfo.html
 share/gtk-doc/html/thunarx/ThunarxMenu.html
 share/gtk-doc/html/thunarx/ThunarxMenuItem.html
diff -r 2feb078d5b36 -r 7bd730257d8f sysutils/xfce4-thunar/options.mk
--- a/sysutils/xfce4-thunar/options.mk  Tue Jun 28 11:40:47 2022 +0000
+++ b/sysutils/xfce4-thunar/options.mk  Tue Jun 28 11:43:52 2022 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2018/06/23 20:27:38 youri Exp $
+# $NetBSD: options.mk,v 1.6 2022/06/28 11:43:52 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xfce4-thunar
-PKG_SUPPORTED_OPTIONS= gvfs introspection
-PKG_SUGGESTED_OPTIONS= gvfs introspection
-
-PLIST_VARS+=   introspection
+PKG_SUPPORTED_OPTIONS= gvfs
+PKG_SUGGESTED_OPTIONS= gvfs
 
 .include "../../mk/bsd.options.mk"
 
@@ -12,9 +10,3 @@
 .if !empty(PKG_OPTIONS:Mgvfs)
 DEPENDS+=      gvfs-[0-9]*:../../sysutils/gvfs
 .endif
-
-# for GObject introspection support in thunarx
-.if !empty(PKG_OPTIONS:Mintrospection)
-PLIST.introspection=   yes
-.include "../../devel/gobject-introspection/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index