pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/vte



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  9 18:35:48 UTC 2024

Modified Files:
        pkgsrc/x11/vte: Makefile
Removed Files:
        pkgsrc/x11/vte: Makefile.common

Log Message:
vte: merge Makefile.common into Makefile

The other user is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/x11/vte/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/x11/vte/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/vte/Makefile
diff -u pkgsrc/x11/vte/Makefile:1.126 pkgsrc/x11/vte/Makefile:1.127
--- pkgsrc/x11/vte/Makefile:1.126       Sun Apr  7 07:35:28 2024
+++ pkgsrc/x11/vte/Makefile     Sun Jun  9 18:35:48 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.126 2024/04/07 07:35:28 wiz Exp $
-#
-
-.include "Makefile.common"
+# $NetBSD: Makefile,v 1.127 2024/06/09 18:35:48 wiz Exp $
 
+DISTNAME=      vte-0.28.1
 PKGREVISION=   35
 CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vte/0.28/}
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnome.org/
@@ -16,14 +16,14 @@ USE_LIBTOOL=                yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 
+PKGCONFIG_OVERRIDE+=   vte.pc.in
+
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --enable-Bsymbolic=auto
 
 BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.10.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
-# for FC_WIDTH
-BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.1.93
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk2+=           gtk2+>=2.10.0



Home | Main Index | Thread Index | Old Index