pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxfce4util



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Dec 26 18:30:26 UTC 2024

Modified Files:
        pkgsrc/x11/libxfce4util: Makefile PLIST buildlink3.mk

Log Message:
libxfce4util: add gobject-introspection support

Bump revision. xfce4-panel needs the version with gobject-introspection
for building.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/libxfce4util/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/libxfce4util/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/libxfce4util/buildlink3.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/libxfce4util/Makefile
diff -u pkgsrc/x11/libxfce4util/Makefile:1.77 pkgsrc/x11/libxfce4util/Makefile:1.78
--- pkgsrc/x11/libxfce4util/Makefile:1.77       Wed Dec 25 11:05:57 2024
+++ pkgsrc/x11/libxfce4util/Makefile    Thu Dec 26 18:30:26 2024
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2024/12/25 11:05:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.78 2024/12/26 18:30:26 bsiegert Exp $
 
+PKGREVISION=   1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 DISTNAME=      libxfce4util-4.20.0
@@ -12,4 +13,5 @@ PKGCONFIG_OVERRIDE=   libxfce4util/libxfce
 
 MAKE_DIRS+=    ${PREFIX}/include/xfce4
 
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/libxfce4util/PLIST
diff -u pkgsrc/x11/libxfce4util/PLIST:1.23 pkgsrc/x11/libxfce4util/PLIST:1.24
--- pkgsrc/x11/libxfce4util/PLIST:1.23  Wed Dec 25 11:05:57 2024
+++ pkgsrc/x11/libxfce4util/PLIST       Thu Dec 26 18:30:26 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2024/12/25 11:05:57 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.24 2024/12/26 18:30:26 bsiegert Exp $
 include/xfce4/libxfce4util/libxfce4util-config.h
 include/xfce4/libxfce4util/libxfce4util.h
 include/xfce4/libxfce4util/xfce-consolekit.h
@@ -16,9 +16,11 @@ include/xfce4/libxfce4util/xfce-resource
 include/xfce4/libxfce4util/xfce-string.h
 include/xfce4/libxfce4util/xfce-systemd.h
 include/xfce4/libxfce4util/xfce-utf8.h
+lib/girepository-1.0/Libxfce4util-1.0.typelib
 lib/libxfce4util.la
 lib/pkgconfig/libxfce4util-1.0.pc
 sbin/xfce4-kiosk-query
+share/gir-1.0/Libxfce4util-1.0.gir
 share/gtk-doc/html/libxfce4util/XfceConsolekit.html
 share/gtk-doc/html/libxfce4util/XfceSystemd.html
 share/gtk-doc/html/libxfce4util/annotation-glossary.html

Index: pkgsrc/x11/libxfce4util/buildlink3.mk
diff -u pkgsrc/x11/libxfce4util/buildlink3.mk:1.37 pkgsrc/x11/libxfce4util/buildlink3.mk:1.38
--- pkgsrc/x11/libxfce4util/buildlink3.mk:1.37  Wed Dec 25 11:05:57 2024
+++ pkgsrc/x11/libxfce4util/buildlink3.mk       Thu Dec 26 18:30:26 2024
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.37 2024/12/25 11:05:57 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.38 2024/12/26 18:30:26 bsiegert Exp $
 
 BUILDLINK_TREE+=       libxfce4util
 
 .if !defined(LIBXFCE4UTIL_BUILDLINK3_MK)
 LIBXFCE4UTIL_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.20.0
+BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.20.0nb1
 BUILDLINK_ABI_DEPENDS.libxfce4util+=   libxfce4util>=4.20.0
 BUILDLINK_PKGSRCDIR.libxfce4util?=     ../../x11/libxfce4util
 



Home | Main Index | Thread Index | Old Index