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:   nia
Date:           Thu Feb 25 16:18:15 UTC 2021

Modified Files:
        pkgsrc/x11/gtk4: Makefile

Log Message:
pluralize GUI


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/gtk4/Makefile

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.1 pkgsrc/x11/gtk4/Makefile:1.2
--- pkgsrc/x11/gtk4/Makefile:1.1        Thu Feb 25 09:55:55 2021
+++ pkgsrc/x11/gtk4/Makefile    Thu Feb 25 16:18:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/25 09:55:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/25 16:18:14 nia Exp $
 
 DISTNAME=      gtk-4.0.3
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
@@ -8,7 +8,7 @@ EXTRACT_SUFX=   .tar.xz
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://www.gtk.org/
-COMMENT=       Multi-platform toolkit for creating GUI, version 4
+COMMENT=       Multi-platform toolkit for creating GUIs, version 4
 LICENSE=       gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen



Home | Main Index | Thread Index | Old Index