pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/gedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 24 19:41:50 UTC 2023

Modified Files:
        pkgsrc/editors/gedit: Makefile PLIST

Log Message:
gedit: fix PLIST for latest meson and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 pkgsrc/editors/gedit/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/editors/gedit/PLIST

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

Modified files:

Index: pkgsrc/editors/gedit/Makefile
diff -u pkgsrc/editors/gedit/Makefile:1.173 pkgsrc/editors/gedit/Makefile:1.174
--- pkgsrc/editors/gedit/Makefile:1.173 Wed Apr 19 08:09:50 2023
+++ pkgsrc/editors/gedit/Makefile       Mon Jul 24 19:41:50 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.173 2023/04/19 08:09:50 adam Exp $
+# $NetBSD: Makefile,v 1.174 2023/07/24 19:41:50 wiz Exp $
 
 DISTNAME=      gedit-3.36.2
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    editors gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -37,6 +37,7 @@ BUILDLINK_API_DEPENDS.libpeas+=       libpeas>
 .include "../../devel/libpeas/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.52
 .include "../../devel/glib2/schemas.mk"
+MESON_REQD+=   1.2.0
 .include "../../devel/meson/build.mk"
 .include "../../editors/tepl4/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/editors/gedit/PLIST
diff -u pkgsrc/editors/gedit/PLIST:1.46 pkgsrc/editors/gedit/PLIST:1.47
--- pkgsrc/editors/gedit/PLIST:1.46     Fri Jul 31 11:05:49 2020
+++ pkgsrc/editors/gedit/PLIST  Mon Jul 24 19:41:50 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2020/07/31 11:05:49 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.47 2023/07/24 19:41:50 wiz Exp $
 bin/gedit
 include/gedit-3.36/gedit/gedit-app-activatable.h
 include/gedit-3.36/gedit/gedit-app.h
@@ -73,6 +73,7 @@ lib/gedit/plugins/time.plugin
 lib/libgedit-3.36.so
 lib/pkgconfig/gedit.pc
 ${PYSITELIB}/gi/overrides/Gedit.py
+${PYSITELIB}/gi/overrides/Gedit.pyc
 man/man1/gedit.1
 share/applications/org.gnome.gedit.desktop
 share/dbus-1/services/org.gnome.gedit.service



Home | Main Index | Thread Index | Old Index