pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 26 22:32:33 UTC 2022

Modified Files:
        pkgsrc/x11/gtk4: Makefile buildlink3.mk

Log Message:
gtk4: include schemas.mk so that schemas are found after installation

Clean some pkglint while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/gtk4/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtk4/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/gtk4/Makefile
diff -u pkgsrc/x11/gtk4/Makefile:1.13 pkgsrc/x11/gtk4/Makefile:1.14
--- pkgsrc/x11/gtk4/Makefile:1.13       Fri Jul 29 16:08:20 2022
+++ pkgsrc/x11/gtk4/Makefile    Fri Aug 26 22:32:33 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2022/07/29 16:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/08/26 22:32:33 wiz Exp $
 
 DISTNAME=      gtk-4.6.6
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -45,6 +46,7 @@ PLIST_SUBST+=         SOEXT=${SOEXT}
 PRINT_PLIST_AWK+=      { gsub(/\.${SOEXT}/, ".$${SOEXT}") }
 
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/schemas.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pango+=  pango>=1.47.0

Index: pkgsrc/x11/gtk4/buildlink3.mk
diff -u pkgsrc/x11/gtk4/buildlink3.mk:1.3 pkgsrc/x11/gtk4/buildlink3.mk:1.4
--- pkgsrc/x11/gtk4/buildlink3.mk:1.3   Fri Jul 29 16:24:31 2022
+++ pkgsrc/x11/gtk4/buildlink3.mk       Fri Aug 26 22:32:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2022/07/29 16:24:31 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/08/26 22:32:33 wiz Exp $
 
 BUILDLINK_TREE+=       gtk4
 
@@ -20,11 +20,11 @@ BUILDLINK_PKGSRCDIR.gtk4?=  ../../x11/gtk
 pkgbase := gtk4
 .include "../../mk/pkg-build-options.mk"
 
-.  if !empty(PKG_BUILD_OPTIONS.gtk4:Mx11)
+.if ${PKG_BUILD_OPTIONS.gtk4:Mx11}
 .include "../../x11/libXcursor/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
-.  endif
+.endif
 
 .endif # GTK4_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index